Skip to content
GitLab
Explore
Sign in
Commits · 58f7c43b07d518c8fd859699e6822e234e9e902d
viennacl-dev
Browse files
Jan 08, 2014
QR factorization: Fixed wrong matrix size if size1() < size2()
· 58f7c43b
Karl Rupp
authored
Jan 08, 2014
58f7c43b
Mixed precision CG: Improved robustness of OpenCL code (considering AMD double precision pragma)
· 8b9f9591
Karl Rupp
authored
Jan 08, 2014
8b9f9591
Jan 07, 2014
Generator: Fixed memory leak due to missing free() after malloc() in get_configured_program()
· d9e55d4d
Karl Rupp
authored
Jan 07, 2014
d9e55d4d
Dec 22, 2013
Src-package: Removed auxiliary folder, which is no longer in use.
· e0b3ba27
Karl Rupp
authored
Dec 22, 2013
e0b3ba27
README: Updated information for 1.5.0 release
· 92da70f9
Karl Rupp
authored
Dec 22, 2013
92da70f9
Manual: Polished text, added chapter on the shared library libviennacl.
· 6bc4aff3
Karl Rupp
authored
Dec 22, 2013
6bc4aff3
tclap: Added COPYING file.
· c3e9e50d
Karl Rupp
authored
Dec 22, 2013
c3e9e50d
Merge branch 'master' of github.com:viennacl/viennacl-dev
· b822fc91
Karl Rupp
authored
Dec 22, 2013
b822fc91
Boost: (Hopefully) Fixed linkage problems on Windows.
· cdf381c1
Karl Rupp
authored
Dec 22, 2013
cdf381c1
Fixed floating point conversion warnings.
· cb5fcaf0
Karl Rupp
authored
Dec 22, 2013
cb5fcaf0
Merge branch 'master' of github.com:viennacl/viennacl-dev
· 250d0038
Toby Smithe
authored
Dec 22, 2013
250d0038
Fix residual bug in vector_proxy
· 398d77ab
Toby Smithe
authored
Dec 22, 2013
398d77ab
Fixed sign flip warnings for unsigned integers.
· 1c4bbd79
Karl Rupp
authored
Dec 22, 2013
1c4bbd79
Doc: Updated changelogs for 1.5.0 release.
· 5932b0c9
Karl Rupp
authored
Dec 22, 2013
5932b0c9
SPAI: Fixed two bugs in the GPU implementation.
· 8b320d22
Karl Rupp
authored
Dec 22, 2013
8b320d22
Sparse and structured matrices: Fixed handling of x = prod(A, x);
· a9403715
Karl Rupp
authored
Dec 22, 2013
a9403715
Power iteration: Improved performance by avoiding a temporary, reduced...
· d3dd41ef
Karl Rupp
authored
Dec 22, 2013
d3dd41ef
Dec 21, 2013
BLAS 3 Benchmark: Fixed computation of temporary buffer.
· 9cd3be1f
Karl Rupp
authored
Dec 21, 2013
9cd3be1f
Eigen: Added hint on extended time for reading a matrix in tutorial.
· f5265fc7
Karl Rupp
authored
Dec 21, 2013
f5265fc7
Matrix Proxy: Fixed bugs in copy().
· b1956099
Karl Rupp
authored
Dec 21, 2013
b1956099
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
Loading