Skip to content
GitLab
Explore
Sign in
Commits · e8dc2595c7c11e9a51982b00f5dd7024fd21a3c2
viennacl-dev
Browse files
Jul 19, 2015
Exceptions: Replaced all string throws with proper exceptions.
· e8dc2595
Karl Rupp
authored
Jul 19, 2015
e8dc2595
CUDA: Using proper expressions rather than throwing strings.
· 6c39b19d
Karl Rupp
authored
Jul 19, 2015
6c39b19d
Code quality: Removed warnings for -Wall -pedantic -Wextra -Wconversion
· c7fb6d77
Karl Rupp
authored
Jul 19, 2015
c7fb6d77
Mixed precision: Fixed flaws in OpenCL kernels.
· 8ac81d63
Karl Rupp
authored
Jul 19, 2015
8ac81d63
Jul 18, 2015
Mixed precision: Added conversion rountines for vectors and matrices.
· 9666d3a3
Karl Rupp
authored
Jul 18, 2015
9666d3a3
inner_prod: Fixed regression in release mode for multiple products.
· e3bbb42c
Karl Rupp
authored
Jul 18, 2015
e3bbb42c
qr_method: Added guard in tests for checking double precision support.
· 5afd16f8
Karl Rupp
authored
Jul 18, 2015
5afd16f8
Jul 17, 2015
qr_method: Extended interface to also accept viennacl::vector.
· 44ecee28
Karl Rupp
authored
Jul 17, 2015
44ecee28
inner_prod: Fixed compilation problem with multiple inner products.
· 0c57d3e1
Karl Rupp
authored
Jul 17, 2015
0c57d3e1
Check includes: All headers are again self-sufficient.
· efa8ff30
Karl Rupp
authored
Jul 17, 2015
efa8ff30
qr_method: Fixed problems when including matrix.hpp
· 3a2a9c7f
Karl Rupp
authored
Jul 17, 2015
3a2a9c7f
SSE: Removed unused implementations.
· 3add3d12
Karl Rupp
authored
Jul 17, 2015
3add3d12
qr_method: Fixed compilation problems for double.
· 2ad0dfbd
Karl Rupp
authored
Jul 17, 2015
2ad0dfbd
Jul 16, 2015
MIC: Enhanced kernel parameters for BLAS levels 1, 2, 3.
· d2ef9b25
Karl Rupp
authored
Jul 16, 2015
d2ef9b25
Jul 15, 2015
Timer: Removed deprecated examples/benchmarks/benchmark-utils.hpp
· 45901648
Karl Rupp
authored
Jul 15, 2015
45901648
Random: Removed Random.hpp in tutorials/ and tests/ folders.
· 7e060bae
Karl Rupp
authored
Jul 15, 2015
7e060bae
Merge branch 'karlrupp/feature-improve-lanczos'
· 0818dae5
Karl Rupp
authored
Jul 15, 2015
0818dae5
Lanczos: Improved implementation of partial reorthogonalization, eigenvectors.
· 8eabb354
Karl Rupp
authored
Jul 15, 2015
8eabb354
Merge pull request #144 from w2z43t5/master
· ddb3ecdf
Karl Rupp
authored
Jul 15, 2015
ddb3ecdf
BLAS2 benchmark: Corrected calculation of bandwidth
· 1ecfbc8a
w2z43t5
authored
Jul 15, 2015
1ecfbc8a
Jul 14, 2015
Iterative: Added convenience overload for STL types.
· 44878475
Karl Rupp
authored
Jul 14, 2015
44878475
size()/size1(): Fixed declaration order.
· 2a3a0606
Karl Rupp
authored
Jul 14, 2015
2a3a0606
Jul 13, 2015
Lanczos: Removed Boost dependency by replacing random number generator.
· 16a44bdf
Karl Rupp
authored
Jul 13, 2015
16a44bdf
Lanczos: Improved structure of tutorial.
· 922432e0
Karl Rupp
authored
Jul 13, 2015
922432e0
Tutorials: Added matrix-free use of iterative solvers.
· bb970f32
Karl Rupp
authored
Jul 13, 2015
bb970f32
BiCGStab, GMRES: Rearranged residual calculation to remove temporaries.
· c6597025
Karl Rupp
authored
Jul 13, 2015
c6597025
Jul 10, 2015
Merge branch 'karlrupp/fix-and-improve-ilu'
· b8d58253
Karl Rupp
authored
Jul 10, 2015
b8d58253
Block-ILU: Fixed preconditioner applications with CUDA and OpenCL.
· 54320352
Karl Rupp
authored
Jul 10, 2015
54320352
Merge pull request #143 from w2z43t5/master
· 50daf208
Karl Rupp
authored
Jul 10, 2015
50daf208
Block-ILU: Removed unnecessary temporary matrices in setup stage.
· 3ceb18fd
Karl Rupp
authored
Jul 10, 2015
3ceb18fd
Iterative Solvers: Added absolute tolerance.
· 4154859b
Karl Rupp
authored
Jul 10, 2015
4154859b
CUDA: Improved extraction of CUDA buffer from objects.
· c8b5aa74
Karl Rupp
authored
Jul 10, 2015
c8b5aa74
Power iteration: Extended interface to also return eigenvector if desired.
· e80cc214
Karl Rupp
authored
Jul 10, 2015
e80cc214
Jul 09, 2015
prod(): Added overloads for matrix_expression and vector_expression.
· 0fb13409
Karl Rupp
authored
Jul 09, 2015
0fb13409
Cleaned up and replaced uint by unsigned int
· 88cc4403
Andi
authored
Jul 09, 2015
88cc4403
Changed datatypes, removed line breaks, added an exception
· 082f8955
Andi
authored
Jul 09, 2015
082f8955
Jul 07, 2015
Fixed some comments and changed datatypes
· 101cb267
Andi
authored
Jul 07, 2015
101cb267
Fixed a typo in bisect_gpu.hpp
· def06152
Andi
authored
Jul 07, 2015
def06152
Removed unnecessary comments in bisection config file
· 3ec88ef9
Andi
authored
Jul 07, 2015
3ec88ef9
Changed preprocessor macros in bisection algorithm
· df611881
Andi
authored
Jul 07, 2015
df611881
Loading