Skip to content
GitLab
Explore
Sign in
Commits · 9db23553818eb58320ddd6e05e37509c6332a468
viennacl-dev
Browse files
Sep 24, 2012
Also applied Philippe's kernel to trans(A) * v, for A column-major (same...
· 9db23553
Karl Rupp
authored
Sep 24, 2012
9db23553
Now using improved dense matrix-vector multiplication from Philippe for...
· 3078a4b2
Karl Rupp
authored
Sep 24, 2012
3078a4b2
Integrated refurbished custom kernel generator from Philippe. Matrix-vector...
· 63616658
Karl Rupp
authored
Sep 24, 2012
63616658
Aug 27, 2012
Bugfix on double support for generated kernels
· c246b264
Philippe
authored
Aug 25, 2012
c246b264
Aug 10, 2012
Integrated latest SVD and eigenvalue code from Vova.
· 4cddac1c
Karl Rupp
authored
Aug 10, 2012
4cddac1c
* Removed unnecessary boost-filesystem dependency from power-iter example.
· 6597aa00
Karl Rupp
authored
Aug 10, 2012
6597aa00
Aug 09, 2012
Last minor changes for 1.3.1 release:
· 9dd92ae9
Karl Rupp
authored
Aug 09, 2012
9dd92ae9
Minor improvements in documentation (removed doxygen warnings, adjusted version numbers, etc.)
· 5e88d9b4
Karl Rupp
authored
Aug 09, 2012
5e88d9b4
Aug 08, 2012
Added acknowledgments for Laszlo Marak in the change logs.
· 77f86eab
Karl Rupp
authored
Aug 08, 2012
77f86eab
Applied all suggested changes from sf.net:
· e3c3dc20
Karl Rupp
authored
Aug 08, 2012
e3c3dc20
Aug 06, 2012
* Extended [matrix,vector]-[range,slice] support: CTORs and operator= handling improved.
· 8d6b5e71
Karl Rupp
authored
Aug 06, 2012
8d6b5e71
Aug 03, 2012
* Replaced dangerous 'unsigned int' with 'cl_uint' in compressed_matrix.hpp
· 2de8d701
Karl Rupp
authored
Aug 03, 2012
2de8d701
Aug 02, 2012
* Updated generated matrix kernel sources (generator updated in previous commit)
· d9769088
Karl Rupp
authored
Aug 02, 2012
d9769088
Jul 31, 2012
* Fixed issue in C = prod(A,B) if C is not initialized properly (including transposed variants)
· 1bb5d8fa
Karl Rupp
authored
Jul 31, 2012
1bb5d8fa
Re-added regression script.
· 9ba67abf
Karl Rupp
authored
Jul 02, 2012
9ba67abf
Fixed warnings (unused variable) in new versions of g++
· 8a6147cd
Karl Rupp
authored
Jul 02, 2012
8a6147cd
Jun 29, 2012
Initial sf.net commit of version 1.3.0 including a follow-up commit (removal...
· 38ff919d
Karl Rupp
authored
Jun 29, 2012
38ff919d
Loading