Skip to content
GitLab
Explore
Sign in
Commits · 5d9c7ab970ca7359c5fb7633c232c86a4ed73f0b
viennacl-dev
Browse files
Dec 21, 2013
Exceptions: Now throwing cuda_not_available_exception() when trying to use...
· 5d9c7ab9
Karl Rupp
authored
Dec 21, 2013
5d9c7ab9
Tutorials: Fixed blas3 tutorial by replacing fast_copy() with copy()
· 7838bcaa
Karl Rupp
authored
Dec 21, 2013
7838bcaa
CMake: Added Boost linkage to tests, added linkage with serialization library.
· bc77dbec
Karl Rupp
authored
Dec 21, 2013
bc77dbec
CUDA: Replaced use of 'uint' by 'unsigned int' in CUDA kernels.
· 4307cbde
Karl Rupp
authored
Dec 21, 2013
4307cbde
copy(): Unified behavior of copy() across all types. Resolves #5.
· d81c7c57
Karl Rupp
authored
Dec 21, 2013
d81c7c57
CUDA: Fixed two warnings: Sign flip for unsigned types, use of 'uint' in function definition.
· e15fb3b1
Karl Rupp
authored
Dec 21, 2013
e15fb3b1
Dec 20, 2013
Visual Studio 2013: Fixed a few more minor conversion warnings.
· b19c501a
Karl Rupp
authored
Dec 20, 2013
b19c501a
CUDA: row_info kernel call now in place again.
· 68575b1b
Karl Rupp
authored
Dec 20, 2013
68575b1b
OpenCL, CUDA: Options for scalars are now set composed in a common implementation.
· 188f1a87
Karl Rupp
authored
Dec 20, 2013
188f1a87
Dec 19, 2013
Visual Studio 2013: Fixed a few more conversion warnings.
· f9e368c3
Karl Rupp
authored
Dec 19, 2013
f9e368c3
Pedantic flag: Added note that they only work with GCC and Clang.
· d42af5bb
Karl Rupp
authored
Dec 19, 2013
d42af5bb
libviennacl: Added export declarations through VIENNACL_EXPORTED_FUNCTION for Visual Studio.
· acf92ead
Karl Rupp
authored
Dec 19, 2013
acf92ead
Doxygen: Added all missing descriptions of classes.
· 9d34f081
Karl Rupp
authored
Dec 19, 2013
9d34f081
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
Loading