Skip to content
GitLab
Explore
Sign in
Commits · c3e9e50d93381ffdf763df6c444601715b4788fb
viennacl-dev
Browse files
Dec 22, 2013
tclap: Added COPYING file.
· c3e9e50d
Karl Rupp
authored
Dec 22, 2013
c3e9e50d
Merge branch 'master' of github.com:viennacl/viennacl-dev
· b822fc91
Karl Rupp
authored
Dec 22, 2013
b822fc91
Boost: (Hopefully) Fixed linkage problems on Windows.
· cdf381c1
Karl Rupp
authored
Dec 22, 2013
cdf381c1
Fixed floating point conversion warnings.
· cb5fcaf0
Karl Rupp
authored
Dec 22, 2013
cb5fcaf0
Merge branch 'master' of github.com:viennacl/viennacl-dev
· 250d0038
Toby Smithe
authored
Dec 22, 2013
250d0038
Fix residual bug in vector_proxy
· 398d77ab
Toby Smithe
authored
Dec 22, 2013
398d77ab
Fixed sign flip warnings for unsigned integers.
· 1c4bbd79
Karl Rupp
authored
Dec 22, 2013
1c4bbd79
Doc: Updated changelogs for 1.5.0 release.
· 5932b0c9
Karl Rupp
authored
Dec 22, 2013
5932b0c9
SPAI: Fixed two bugs in the GPU implementation.
· 8b320d22
Karl Rupp
authored
Dec 22, 2013
8b320d22
Sparse and structured matrices: Fixed handling of x = prod(A, x);
· a9403715
Karl Rupp
authored
Dec 22, 2013
a9403715
Power iteration: Improved performance by avoiding a temporary, reduced...
· d3dd41ef
Karl Rupp
authored
Dec 22, 2013
d3dd41ef
Dec 21, 2013
BLAS 3 Benchmark: Fixed computation of temporary buffer.
· 9cd3be1f
Karl Rupp
authored
Dec 21, 2013
9cd3be1f
Eigen: Added hint on extended time for reading a matrix in tutorial.
· f5265fc7
Karl Rupp
authored
Dec 21, 2013
f5265fc7
Matrix Proxy: Fixed bugs in copy().
· b1956099
Karl Rupp
authored
Dec 21, 2013
b1956099
Exceptions: Now throwing cuda_not_available_exception() when trying to use...
· 5d9c7ab9
Karl Rupp
authored
Dec 21, 2013
5d9c7ab9
Tutorials: Fixed blas3 tutorial by replacing fast_copy() with copy()
· 7838bcaa
Karl Rupp
authored
Dec 21, 2013
7838bcaa
CMake: Added Boost linkage to tests, added linkage with serialization library.
· bc77dbec
Karl Rupp
authored
Dec 21, 2013
bc77dbec
CUDA: Replaced use of 'uint' by 'unsigned int' in CUDA kernels.
· 4307cbde
Karl Rupp
authored
Dec 21, 2013
4307cbde
copy(): Unified behavior of copy() across all types. Resolves #5.
· d81c7c57
Karl Rupp
authored
Dec 21, 2013
d81c7c57
CUDA: Fixed two warnings: Sign flip for unsigned types, use of 'uint' in function definition.
· e15fb3b1
Karl Rupp
authored
Dec 21, 2013
e15fb3b1
Dec 20, 2013
Visual Studio 2013: Fixed a few more minor conversion warnings.
· b19c501a
Karl Rupp
authored
Dec 20, 2013
b19c501a
CUDA: row_info kernel call now in place again.
· 68575b1b
Karl Rupp
authored
Dec 20, 2013
68575b1b
OpenCL, CUDA: Options for scalars are now set composed in a common implementation.
· 188f1a87
Karl Rupp
authored
Dec 20, 2013
188f1a87
Dec 19, 2013
Visual Studio 2013: Fixed a few more conversion warnings.
· f9e368c3
Karl Rupp
authored
Dec 19, 2013
f9e368c3
Pedantic flag: Added note that they only work with GCC and Clang.
· d42af5bb
Karl Rupp
authored
Dec 19, 2013
d42af5bb
libviennacl: Added export declarations through VIENNACL_EXPORTED_FUNCTION for Visual Studio.
· acf92ead
Karl Rupp
authored
Dec 19, 2013
acf92ead
Doxygen: Added all missing descriptions of classes.
· 9d34f081
Karl Rupp
authored
Dec 19, 2013
9d34f081
Dec 18, 2013
Doxygen: Added a bunch of missing class documentations.
· 3a9df090
Karl Rupp
authored
Dec 18, 2013
3a9df090
Dec 17, 2013
Visual Studio 2013: Fixed a bunch of conversion warnings.
· 91fec56e
Karl Rupp
authored
Dec 17, 2013
91fec56e
cppcheck: Fixed return value of operator++ for iterators.
· 248320fe
Karl Rupp
authored
Dec 17, 2013
248320fe
AMG: Removed useless debugging code which only leads to one warning with cppcheck.
· d955bdca
Karl Rupp
authored
Dec 17, 2013
d955bdca
Visual Studio 2005: Fixed type conversion warnings.
· eaf467f8
Karl Rupp
authored
Dec 17, 2013
eaf467f8
Doxygen: Added missing file and namespace documentations.
· b812a479
Karl Rupp
authored
Dec 17, 2013
b812a479
Doxygen: Fixed all warnings (required some refactoring in generator)
· eea9f968
Karl Rupp
authored
Dec 17, 2013
eea9f968
Dec 16, 2013
Visual Studio 2013: Fixed various minor conversion warnings.
· dff6809c
Karl Rupp
authored
Dec 17, 2013
dff6809c
AMG: Fixed more VS 2013 conversion warnings including a bug introduced by previous commit.
· dc1e8a04
Karl Rupp
authored
Dec 16, 2013
dc1e8a04
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
Loading