Skip to content
GitLab
Explore
Sign in
Commits · 63c8e33608b28cecaeab9553b464cc3e742e46ca
viennacl-dev
Browse files
Jul 30, 2013
Started rewriting the autotuner
· 63c8e336
Philippe Tillet
authored
Jul 30, 2013
63c8e336
Added missing linking statement for Boost.thread()
· 45cb1851
Karl Rupp
authored
Jul 30, 2013
45cb1851
Added tutorial on running multiple conjugate gradient instances on different OpenCL contexts.
· 83436936
Karl Rupp
authored
Jul 30, 2013
83436936
Fixed erroneous assert() in ichol0 preconditioner (issue only visible in debug builds)
· 3320ad2d
Karl Rupp
authored
Jul 30, 2013
3320ad2d
Removed static temporaries for inner_prod() and norm_X() for CUDA and OpenCL backends.
· 33d66246
Karl Rupp
authored
Jul 30, 2013
33d66246
Merge branch 'master' of github.com:viennacl/viennacl-dev
· db34bc39
Karl Rupp
authored
Jul 29, 2013
db34bc39
Added benchmark for host<->device copy performance.
· 28f49502
Karl Rupp
authored
Jul 29, 2013
28f49502
Added async_copy() for vectors. Use like fast_copy().
· d3359ed2
Karl Rupp
authored
Jul 29, 2013
d3359ed2
Jul 29, 2013
Integrated the new version of the generator.
· c092b571
Philippe Tillet
authored
Jul 29, 2013
c092b571
Applied context to matrix and scalar types.
· c1aa7b8e
Karl Rupp
authored
Jul 29, 2013
c1aa7b8e
Fixed wrong output stream for vectors and vector operations
· cacecd84
Karl Rupp
authored
Jul 29, 2013
cacecd84
Added optional context parameter to matrix and scalar types.
· 6f67df5c
Karl Rupp
authored
Jul 29, 2013
6f67df5c
Introduced viennacl::context() as a generic context unifying OpenCL contexts...
· f9f71e0b
Karl Rupp
authored
Jul 28, 2013
f9f71e0b
Fixed wrong return type of memory handle for circulant_matrix and hankel_matrix
· 506b8cb2
Karl Rupp
authored
Jul 28, 2013
506b8cb2
Jul 28, 2013
Fixed test for global variables.
· d17dab60
Karl Rupp
authored
Jul 28, 2013
d17dab60
Updated scheduler benchmark to reflect a more involved vector operation.
· dbec02bf
Karl Rupp
authored
Jul 28, 2013
dbec02bf
Scheduler: Added better processing of matrix expressions.
· 82f88d8d
Karl Rupp
authored
Jul 28, 2013
82f88d8d
Scheduler: Homogenization of statement_node members. Now only three members: {lhs, op, rhs}
· 1a214259
Karl Rupp
authored
Jul 28, 2013
1a214259
Scheduler: Added better support for += and -= in vector expressions and fixed...
· 34292db9
Karl Rupp
authored
Jul 28, 2013
34292db9
Fixed wrong project name in CTestConfig.txt
· 12ebbab7
Karl Rupp
authored
Jul 28, 2013
12ebbab7
Added better vector processing support to scheduler. x = y1 + y2 + y3 + y4 now working.
· 6bd19bf7
Karl Rupp
authored
Jul 27, 2013
6bd19bf7
Added missing DIV operator, added suggestion for new lhs_rhs_element
· 5a42253b
Karl Rupp
authored
Jul 27, 2013
5a42253b
Jul 26, 2013
Added correct CTest configuration for CDash
· 6fd4b1e8
Karl Rupp
authored
Jul 26, 2013
6fd4b1e8
Scheduler statements can now be printed via operator<<
· 6d208570
Karl Rupp
authored
Jul 26, 2013
6d208570
Fixed erroneous assert()-statement.
· 3890c290
Karl Rupp
authored
Jul 26, 2013
3890c290
Fixed copy&paste error in comments within scheduler tutorial
· aed5c3f7
Karl Rupp
authored
Jul 26, 2013
aed5c3f7
Fixed matrix element-wise kernel processing.
· 8fe2dd56
Karl Rupp
authored
Jul 26, 2013
8fe2dd56
fixed regression test script: building in serial mode now
· c36d5e32
Josef Weinbub
authored
Jul 26, 2013
c36d5e32
Fixed sparse matrix-vector product with strided vectors for ELL, HYB for CUDA.
· 5169bf97
Karl Rupp
authored
Jul 25, 2013
5169bf97
Jul 25, 2013
Fixed sparse matrix-vector product with strided vectors for COO, ELL, HYB for OpenMP.
· 0f192210
Karl Rupp
authored
Jul 25, 2013
0f192210
Fixed sparse matrix-vector product with strided vectors for COO, ELL, HYB for OpenCL.
· da83a09a
Karl Rupp
authored
Jul 25, 2013
da83a09a
Fixed scheduler-related pedantic warnings on GCC 4.6.
· 1b158ce7
Karl Rupp
authored
Jul 25, 2013
1b158ce7
Merge pull request #37 from albertzaharovits/master
· af257ca9
Karl Rupp
authored
Jul 25, 2013
af257ca9
Scheduler: Removed trailing underscores from struct and union members.
· 717b9c5c
Karl Rupp
authored
Jul 24, 2013
717b9c5c
Jul 24, 2013
Refined test for compressed_matrix-vector product using ranges and slices for vector.
· 626eb4ba
Karl Rupp
authored
Jul 24, 2013
626eb4ba
Removed incorrect CPU fallback for SpMV on CPUs using OpenCL.
· 61774da5
Karl Rupp
authored
Jul 24, 2013
61774da5
Jul 23, 2013
Scheduler: Replaced const-char exceptions with std::exception-compliant mechanism.
· 94030632
Karl Rupp
authored
Jul 23, 2013
94030632
Merge pull request #38 from bollig/master
· ba2d6937
Karl Rupp
authored
Jul 23, 2013
ba2d6937
Updated code comments
· 813770c0
Evan Bollig
authored
Jul 23, 2013
813770c0
Added support for switching queues
· 28d5a0d5
Evan Bollig
authored
Jul 23, 2013
28d5a0d5
Loading