Skip to content
GitLab
Explore
Sign in
Commits · d9decdbc30d2ff984dc02885381b9a1050a225a0
viennacl-dev
Browse files
Jul 22, 2015
AMG: Added exception if coarsening gets stuck and other diagnostics.
· d9decdbc
Karl Rupp
authored
Jul 22, 2015
d9decdbc
Jul 21, 2015
AMG: Updated manual to reflect recent changes.
· a4a0cbfc
Karl Rupp
authored
Jul 21, 2015
a4a0cbfc
Jul 20, 2015
AMG: Removed unused source files.
· f7d9ff2f
Karl Rupp
authored
Jul 20, 2015
f7d9ff2f
AMG: Refined interface of AMG tag, documented improved interface.
· 20bfe44d
Karl Rupp
authored
Jul 20, 2015
20bfe44d
Jul 16, 2015
AMG: Extended earlier OpenCL-only AMG implementation to CUDA and OpenMP.
· 016dfb91
Karl Rupp
authored
Jul 16, 2015
016dfb91
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
Fixed errors in bisection algorithm
· c007d754
Andi
authored
Jul 07, 2015
c007d754
Jul 06, 2015
ILUT: Better performance for setup stage.
· 51b61ba4
Karl Rupp
authored
Jul 06, 2015
51b61ba4
ILUT: Removed old unused code and objects.
· df55dddf
Karl Rupp
authored
Jul 06, 2015
df55dddf
Tests for CUDA
· 573ab795
Andi
authored
Jul 06, 2015
573ab795
ILUT: Replaced write to std::multi_map<> by a faster write to vectors.
· 6ce9db17
Karl Rupp
authored
Apr 20, 2015
6ce9db17
ILU0: Fixed copy&paste error in preconditioner setup.
· d623d9e3
Karl Rupp
authored
Apr 20, 2015
d623d9e3
ILU: Preconditioner tags now copied in preconditioner classes (no const-ref).
· e391d290
Karl Rupp
authored
Apr 20, 2015
e391d290
Jul 05, 2015
added TQL1 algorithm, improved compatibility for bisection algorithm
· 38a627b6
Andi
authored
Jul 05, 2015
38a627b6
Improved compatibility for bisection algorithm
· 4e932fca
Andi
authored
Jul 05, 2015
4e932fca
Loading