Skip to content
GitLab
Explore
Sign in
Commits · 95048eda95e572845b5d2ffd357a14a0afedac81
viennacl-dev
Browse files
Jul 23, 2015
Parallel ILU: Fixed post-merge compilation issues with CUDA.
· 95048eda
Karl Rupp
authored
Jul 23, 2015
95048eda
Jul 22, 2015
Merge branch 'karlrupp/feature-refurbished-amg'
· 429cbe71
Karl Rupp
authored
Jul 22, 2015
429cbe71
AMG: Added another explicit note in manual that AMG is not a silver bullet.
· b1cabbee
Karl Rupp
authored
Jul 22, 2015
b1cabbee
AMG: Added exception if coarsening gets stuck and other diagnostics.
· d9decdbc
Karl Rupp
authored
Jul 22, 2015
d9decdbc
Merge branch 'karlrupp/feature-chow-patel-ilu'
· d69a28ca
Karl Rupp
authored
Jul 22, 2015
d69a28ca
ICHOL: Added parallel incomplete Cholesky factorization by Chow and Patel.
· 8f344966
Karl Rupp
authored
Jul 22, 2015
8f344966
Chow-Patel-ILU: Added compile-time warning if wrong matrix type is passed.
· 9e55af86
Karl Rupp
authored
Jul 22, 2015
9e55af86
Jul 21, 2015
Preparations: Updated version number to 1.7.0 and copyright notice.
· e0bc5f0e
Karl Rupp
authored
Jul 21, 2015
e0bc5f0e
Changelog: Prepared for 1.7.0 release.
· c05884d8
Karl Rupp
authored
Jul 21, 2015
c05884d8
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
CG, BiCGStab, GMRES: Improved CSR SpMV for pipelined implementations.
· 56e45397
Karl Rupp
authored
Jul 20, 2015
56e45397
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
AMG: Extended earlier OpenCL-only AMG implementation to CUDA and OpenMP.
· 016dfb91
Karl Rupp
authored
Jul 16, 2015
016dfb91
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
Loading