Skip to content
GitLab
Explore
Sign in
Commits · 0f47481cc3ab70c1e2defad65ef6520d48addc88
viennacl-dev
Browse files
Nov 08, 2014
Doxygen: Added Juraj Kabzan to list of contributors and refined wording.
· 0f47481c
Karl Rupp
authored
Nov 08, 2014
0f47481c
Changelog: Made code contributions for 1.6.0 more explicit.
· bb6e2304
Karl Rupp
authored
Nov 08, 2014
bb6e2304
Memory: Added overload of default_memory_type() to switch default memory domain.
· 9da8e4e6
Karl Rupp
authored
Nov 08, 2014
9da8e4e6
CUDA: Fixed incomplete refactoring from Doxygen-fixes two commits earlier.
· 2ea16808
Karl Rupp
authored
Nov 08, 2014
2ea16808
Doxygen: Removed old LaTeX files, added logos to start page.
· a82e40a3
Karl Rupp
authored
Nov 08, 2014
a82e40a3
Doxygen: Cleanup and fixed warnings.
· 43ba114c
Karl Rupp
authored
Nov 08, 2014
43ba114c
Doxygen: Updated hardware table.
· 6927bd05
Karl Rupp
authored
Nov 08, 2014
6927bd05
Doxygen: Changed label prefix for manual from "manual-page-" to "manual-"
· b6b92d08
Karl Rupp
authored
Nov 08, 2014
b6b92d08
README, CMake: Updates for release 1.6.0
· 1dcc8aa7
Karl Rupp
authored
Nov 08, 2014
1dcc8aa7
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
Loading