Skip to content
GitLab
Explore
Sign in
Commits · bfdc6a63b9ad0ae3696d6424f6c30c3b7a124147
viennacl-dev
Browse files
Dec 16, 2013
AMG: Fixed warnings obtained on Visual Studio 2013 (all integer conversion warnings).
· bfdc6a63
Karl Rupp
authored
Dec 16, 2013
bfdc6a63
Generator: Fixed warnings obtained with Clang 3.3.
· c9fcae3a
Karl Rupp
authored
Dec 16, 2013
c9fcae3a
Autotuner: Replaced uses of .at() for std::map<> (C++11) with a C++03-compatible implementation.
· 6e20ef2e
Karl Rupp
authored
Dec 16, 2013
6e20ef2e
Generator: Removed uses of .at() member on a std::map<>, since this is only available in C++11.
· 35d30073
Karl Rupp
authored
Dec 16, 2013
35d30073
Various minor fixes for GCC 4.2.1 and Boost 1.33 when using -Wextra
· f2e6b01d
Karl Rupp
authored
Dec 16, 2013
f2e6b01d
QR-method, SVD: Initialization of ublas-vectors through scalar_vector rather than directly in CTOR.
· 82798221
Karl Rupp
authored
Dec 16, 2013
82798221
Generator: Removed unused generator_segmentation as well as boost/foreach.hpp includes in tests.
· 93f8b0da
Karl Rupp
authored
Dec 16, 2013
93f8b0da
AMG: Fixed second round of OpenMP warnings obtained on GCC 4.1.2
· 7e92ff2c
Karl Rupp
authored
Dec 16, 2013
7e92ff2c
AMG: Fixed OpenMP warnings obtained on GCC 4.1.2
· bf2a7e06
Karl Rupp
authored
Dec 16, 2013
bf2a7e06
Dec 15, 2013
Fixed a bunch of (mostly conversion) warnings on VS Studio 2013.
· 481ad0e9
Karl Rupp
authored
Dec 15, 2013
481ad0e9
Fixed unused variable warning.
· 2c43d234
Karl Rupp
authored
Dec 15, 2013
2c43d234
libviennacl: Cleanup: Applied pimpl-idiom to separate implementation from viennacl.hpp
· ed2d1d55
Karl Rupp
authored
Dec 15, 2013
ed2d1d55
libviennacl: Added extensive tests for GEMM and fixed a couple of interfacing bugs.
· 1cb3a844
Karl Rupp
authored
Dec 15, 2013
1cb3a844
Dec 14, 2013
libviennacl: Added GEMM for host, CUDA, and OpenCL (no tests yet).
· d86cbd6e
Karl Rupp
authored
Dec 14, 2013
d86cbd6e
OpenMP: Fixed use of unsigned integer type for outer loop in matrix-matrix products.
· 7ad5cb89
Karl Rupp
authored
Dec 14, 2013
7ad5cb89
SVD: Fixed flaw in test.
· d3817f26
Karl Rupp
authored
Dec 14, 2013
d3817f26
QR method: Fixed implementation and tests for non-symmetric matrices.
· a0593b71
Karl Rupp
authored
Dec 14, 2013
a0593b71
NMF: Added flag for controlling output to std::cout, reduced test execution time.
· 815f34e7
Karl Rupp
authored
Dec 14, 2013
815f34e7
Dec 13, 2013
Merge branch 'master' of
https://github.com/albertz/viennacl-dev
into albertz-master
· 41412745
Karl Rupp
authored
Dec 13, 2013
41412745
simple OpenMP implementation for matrix-matrix product
· 078c83d9
Albert Zeyer
authored
Dec 13, 2013
078c83d9
README: Updated version for GitHub to reflect that there is no more OpenCL...
· 4db6d47d
Karl Rupp
authored
Dec 13, 2013
4db6d47d
Tests: Switched back to building tests by default for developer version and in the source release.
· 84900bf2
Karl Rupp
authored
Dec 13, 2013
84900bf2
Dec 11, 2013
SpMdM: Added CUDA implementation for hyb_matrix, thus resolving #22
· e1617c38
Karl Rupp
authored
Dec 11, 2013
e1617c38
Dec 10, 2013
SpMdM: Added support for hyb_matrix on CPU and OpenCL.
· b4442cd3
Karl Rupp
authored
Dec 10, 2013
b4442cd3
Dec 09, 2013
SpMdM: Added support for arbitrary layouts of dense factor and result when using CUDA.
· 2b74801c
Karl Rupp
authored
Dec 09, 2013
2b74801c
SpMdM: Added support for arbitrary layouts of dense factor and result when using OpenCL.
· 2bc84594
Karl Rupp
authored
Dec 09, 2013
2bc84594
Dec 08, 2013
SpMdM: Big steps towards supporting row-major and col-major layout for both result and factor.
· 8ed0c69e
Karl Rupp
authored
Dec 08, 2013
8ed0c69e
SpMdM: Added implementation for coordinate_matrix.
· 12c1c548
Karl Rupp
authored
Dec 08, 2013
12c1c548
libviennacl: Fixed compilation problems with CUDA and unified integer type.
· c5be4ba1
Karl Rupp
authored
Dec 08, 2013
c5be4ba1
COO OpenCL: Removed assert() in SpMV.
· 18f139e1
Karl Rupp
authored
Dec 08, 2013
18f139e1
Matrix Market: Removed status message to std::cout in reader.
· 192b141f
Karl Rupp
authored
Dec 08, 2013
192b141f
OpenCL kernels: Merged code generation for CSR times dense matrices.
· 346577a9
Karl Rupp
authored
Dec 08, 2013
346577a9
Spmdm: Stabilized test with respect to round-off errors.
· ee720eb2
Karl Rupp
authored
Dec 08, 2013
ee720eb2
Multithreaded: Updated tutorials to work with older Boost versions.
· fd2497b6
Karl Rupp
authored
Dec 08, 2013
fd2497b6
uBLAS: Compatibility fixes in order to compile with Boost 1.33.0
· d5575880
Karl Rupp
authored
Dec 08, 2013
d5575880
CMake: Now also supporting CMake 2.6.x
· 37c923f8
Karl Rupp
authored
Dec 08, 2013
37c923f8
ViennaCLCommon.cmake: Source-package no longer builds test by default.
· 9ecb61cc
Karl Rupp
authored
Dec 08, 2013
9ecb61cc
CMake, Boost: Removed linking with filesystem, linking with system only with Boost 1.35.0 and above
· 56342360
Karl Rupp
authored
Dec 08, 2013
56342360
Dec 06, 2013
Sparse-Dense-Mult: Fixed race condition when using OpenMP.
· 4f1d636c
Karl Rupp
authored
Dec 06, 2013
4f1d636c
Dec 05, 2013
Spmdm test: Now testing both single and double precision.
· 6854dd29
Karl Rupp
authored
Dec 05, 2013
6854dd29
Loading