Skip to content
GitLab
Explore
Sign in
Commits · b7cce55ed20db45e2a958233fbb7710e9e6f936f
viennacl-dev
Browse files
Nov 08, 2014
GMRES: Fixed problems with pipelined implementation for coordinate_matrix.
· b7cce55e
Karl Rupp
authored
Nov 08, 2014
b7cce55e
GMRES: Proper support for early conversion in pipelined implementation.
· 490566d4
Karl Rupp
authored
Nov 08, 2014
490566d4
Scheduler: Fixed incorrect handling of A += trans(B) and A -= trans(B)
· faeb1071
Karl Rupp
authored
Nov 08, 2014
faeb1071
Nov 07, 2014
Scheduler: Added support for composite operations including unary operations.
· b5909a76
Karl Rupp
authored
Nov 07, 2014
b5909a76
Clang 3.5: Fixed warnings at high warning levels.
· 8b4567bc
Karl Rupp
authored
Nov 07, 2014
8b4567bc
Clang 3.0: Fixed warnings related to unused macros in release mode in tests.
· 701a727a
Karl Rupp
authored
Nov 07, 2014
701a727a
NMF: Moved header back to viennacl/linalg/nmf.hpp
· 102265a5
Karl Rupp
authored
Nov 07, 2014
102265a5
Clang 3.0: Fixed warnings at high warning levels.
· 6918bf3f
Karl Rupp
authored
Nov 07, 2014
6918bf3f
Changelog: Updated for 1.6.0 release.
· 771aa713
Karl Rupp
authored
Nov 07, 2014
771aa713
Doxygen: Added warnings on mixing 'auto' with expression templates.
· 01534425
Karl Rupp
authored
Nov 07, 2014
01534425
Doxygen: Added C++11 question on FAQ
· 7e40e764
Karl Rupp
authored
Nov 07, 2014
7e40e764
OpenCL: Fixed problems in vector operations.
· 5f3e50a7
Karl Rupp
authored
Nov 07, 2014
5f3e50a7
Nov 06, 2014
Device-DB: Added AMD Barts architecture.
· 8de7e270
Karl Rupp
authored
Nov 06, 2014
8de7e270
Device-DB: Added AMD Cedar architecture.
· e92d8b47
Karl Rupp
authored
Nov 06, 2014
e92d8b47
Device-DB: Added NVIDIA Tesla C2050.
· a742346a
Karl Rupp
authored
Nov 06, 2014
a742346a
Clang 3.0: Fixed a bunch of warnings at high warning levels.
· 79c21e63
Karl Rupp
authored
Nov 06, 2014
79c21e63
GCC 4.6: Fixed all warnings with -Wall -pedantic -Wextra -Wconversion -g
· f2d0cea0
Karl Rupp
authored
Nov 06, 2014
f2d0cea0
GMRES: Added pipelined implementations for all three backends.
· f8b4f301
Karl Rupp
authored
Nov 06, 2014
f8b4f301
Device-DB: Added NVIDIA GeForce GTX 470.
· 244e7d92
Karl Rupp
authored
Nov 06, 2014
244e7d92
Device-DB: Added NVIDIA GTX 750 Ti.
· d47b3ad2
Karl Rupp
authored
Nov 06, 2014
d47b3ad2
sliced_ell_matrix: Fixed conversion warning in matrix-vector product.
· 75d7013e
Karl Rupp
authored
Nov 06, 2014
75d7013e
Nov 05, 2014
Fix OpenCL kernel cache so as not to use same binaries across different contexts
· cf1d5e7b
Toby Smithe
authored
Nov 05, 2014
cf1d5e7b
CUDA: Added CTOR for matrix to wrap user-provided buffer.
· 34b3b3b1
Karl Rupp
authored
Nov 05, 2014
34b3b3b1
CUDA: Fixed missing else-clause when wrapping a CUDA buffer.
· a563584d
Karl Rupp
authored
Nov 05, 2014
a563584d
CUDA: Fixed bug in as() kernel for scalars.
· b8ad7ed9
Karl Rupp
authored
Nov 05, 2014
b8ad7ed9
Device-DB: Using scalar types for vector operations.
· ab10fb80
Karl Rupp
authored
Nov 05, 2014
ab10fb80
sliced_ell_matrix: Fixed OpenMP race condition and use unsigned type for OpenMP loops.
· e197b562
Karl Rupp
authored
Nov 05, 2014
e197b562
GEMM on CPU: Fixed race condition with OpenMP.
· b1e87684
Karl Rupp
authored
Nov 05, 2014
b1e87684
Vector: Added min() and max() routines.
· 64afe1e7
Karl Rupp
authored
Nov 05, 2014
64afe1e7
CUDA: Added libstdc++ on MacOS Mavericks and above.
· 159bb9f2
Karl Rupp
authored
Nov 05, 2014
159bb9f2
Nov 04, 2014
Direct Solve: Moved details to detail-namespace, polished public interface.
· 42e5de86
Karl Rupp
authored
Nov 04, 2014
42e5de86
Unified use of vcl_size_t instead of just size_t or std::size_t
· 65224e30
Karl Rupp
authored
Nov 04, 2014
65224e30
Dense BLAS bench: Added device information and double precision check with OpenCL.
· 12681a1b
Karl Rupp
authored
Nov 04, 2014
12681a1b
Vector: CTOR of vector_base now creates a buffer copy.
· 0e5f8430
Karl Rupp
authored
Nov 04, 2014
0e5f8430
FFT, host-based: Fixed performance regressions in real_to_complex() and complex_to_real()
· f902f37a
Karl Rupp
authored
Nov 04, 2014
f902f37a
Merge pull request #107 from matusi143/patch-2
· 6caed4ed
Karl Rupp
authored
Nov 04, 2014
6caed4ed
Device-DB: Added Scrapper (AMD low-end trinity APU)
· 50d1b5d3
Karl Rupp
authored
Nov 04, 2014
50d1b5d3
Nov 03, 2014
Rewrote to fix VS2013 compilation errors
· 6e00b38d
Matthew Musto
authored
Nov 03, 2014
6e00b38d
QR method: Fixed compilation issue and warnings.
· 80323757
Karl Rupp
authored
Nov 03, 2014
80323757
FFT: Fixed some conversion warnings (-Wconversion) in tests.
· dcf09dbb
Karl Rupp
authored
Nov 03, 2014
dcf09dbb
Loading