Skip to content
GitLab
Explore
Sign in
Commits · 3a9df0900547be950de50933317210e53026422f
viennacl-dev
Browse files
Dec 18, 2013
Doxygen: Added a bunch of missing class documentations.
· 3a9df090
Karl Rupp
authored
Dec 18, 2013
3a9df090
Dec 17, 2013
Visual Studio 2013: Fixed a bunch of conversion warnings.
· 91fec56e
Karl Rupp
authored
Dec 17, 2013
91fec56e
cppcheck: Fixed return value of operator++ for iterators.
· 248320fe
Karl Rupp
authored
Dec 17, 2013
248320fe
AMG: Removed useless debugging code which only leads to one warning with cppcheck.
· d955bdca
Karl Rupp
authored
Dec 17, 2013
d955bdca
Visual Studio 2005: Fixed type conversion warnings.
· eaf467f8
Karl Rupp
authored
Dec 17, 2013
eaf467f8
Doxygen: Added missing file and namespace documentations.
· b812a479
Karl Rupp
authored
Dec 17, 2013
b812a479
Doxygen: Fixed all warnings (required some refactoring in generator)
· eea9f968
Karl Rupp
authored
Dec 17, 2013
eea9f968
Dec 16, 2013
Visual Studio 2013: Fixed various minor conversion warnings.
· dff6809c
Karl Rupp
authored
Dec 17, 2013
dff6809c
AMG: Fixed more VS 2013 conversion warnings including a bug introduced by previous commit.
· dc1e8a04
Karl Rupp
authored
Dec 16, 2013
dc1e8a04
AMG: Fixed warnings obtained on Visual Studio 2013 (all integer conversion warnings).
· bfdc6a63
Karl Rupp
authored
Dec 16, 2013
bfdc6a63
Generator: Fixed warnings obtained with Clang 3.3.
· c9fcae3a
Karl Rupp
authored
Dec 16, 2013
c9fcae3a
Autotuner: Replaced uses of .at() for std::map<> (C++11) with a C++03-compatible implementation.
· 6e20ef2e
Karl Rupp
authored
Dec 16, 2013
6e20ef2e
Generator: Removed uses of .at() member on a std::map<>, since this is only available in C++11.
· 35d30073
Karl Rupp
authored
Dec 16, 2013
35d30073
Various minor fixes for GCC 4.2.1 and Boost 1.33 when using -Wextra
· f2e6b01d
Karl Rupp
authored
Dec 16, 2013
f2e6b01d
QR-method, SVD: Initialization of ublas-vectors through scalar_vector rather than directly in CTOR.
· 82798221
Karl Rupp
authored
Dec 16, 2013
82798221
Generator: Removed unused generator_segmentation as well as boost/foreach.hpp includes in tests.
· 93f8b0da
Karl Rupp
authored
Dec 16, 2013
93f8b0da
AMG: Fixed second round of OpenMP warnings obtained on GCC 4.1.2
· 7e92ff2c
Karl Rupp
authored
Dec 16, 2013
7e92ff2c
AMG: Fixed OpenMP warnings obtained on GCC 4.1.2
· bf2a7e06
Karl Rupp
authored
Dec 16, 2013
bf2a7e06
Dec 15, 2013
Fixed a bunch of (mostly conversion) warnings on VS Studio 2013.
· 481ad0e9
Karl Rupp
authored
Dec 15, 2013
481ad0e9
Fixed unused variable warning.
· 2c43d234
Karl Rupp
authored
Dec 15, 2013
2c43d234
libviennacl: Cleanup: Applied pimpl-idiom to separate implementation from viennacl.hpp
· ed2d1d55
Karl Rupp
authored
Dec 15, 2013
ed2d1d55
libviennacl: Added extensive tests for GEMM and fixed a couple of interfacing bugs.
· 1cb3a844
Karl Rupp
authored
Dec 15, 2013
1cb3a844
Dec 14, 2013
libviennacl: Added GEMM for host, CUDA, and OpenCL (no tests yet).
· d86cbd6e
Karl Rupp
authored
Dec 14, 2013
d86cbd6e
OpenMP: Fixed use of unsigned integer type for outer loop in matrix-matrix products.
· 7ad5cb89
Karl Rupp
authored
Dec 14, 2013
7ad5cb89
SVD: Fixed flaw in test.
· d3817f26
Karl Rupp
authored
Dec 14, 2013
d3817f26
QR method: Fixed implementation and tests for non-symmetric matrices.
· a0593b71
Karl Rupp
authored
Dec 14, 2013
a0593b71
NMF: Added flag for controlling output to std::cout, reduced test execution time.
· 815f34e7
Karl Rupp
authored
Dec 14, 2013
815f34e7
Dec 13, 2013
Merge branch 'master' of
https://github.com/albertz/viennacl-dev
into albertz-master
· 41412745
Karl Rupp
authored
Dec 13, 2013
41412745
simple OpenMP implementation for matrix-matrix product
· 078c83d9
Albert Zeyer
authored
Dec 13, 2013
078c83d9
README: Updated version for GitHub to reflect that there is no more OpenCL...
· 4db6d47d
Karl Rupp
authored
Dec 13, 2013
4db6d47d
Tests: Switched back to building tests by default for developer version and in the source release.
· 84900bf2
Karl Rupp
authored
Dec 13, 2013
84900bf2
Dec 11, 2013
SpMdM: Added CUDA implementation for hyb_matrix, thus resolving #22
· e1617c38
Karl Rupp
authored
Dec 11, 2013
e1617c38
Dec 10, 2013
SpMdM: Added support for hyb_matrix on CPU and OpenCL.
· b4442cd3
Karl Rupp
authored
Dec 10, 2013
b4442cd3
Dec 09, 2013
SpMdM: Added support for arbitrary layouts of dense factor and result when using CUDA.
· 2b74801c
Karl Rupp
authored
Dec 09, 2013
2b74801c
SpMdM: Added support for arbitrary layouts of dense factor and result when using OpenCL.
· 2bc84594
Karl Rupp
authored
Dec 09, 2013
2bc84594
Dec 08, 2013
SpMdM: Big steps towards supporting row-major and col-major layout for both result and factor.
· 8ed0c69e
Karl Rupp
authored
Dec 08, 2013
8ed0c69e
SpMdM: Added implementation for coordinate_matrix.
· 12c1c548
Karl Rupp
authored
Dec 08, 2013
12c1c548
libviennacl: Fixed compilation problems with CUDA and unified integer type.
· c5be4ba1
Karl Rupp
authored
Dec 08, 2013
c5be4ba1
COO OpenCL: Removed assert() in SpMV.
· 18f139e1
Karl Rupp
authored
Dec 08, 2013
18f139e1
Matrix Market: Removed status message to std::cout in reader.
· 192b141f
Karl Rupp
authored
Dec 08, 2013
192b141f
Loading