Skip to content
GitLab
Explore
Sign in
Commits · 078328ff26a27fef17c1c800e79b1a830951eaf8
viennacl-dev
Browse files
Nov 20, 2014
Doxygen: Fixed warnings.
· 078328ff
Karl Rupp
authored
Nov 20, 2014
078328ff
Updated version to 1.6.1.
· 5bf0373b
Karl Rupp
authored
Nov 20, 2014
5bf0373b
Visual Studio 2012: Fixed performance warnings and a test compilation error.
· 1f51ee98
Karl Rupp
authored
Nov 20, 2014
1f51ee98
Nov 19, 2014
Direct solve: Fixed errors obtained after resolution of self-assignment problems.
· df29d5f3
Karl Rupp
authored
Nov 19, 2014
df29d5f3
CUDA: Fixed compilation error in triangular solve kernels.
· f321e151
Karl Rupp
authored
Nov 19, 2014
f321e151
compressed_matrix: Implemented CSR-adaptive in CUDA and OpenCL.
· 7d212433
Karl Rupp
authored
Nov 19, 2014
7d212433
Self-assignment: Added test and fixed all bugs found.
· 403b7c87
Karl Rupp
authored
Nov 19, 2014
403b7c87
(sliced_)ell_matrix, hyb_matrix: Added overload for STL-emulated sparse matrix.
· e98a3685
Karl Rupp
authored
Nov 19, 2014
e98a3685
Nov 17, 2014
inplace_solve, dense: Simplified code and improved performance.
· 0ba719f3
Karl Rupp
authored
Nov 17, 2014
0ba719f3
Nov 16, 2014
Merge pull request #110 from d-meiser/disable-coveralls
· 8c848791
Karl Rupp
authored
Nov 16, 2014
8c848791
Cleanup: Removed unused source files.
· 45058f42
Karl Rupp
authored
Nov 16, 2014
45058f42
Disable coveralls.
· 49a6a336
Dominic Meiser
authored
Nov 16, 2014
49a6a336
compressed_matrix: Improved documentation.
· 91ca8382
Karl Rupp
authored
Nov 16, 2014
91ca8382
Tests: Disabled non-symmetric eigenvalue routines.
· a249b804
Karl Rupp
authored
Nov 16, 2014
a249b804
compressed_matrix: Fixed invalid memory access for triangular solves.
· 6087a180
Karl Rupp
authored
Nov 16, 2014
6087a180
Matrix: Fixed kernels for transposition in OpenCL and CUDA.
· 1dea3deb
Karl Rupp
authored
Nov 16, 2014
1dea3deb
Nov 15, 2014
OpenCL: Another attempt to work around the problems with older SDKs on CPUs.
· 4a68e0b2
Karl Rupp
authored
Nov 15, 2014
4a68e0b2
Triangular solve: Using local work size 128 on OpenCL for GPUs and CPUs.
· 92997fda
Karl Rupp
authored
Nov 15, 2014
92997fda
Nov 14, 2014
Tests: Reduced SVD test time.
· f3c1bb02
Karl Rupp
authored
Nov 14, 2014
f3c1bb02
SVD: Fixed bug introduced by cleaning warnings before 1.6.0 release.
· 3d19f65a
Karl Rupp
authored
Nov 14, 2014
3d19f65a
OpenCL: Changed default workgroup sizes for CPUs.
· f0f8e7c9
Karl Rupp
authored
Nov 14, 2014
f0f8e7c9
Tutorials: Now using BOOST_UBLAS_NDEBUG instead of NDEBUG.
· cb2a78c4
Karl Rupp
authored
Nov 14, 2014
cb2a78c4
SPAI: Fixed wrong size of copy to device for dynamic update.
· a7912dcd
Karl Rupp
authored
Nov 14, 2014
a7912dcd
Tests: Aborting SVD test after first failure.
· 04911530
Karl Rupp
authored
Nov 14, 2014
04911530
Nov 13, 2014
GMRES: Improved robustness of pipelined implementation.
· 0ac1d107
Karl Rupp
authored
Nov 13, 2014
0ac1d107
Tests: Removed use of uBLAS from floating point vector tests.
· 86d20fd2
Karl Rupp
authored
Nov 13, 2014
86d20fd2
README: Fixed links to Travis CI and Coveralls.
· b174e820
Karl Rupp
authored
Nov 13, 2014
b174e820
Merge pull request #108 from d-meiser/add-travis-ci
· fb7e1926
Karl Rupp
authored
Nov 13, 2014
fb7e1926
Nov 10, 2014
Devices-DB: Fixed initialization of the accelerator AXPY profile
· 05b8040f
Philippe Tillet
authored
Nov 10, 2014
05b8040f
Nov 08, 2014
CMake: Last fixes for src-release. 1.6.0 completed.
· d1a7d82d
Karl Rupp
authored
Nov 08, 2014
d1a7d82d
Visual Studio 2012: Fixed performance warnings (float/double to bool)
· 861a221f
Karl Rupp
authored
Nov 08, 2014
861a221f
CMake: Fixes to packaging system.
· a8dec52d
Karl Rupp
authored
Nov 08, 2014
a8dec52d
Doxygen: Added documentation of sliced_ell_matrix
· 7138f6a5
Karl Rupp
authored
Nov 08, 2014
7138f6a5
Sources: Moved matrix_def.hpp and vector_def.hpp into detail/ folder.
· 820f645c
Karl Rupp
authored
Nov 08, 2014
820f645c
Random: Removed unused code from viennacl/rand/
· 7f625da0
Karl Rupp
authored
Nov 08, 2014
7f625da0
Doxygen: Added Juraj Kabzan to list of contributors and refined wording.
· 0f47481c
Karl Rupp
authored
Nov 08, 2014
0f47481c
Changelog: Made code contributions for 1.6.0 more explicit.
· bb6e2304
Karl Rupp
authored
Nov 08, 2014
bb6e2304
Memory: Added overload of default_memory_type() to switch default memory domain.
· 9da8e4e6
Karl Rupp
authored
Nov 08, 2014
9da8e4e6
CUDA: Fixed incomplete refactoring from Doxygen-fixes two commits earlier.
· 2ea16808
Karl Rupp
authored
Nov 08, 2014
2ea16808
Doxygen: Removed old LaTeX files, added logos to start page.
· a82e40a3
Karl Rupp
authored
Nov 08, 2014
a82e40a3
Loading