Skip to content
GitLab
Explore
Sign in
Commits · b8efde310b3d011d0c1a7f9f2322d2e00848f1a6
viennacl-dev
Browse files
Aug 11, 2015
Tests: Removed uBLAS dependency in tql
· b8efde31
Karl Rupp
authored
Aug 11, 2015
b8efde31
Tests: Removed uBLAS dependency in vector_multi_inner_prod.cpp
· b6a23974
Karl Rupp
authored
Aug 11, 2015
b6a23974
Aug 10, 2015
Chow-Patel ILU: Fixed incorrect assertion.
· 9bc73e4c
Karl Rupp
authored
Aug 10, 2015
9bc73e4c
Aug 08, 2015
Tests: Removed uBLAS dependency for vector_int and vector_uint
· 3f029b21
Karl Rupp
authored
Aug 08, 2015
3f029b21
Aug 06, 2015
ICC, SpGEMM: Fixed compilation hickups in OpenMP dynamic schedule spec.
· 309ddea1
Karl Rupp
authored
Aug 06, 2015
309ddea1
Aug 05, 2015
CUDA: Runtime selection of best SpMV kernel for Maxwell devices.
· 7e57ded8
Karl Rupp
authored
Aug 05, 2015
7e57ded8
Jul 31, 2015
Doc: Last updates for 1.7.0 release.
· 1a30cfa5
Karl Rupp
authored
Jul 31, 2015
1a30cfa5
Revert "GEMM: Increased block size to 128 on CPU."
· c3be1eaf
Karl Rupp
authored
Jul 31, 2015
c3be1eaf
AMG: Switched OpenMP loop indices to signed types.
· cad2d1a4
Karl Rupp
authored
Jul 31, 2015
cad2d1a4
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
Loading