Skip to content
GitLab
Explore
Sign in
Commits · 2b24ffcd11e6cadcd9cdf229d4ef991d2ced1d22
viennacl-dev
Browse files
Jul 30, 2015
CMake: Updated deployment script to include missing files.
· 2b24ffcd
Karl Rupp
authored
Jul 31, 2015
2b24ffcd
Visual Studio: Fixed compilation issues caused by conversion CTORs.
· f6a5f184
Karl Rupp
authored
Jul 30, 2015
f6a5f184
Doc: Improved structure and content of manual.
· 3bfa02ac
Karl Rupp
authored
Jul 30, 2015
3bfa02ac
GEMM: Increased block size to 128 on CPU.
· 955ec252
Karl Rupp
authored
Jul 30, 2015
955ec252
AMG: Added missing include for std::greater.
· 1fcbc6d7
Karl Rupp
authored
Jul 30, 2015
1fcbc6d7
sliced_ell_matrix: Reduced block size to 32.
· 7b037ad4
Karl Rupp
authored
Jul 30, 2015
7b037ad4
Merge pull request #148 from Rombur/fix_typo
· 973616ee
Karl Rupp
authored
Jul 30, 2015
973616ee
SpGEMM: Fixed conversion constructor in compressed_matrix for OpenCL.
· 44bbf1a7
Karl Rupp
authored
Jul 30, 2015
44bbf1a7
Jul 29, 2015
Fix a typo: coarseing -> coarsening.
· eabc685c
Bruno Turcksin
authored
Jul 29, 2015
eabc685c
SpGEMM: Fixed problem in CUDA kernel (stage 3) due to CUDA bug(?)
· 2a6e9153
Karl Rupp
authored
Jul 29, 2015
2a6e9153
Doxygen: Fixed all warnings obtained when building docs.
· f6b2dc92
Karl Rupp
authored
Jul 29, 2015
f6b2dc92
CMake: Removed BUILD_MANUAL option.
· e7c57f1a
Karl Rupp
authored
Jul 29, 2015
e7c57f1a
ViennaProfiler: Removed CMake bindings.
· 7396ec10
Karl Rupp
authored
Jul 29, 2015
7396ec10
SpGEMM: Added conversion constructor.
· da416a33
Karl Rupp
authored
Jul 29, 2015
da416a33
Iterative: Fixed convenience overloads for STL types.
· 1da7090f
Karl Rupp
authored
Jul 29, 2015
1da7090f
Iterative: Added API for passing monitors and initial guesses.
· 7b598ba9
Karl Rupp
authored
Jul 29, 2015
7b598ba9
Jul 28, 2015
AMG: Fixed incorrect MIS-2 check for coarsening in CUDA backend.
· 50f9d227
Karl Rupp
authored
Jul 28, 2015
50f9d227
GCC 4.6, Clang 3.0: Fixed picky compilation warnings.
· c74b7f50
Karl Rupp
authored
Jul 28, 2015
c74b7f50
Jul 27, 2015
sum: Added support for sum(), row_sum(), column_sum()
· 4063c941
Karl Rupp
authored
Jul 27, 2015
4063c941
Eigen: Added support for row-major matrices.
· 7d29adf3
Karl Rupp
authored
Jul 27, 2015
7d29adf3
CUDA: Fixed external linkage problems of two kernels.
· 97121db0
Karl Rupp
authored
Jul 27, 2015
97121db0
Jul 25, 2015
CMake: CUDA_ARCH_FLAG now defaults to sm_20.
· 75c616a4
Karl Rupp
authored
Jul 25, 2015
75c616a4
CMake: commented out default architecture options in ViennaCLCommon.cmake. Now...
· 327f924a
Philippe Tillet
authored
Jul 24, 2015
327f924a
Jul 23, 2015
Mixed-precision CG: Now available for all three backends.
· 2b0a9e37
Karl Rupp
authored
Jul 23, 2015
2b0a9e37
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
Loading