sort by:
Revision Author Date Message Commit Date
fe5eaa3 Revert "release/v2.21.0: updating version numbers" This reverts commit a50deb9f6dbc35ba221e3685b9d8a19202a80fd9. 18 October 2019, 19:47:47 UTC
a50deb9 release/v2.21.0: updating version numbers 18 October 2019, 18:57:43 UTC
e27e1cf Merge pull request #1356 from bstatcomp/bugfix-1346/async-temps Bugfix for making matrix_cls from temporaries 15 October 2019, 11:59:53 UTC
fcd8041 Merge pull request #1401 from stan-dev/bugfix/tbb-cleanup Bugfix/tbb cleanup closes #1402 15 October 2019, 11:39:22 UTC
268cfb6 add more doc to upgrade script 15 October 2019, 07:21:49 UTC
ab6e844 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 15 October 2019, 06:58:40 UTC
7f13d3f addressed review comments 15 October 2019, 06:57:43 UTC
3ef7aca remove const 14 October 2019, 19:50:18 UTC
1970dc7 cleaning up 14 October 2019, 19:03:11 UTC
ed6db9b [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 14 October 2019, 19:00:46 UTC
f27325f final touches 14 October 2019, 18:59:54 UTC
5ccf6ce [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 14 October 2019, 18:26:41 UTC
fb7a263 addressed reviewer comments 14 October 2019, 18:25:51 UTC
40f0232 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 14 October 2019, 15:48:37 UTC
e5495ec fixed packed copy 14 October 2019, 15:47:45 UTC
fd8aca6 format 14 October 2019, 15:27:06 UTC
6c57200 cleanup and add to_matrix_cl for std::vector 14 October 2019, 15:24:52 UTC
cc81d17 structure README.md better 13 October 2019, 10:03:42 UTC
a38babf do not use -g on release mode builds of TBB to reduce size 13 October 2019, 08:24:00 UTC
13f1013 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 12 October 2019, 13:54:54 UTC
f82c277 Merge branch 'develop' into bugfix-1346/async-temps 12 October 2019, 13:39:07 UTC
01b9c8a onyl missing std::vector for to_matrix_cl 12 October 2019, 13:38:15 UTC
5312600 Merge pull request #1399 from bstatcomp/bugfix_glms_intercept_onlx bugfix intercept only GLMs 12 October 2019, 06:52:16 UTC
5630dc8 Merge pull request #1384 from stan-dev/feature/1382-remove-fvar-nan-checks Feature/1382 remove fvar nan checks 12 October 2019, 05:27:13 UTC
c09c67f Merge branch 'develop' into bugfix-1346/async-temps # Conflicts: # stan/math/opencl/matrix_cl.hpp 11 October 2019, 17:06:40 UTC
5de36a7 Merge branch 'develop' into bugfix_glms_intercept_onlx 11 October 2019, 15:45:00 UTC
603f4dd Fixes #1292 Merge pull request #1293 from bstatcomp/GPU_matrix_multiplication_optimizations OpenCL matrix multiplication optimizations 11 October 2019, 15:30:38 UTC
262e205 Merge pull request #1364 from bstatcomp/refactor/opencl-function-signatures-and-locations Reorganize /opencl and add missing matrix_cl overloads 11 October 2019, 15:16:15 UTC
24c81e3 fixed intercept only glms and added tests for zero sizes 11 October 2019, 09:09:33 UTC
48972ee remove dead code; simplify fvar ctor; fixes #1382 10 October 2019, 19:14:39 UTC
8faf2f2 Merge branch 'develop' of https://github.com/stan-dev/math into feature/1382-remove-fvar-nan-checks 10 October 2019, 19:06:13 UTC
36ceb9c Merge pull request #1334 from IvanYashchuk/feature/issue-989-rev-mat-inverse Implemented reverse mode for inverse 10 October 2019, 19:03:55 UTC
fdd62f2 returned back 2 headers 10 October 2019, 15:52:26 UTC
05dc36b [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 10 October 2019, 13:48:25 UTC
28e09aa Merge commit '731e9a50d6bdf19c48dc3052120d59a50ffe07f0' into HEAD 10 October 2019, 13:48:22 UTC
46e1a6d Updated inverse tests with Bob's suggestions https://github.com/stan-dev/math/pull/1334#issuecomment-540231245 10 October 2019, 13:47:02 UTC
9bc190e added new requires, resolved review comments 10 October 2019, 11:29:57 UTC
d69b112 Merge branch 'develop' into refactor/opencl-function-signatures-and-locations # Conflicts: # stan/math/opencl/matrix_cl.hpp # stan/math/opencl/multiply.hpp # stan/math/opencl/opencl.hpp # stan/math/opencl/tri_inverse.hpp 10 October 2019, 11:08:51 UTC
731e9a5 Merge pull request #1376 from stan-dev/feature/intel-tbb-init integrate Intel TBB. Closes #1377 10 October 2019, 05:29:34 UTC
f7acdd8 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 09 October 2019, 20:36:56 UTC
48525ec Merge commit 'b9ed18c930f305b6be8a31f09f5ef77470cc4cbd' into HEAD 09 October 2019, 20:36:44 UTC
6846a6c remove nan test for inverse pending general fix 09 October 2019, 20:36:12 UTC
4631e86 inverse to ad test framework 09 October 2019, 20:35:19 UTC
fd680d3 align readme 09 October 2019, 17:45:33 UTC
a5088bd Merge branch 'feature/intel-tbb-init' of https://github.com/stan-dev/math into feature/intel-tbb-init 09 October 2019, 17:41:12 UTC
b9ed18c Merge pull request #1395 from stan-dev/issue/bugfix-tbb-makefile-spaces allow spaces in path leading to stan-directory in makefiles 09 October 2019, 17:34:58 UTC
e66149a Merge branch 'feature/issue-989-rev-mat-inverse' of https://github.com/IvanYashchuk/math into feature/issue-989-rev-mat-inverse 09 October 2019, 08:09:33 UTC
5a9ce36 cpplint 09 October 2019, 08:08:51 UTC
6bc8828 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 09 October 2019, 07:43:47 UTC
ef82ec7 Merge commit '0b88b1be773ef14823f187d55b32fbbcc7a18fa8' into HEAD 09 October 2019, 07:43:43 UTC
1d860dc Added additional test for rev mat inverse. Added tests for 0x0, 1x1 input. Input containing NaN, Inf. Copied and modified test_ad_unary from test_ad_test.cpp. 09 October 2019, 07:36:42 UTC
0b88b1b Merge pull request #1344 from stan-dev/feature/require-templates Adds require_* template type traits 09 October 2019, 07:24:36 UTC
db6bc09 Added check whether input matrix is empty. Before that inverse failed with failed assertion in Eigen Redux.h:413 for 0x0 matrices. Added this change so that the error message is nicer. 09 October 2019, 07:06:42 UTC
2f3d647 allow spaces in path leading to stan-directory in makefiles 09 October 2019, 06:52:13 UTC
d625761 Merge branch 'develop' into feature/issue-989-rev-mat-inverse 09 October 2019, 05:03:39 UTC
10b2235 Merge pull request #1392 from stan-dev/cleanup/add-tbb-gitignore Add /lib/tbb/** to the .gitignore 08 October 2019, 22:06:37 UTC
f4d5f26 Merge pull request #1363 from andrjohns/feature/issue-1362-vectorised-dirichlet Issue 1362 - Vectorised Dirichlet distribution 08 October 2019, 16:17:00 UTC
9701037 Merge pull request #1369 from bstatcomp/bugfix/fix-test-hpp-files Bugfix/remove unused vectorize test 08 October 2019, 16:06:15 UTC
9f1e2e4 Add /lib/tbb/** to the .gitignore 08 October 2019, 14:59:32 UTC
5e73b0f remove tbb stuff 08 October 2019, 14:56:28 UTC
81cbff2 allow spaces in path leading to stan-directory in makefiles 08 October 2019, 12:19:17 UTC
6992f07 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 08 October 2019, 09:23:36 UTC
b186221 make a requires for checking if type T is convertible to S 08 October 2019, 09:22:45 UTC
a0eb72e make a requires for checking if type T is convertible to S 08 October 2019, 09:22:16 UTC
9a5be1b [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 08 October 2019, 09:02:40 UTC
ef8ff87 add require for converting to string 08 October 2019, 08:58:19 UTC
7f07fc1 Merge remote-tracking branch 'origin/develop' into feature/intel-tbb-init 08 October 2019, 07:11:32 UTC
01b7d7b Merge branch 'feature/intel-tbb-init' of https://github.com/stan-dev/math into feature/intel-tbb-init 08 October 2019, 07:02:01 UTC
1eb2b75 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 07 October 2019, 20:13:56 UTC
d2a8fa3 fix so that require_same is used to check the types match in matrix_cl constructors 07 October 2019, 20:12:58 UTC
b298924 add wait for write events when copying from matrix_cl 07 October 2019, 17:51:59 UTC
a973fa7 Merge remote-tracking branch 'origin/develop' into feature/require-templates 07 October 2019, 16:18:18 UTC
93ab904 Merge pull request #1180 from stan-dev/feature/intel-tbb-lib Feature/intel tbb lib 06 October 2019, 19:40:40 UTC
38bb57d Merge branch 'feature/intel-tbb-lib' into feature/intel-tbb-init 06 October 2019, 14:47:56 UTC
878e4ca fix tbb build directory and make tbbmalloc as a default on MacOS only 06 October 2019, 14:38:30 UTC
c72dbdc Merge branch 'feature/intel-tbb-lib' into feature/intel-tbb-init 06 October 2019, 11:14:21 UTC
3f194e6 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 06 October 2019, 11:13:50 UTC
cce322b make mingw32-make check not PHONY such that this make is only needed to build the Intel TBB on Windows (and not otherwise) 06 October 2019, 10:09:31 UTC
8156162 Revert "move tbb to tbb/, update the update script, add version file" This reverts commit bf8f444f1c1f928f23bcb2f94d1691a597c885fc. 06 October 2019, 08:11:39 UTC
c8e08a1 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 06 October 2019, 07:51:59 UTC
bf8f444 move tbb to tbb/, update the update script, add version file 05 October 2019, 16:32:33 UTC
a244b8c remove dead code 05 October 2019, 16:27:58 UTC
91cd41f remove auto nan derivs for fvar, fixes #1382 05 October 2019, 16:27:00 UTC
76dfde3 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 05 October 2019, 13:08:06 UTC
ed464f3 remove this->read_events() from constructors and add _st and _vt requires for same 05 October 2019, 13:07:16 UTC
bcbe6dc Merge branch 'feature/intel-tbb-lib' into feature/intel-tbb-init 05 October 2019, 09:23:15 UTC
233549d add c++1y as c++ standard to TBB build 05 October 2019, 09:22:36 UTC
87a7999 make init_threadpool_tbb return the scheduler init, complete init tests and change back to std::thread::hardware_concurrency() 05 October 2019, 09:07:49 UTC
80162e9 Merge branch 'feature/intel-tbb-lib' into feature/intel-tbb-init 05 October 2019, 08:29:29 UTC
dce87cf move tbb being build in lib/tbb (cherry picked from feature/intel-tbb-init) 05 October 2019, 08:27:08 UTC
c5cd3b5 enforce serial access to thread_tape_map 05 October 2019, 08:23:00 UTC
408c1cd [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50) 04 October 2019, 18:16:44 UTC
15ff684 change double with T in vector<eigen> matrix_cl constructor 04 October 2019, 18:15:58 UTC
5f22013 Merge remote-tracking branch 'origin/develop' into feature/require-templates 04 October 2019, 12:44:13 UTC
39b86a4 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 04 October 2019, 07:49:44 UTC
954fcc9 update with eigen expression and rvalue catch 04 October 2019, 07:49:01 UTC
dbaac3c [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50) 04 October 2019, 06:16:09 UTC
7c0792f Merge commit '7d1d561e2df263d91c88d5eb3d6ddf1f12ee84fc' into HEAD 04 October 2019, 06:16:05 UTC
b2720e6 remove waits for reads 04 October 2019, 06:08:35 UTC
c22a1e9 accidentally set default of linux to clang, switch to gcc 04 October 2019, 06:02:42 UTC
back to top