Skip to content
GitLab
Explore
Sign in
Commits · c5be4ba18b8bb798e72031745c9fc76fb302add8
viennacl-dev
Browse files
Dec 08, 2013
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
OpenCL kernels: Merged code generation for CSR times dense matrices.
· 346577a9
Karl Rupp
authored
Dec 08, 2013
346577a9
Spmdm: Stabilized test with respect to round-off errors.
· ee720eb2
Karl Rupp
authored
Dec 08, 2013
ee720eb2
Multithreaded: Updated tutorials to work with older Boost versions.
· fd2497b6
Karl Rupp
authored
Dec 08, 2013
fd2497b6
uBLAS: Compatibility fixes in order to compile with Boost 1.33.0
· d5575880
Karl Rupp
authored
Dec 08, 2013
d5575880
CMake: Now also supporting CMake 2.6.x
· 37c923f8
Karl Rupp
authored
Dec 08, 2013
37c923f8
ViennaCLCommon.cmake: Source-package no longer builds test by default.
· 9ecb61cc
Karl Rupp
authored
Dec 08, 2013
9ecb61cc
CMake, Boost: Removed linking with filesystem, linking with system only with Boost 1.35.0 and above
· 56342360
Karl Rupp
authored
Dec 08, 2013
56342360
Dec 06, 2013
Sparse-Dense-Mult: Fixed race condition when using OpenMP.
· 4f1d636c
Karl Rupp
authored
Dec 06, 2013
4f1d636c
Dec 05, 2013
Spmdm test: Now testing both single and double precision.
· 6854dd29
Karl Rupp
authored
Dec 05, 2013
6854dd29
compressed_compressed_matrix: Fixed race condition in SpMV.
· 1bf62bfd
Karl Rupp
authored
Dec 05, 2013
1bf62bfd
coordinate_matrix: Removed left-over asserts for SpMV with strided vectors. Tests pass now.
· a7ff9caf
Karl Rupp
authored
Dec 05, 2013
a7ff9caf
coordinate_matrix: Fixed group boundaries for small matrices, fixed some corner cases in SpMV
· deae066e
Karl Rupp
authored
Dec 05, 2013
deae066e
Typedef'd uses of std::size_t and size_t to vcl_size_t.
· 87e8c233
Karl Rupp
authored
Dec 05, 2013
87e8c233
Nov 30, 2013
libviennacl: Fixed bug in tests (no proper dynamic allocation)
· 97eb55e8
Karl Rupp
authored
Nov 30, 2013
97eb55e8
Reordering: Fixed warnings on GCC
· 38c061cb
Karl Rupp
authored
Nov 30, 2013
38c061cb
Reordering: Improved speed of advanced Cuthill-McKee by 40%, inverted permutations
· a7706964
Karl Rupp
authored
Nov 30, 2013
a7706964
Cuthill-McKee: Tweaked implementation, resulting in a reduction of execution times by 40 percent.
· a9afb67d
Karl Rupp
authored
Nov 30, 2013
a9afb67d
libviennacl: Introduced ViennaCLInt as main integer type for OpenMP and...
· 24e6faf8
Karl Rupp
authored
Nov 30, 2013
24e6faf8
Nov 28, 2013
Merge pull request #50 from albertz/master
· 87f6d2b2
Karl Rupp
authored
Nov 28, 2013
87f6d2b2
fix a few implicit conversion warnings
· 17b3541c
Albert Zeyer
authored
Nov 28, 2013
17b3541c
Nov 23, 2013
Code Quality: Removed extra semicolons after function definitions
· b1aa379d
Karl Rupp
authored
Nov 23, 2013
b1aa379d
Block-ILU: Removed one unnecessary temporary, partially addressing issue #40
· dc0b77be
Karl Rupp
authored
Nov 23, 2013
dc0b77be
OpenCL context: Program name is now also printed if a particular kernel cannot be found.
· 1e941765
Karl Rupp
authored
Nov 23, 2013
1e941765
Coordinate Matrix: Added missing row_info_extractor kernel to OpenCL sources.
· 778df3a1
Karl Rupp
authored
Nov 23, 2013
778df3a1
Generator: Fixed unused variable warning.
· b33aa5ee
Karl Rupp
authored
Nov 23, 2013
b33aa5ee
Auxiliary: Added a Python script which checks header files for being self-sufficient.
· abcf9d4e
Karl Rupp
authored
Nov 23, 2013
abcf9d4e
Code Cleanliness: Header files are no self-sufficient, i.e. can be included standalone.
· 5c5fcd8e
Karl Rupp
authored
Nov 23, 2013
5c5fcd8e
Scheduler: Removing unused execute_vector_assign.hpp
· 4d25a212
Karl Rupp
authored
Nov 23, 2013
4d25a212
Scheduler: Removed unused execute_matrix.hpp
· 7e4b4a36
Karl Rupp
authored
Nov 23, 2013
7e4b4a36
Nov 21, 2013
Fixed again warnings when using the Intel Composer XE 2013 (sp1.1.106) with -Wall -w2 -Wcheck
· e946346d
Karl Rupp
authored
Nov 21, 2013
e946346d
Fixed warnings when using the Intel Composer XE 2013 (sp1.1.106) with -Wall -w2 -Wcheck
· e343c205
Karl Rupp
authored
Nov 21, 2013
e343c205
AMG: Fixed compilation error when using OpenMP.
· 582e893e
Karl Rupp
authored
Nov 21, 2013
582e893e
OpenMP 2.x: Replaced std::size_t with long in parallel for-loops.
· 8dc6faf8
Karl Rupp
authored
Nov 21, 2013
8dc6faf8
libviennacl: Builds correctly if OpenCL is disabled.
· 57db4e74
Karl Rupp
authored
Nov 21, 2013
57db4e74
Fixed compilation problem for viennacl-info when using the Intel Composer XE 2013 (sp1.1.106)
· 488b3fd4
Karl Rupp
authored
Nov 21, 2013
488b3fd4
Nov 19, 2013
Merge pull request #45 from albertz/master
· a9ef2ecd
Karl Rupp
authored
Nov 19, 2013
a9ef2ecd
Tests: Removed epsilon parameter in integer tests.
· 51421add
Karl Rupp
authored
Nov 19, 2013
51421add
Loading