- 09 May, 2019 3 commits
-
-
rok-cesnovar authored
-
Stan Jenkins authored
-
rok-cesnovar authored
# Conflicts: # stan/math/prim/mat/fun/cholesky_decompose.hpp # test/unit/math/opencl/add_test.cpp # test/unit/math/opencl/cholesky_decompose_test.cpp # test/unit/math/opencl/copy_test.cpp # test/unit/math/opencl/kernel_cl_test.cpp
-
- 07 May, 2019 5 commits
-
-
seantalts authored
[Jenkins] Move windows tests to later in the build
-
seantalts authored
Allows the OpenCL queue to run events in Async.
-
Steve Bronder authored
This reverts commit 8a488a2f.
-
Steve Bronder authored
This reverts commit 875a6576.
-
Steve Bronder authored
This reverts commit 7256c1fb.
-
- 05 May, 2019 6 commits
-
-
Steve Bronder authored
-
Stan Jenkins authored
-
stevo15025 authored
-
rok-cesnovar authored
-
rok-cesnovar authored
-
rok-cesnovar authored
-
- 04 May, 2019 13 commits
-
-
rok-cesnovar authored
-
Stan Jenkins authored
-
rok-cesnovar authored
-
Sean Talts authored
They'll still always run on a PR but this way they won't run until after the unit tests have already passed in some other configuration. As is, unit tests could fail and we'd still queue up and take up an hour of time on Windows even though we tend not to learn something new with Windows tests. Windows is a big bottleneck right now.
-
rok-cesnovar authored
-
rok-cesnovar authored
replaced copy(matrix_cl, Eigen) to matrix_cl = to_matrix_cl(Eigen), changed copy(matrix_cl, matrix_cl) to copy_cl
-
rok-cesnovar authored
copy(Eigen,matrix_cl) changed to Eigen = from_matrix_cl(matrix_cl), replaced _gpu and GPU with _cl and CL
-
-
Steve Bronder authored
-
Rok Češnovar authored
replace std::ptr_fun with std::function
-
Stan Jenkins authored
-
Jenkins authored
-
Steve Bronder authored
some docs, and uses try functions 1. Fixes up grammar for to_buffer. 2. Adds to_const_buffer_t alias to cleanup kernel code. 3. Adds add_read_write_event to matrix_cl 4. Uses try functions for matrix_cl member functions.
-
- 03 May, 2019 9 commits
-
-
Sean Talts authored
-
Sean Talts authored
-
Sean Talts authored
-
Sean Talts authored
-
Sean Talts authored
Don't wait for copies TO opencl devices in general; always wait for write events before writing or reading; always wait for read events before writing;
-
Sean Talts authored
-
Sean Talts authored
-
Rok Češnovar authored
Issue 1211 - Remove unnecessary headers
-
Daniel Lee authored
Fixes #1210. Bugfix/issue 1210 coupled ode system test
-
- 02 May, 2019 4 commits
-
-
Sebastian Weber authored
-
Sebastian Weber authored
Merge branch 'bugfix/issue-1210-coupled_ode_system' of https://github.com/stan-dev/math into bugfix/issue-1210-coupled_ode_system
-
Stan Jenkins authored
-
Daniel Lee authored
Merge branch 'bugfix/issue-1210-coupled_ode_system' of https://github.com/stan-dev/math into bugfix/issue-1210-coupled_ode_system
-