Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rev for Cholesky on GPU #1118

Merged
merged 63 commits into from
Mar 2, 2019
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
15be4dd
Moved over main rev function to branch and did simple cleaning
SteveBronder Dec 20, 2018
0196022
Moves Cholesky GPU into the cholesky file
SteveBronder Dec 26, 2018
ff32352
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
SteveBronder Dec 26, 2018
463fb32
Merge branch 'gpu-cholesky-rev' of https://github.com/bstatcomp/math …
SteveBronder Feb 3, 2019
4f156f4
Update rev cholosky to use new gpu functions
SteveBronder Feb 3, 2019
37d5b18
Fixup rev code
SteveBronder Feb 4, 2019
0d88984
update rev
SteveBronder Feb 4, 2019
ac03052
reverting the copy_tri kernel changes
rok-cesnovar Feb 4, 2019
a77afda
include header remove
rok-cesnovar Feb 4, 2019
66799ba
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 4, 2019
b87dffa
minor comments
rok-cesnovar Feb 4, 2019
37075df
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 9, 2019
2718f05
added rev opencl tests, failing
rok-cesnovar Feb 9, 2019
af7f16a
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 9, 2019
69e7d9c
further work on rev, still fails
rok-cesnovar Feb 9, 2019
5f0cc21
Update tests, now passing
SteveBronder Feb 10, 2019
1e27c13
missing ifdef in rev, caused fails without STAN_OPENCL
rok-cesnovar Feb 10, 2019
6105b19
fixed the multiply(Nx0, 0xM) bug
rok-cesnovar Feb 10, 2019
0363c08
removed the size>0 check
rok-cesnovar Feb 10, 2019
c56c5d7
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 10, 2019
cd65c9b
sets the tests to go off on the GPU for smaller cholesky sizes
SteveBronder Feb 11, 2019
eb33397
Merge remote-tracking branch 'origin/gpu_cholesky_prim' into gpu-chol…
SteveBronder Feb 12, 2019
b95beba
Merge commit 'a933f65c4f584fb2ff949b350816eae59b72ddfd' into HEAD
yashikno Feb 12, 2019
0bf89b4
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 12, 2019
a3c1650
Merge remote-tracking branch 'upstream/develop' into gpu-cholesky-rev
SteveBronder Feb 12, 2019
a82d581
Merge branch 'gpu-cholesky-rev' of https://github.com/bstatcomp/math …
SteveBronder Feb 12, 2019
96b2a40
Accidentally took out some tests that were supposed to be there
SteveBronder Feb 12, 2019
f2bb7c4
fix some simple math
SteveBronder Feb 12, 2019
8aa02ee
Adds bug fix so that GPU cholesky only works on type double. Also mak…
SteveBronder Feb 17, 2019
8aa1c10
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 18, 2019
c02c813
Merge branch 'develop' into gpu_cholesky_prim
rok-cesnovar Feb 18, 2019
4aa3029
Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev
rok-cesnovar Feb 18, 2019
9df78a4
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 18, 2019
316ba55
Revert "Merge branch 'gpu_cholesky_prim' into gpu-cholesky-rev"
rok-cesnovar Feb 18, 2019
d8b476a
addressing minor comments
rok-cesnovar Feb 18, 2019
decbb72
For cholesky_opencl in rev, Removes the M = M_, sets the inner loops …
SteveBronder Feb 18, 2019
705ef7e
merge to remote
SteveBronder Feb 18, 2019
9846f74
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 18, 2019
59ffbf9
merge to develop
SteveBronder Feb 20, 2019
7197dba
remove duplicate include
rok-cesnovar Feb 20, 2019
32560f5
Merge commit 'f0e38e580d1d34d91fb202b0134d76e9d92a5226' into HEAD
yashikno Feb 19, 2019
c0aeaf6
Merge remote-tracking branch 'origin/develop' into feature/issue-1058…
SteveBronder Feb 17, 2019
bd7b13b
Cleans up L<var> assignment in cholesky_decompose. Removes unneeded g…
SteveBronder Feb 21, 2019
671901b
Merge branch 'gpu-cholesky-rev' of https://github.com/bstatcomp/math …
SteveBronder Feb 21, 2019
2514def
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 21, 2019
e8a4e48
Fixes the math in the block size calculation for cholesky_block and m…
SteveBronder Feb 24, 2019
59aab65
merge to origin remote
SteveBronder Feb 24, 2019
483ce25
Merge commit '2850ec262181075a5843968e805dc9ad1654e069' into HEAD
yashikno Feb 24, 2019
95adc28
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 24, 2019
b92441a
Removes comment that was not truthful about not doing pos_def checks
SteveBronder Feb 24, 2019
bef42c7
check_symmetric with OpenCL in prim
rok-cesnovar Feb 24, 2019
0e2ef93
check_symmetric removed in rev for the OpenCL version, its a duplicat…
rok-cesnovar Feb 24, 2019
1e09d95
Merge remote-tracking branch 'upstream/develop' into gpu-cholesky-rev
SteveBronder Feb 27, 2019
9037b8d
removing camelCase and unwanted underscores
rok-cesnovar Feb 27, 2019
5c2e48d
added 2 tests below the threshold
rok-cesnovar Feb 27, 2019
c45bac0
bar goes adj
rok-cesnovar Feb 27, 2019
5117236
symbolic_rev added, better zeroing
rok-cesnovar Feb 27, 2019
1d17106
Merge commit 'c72d56f4d29d2cc5d3535ee433d7a9695fb681fc' into HEAD
yashikno Feb 27, 2019
d4c8646
[Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (ta…
stan-buildbot Feb 27, 2019
d6d7fa0
Merge branch 'gpu-cholesky-rev' of https://github.com/bstatcomp/math …
SteveBronder Feb 27, 2019
d0c124f
Merge remote-tracking branch 'upstream/develop' into gpu-cholesky-rev
SteveBronder Mar 1, 2019
9784cc2
outsource to prim cholesky directly
rok-cesnovar Mar 1, 2019
0db6764
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Mar 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge commit 'a933f65c4f584fb2ff949b350816eae59b72ddfd' into HEAD
  • Loading branch information
yashikno committed Feb 12, 2019
commit b95bebad602790e89b267edcc8530da811302b74

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.