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

Change how users access OpenCL kernels #966

Merged
merged 47 commits into from
Aug 23, 2018
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
79c365a
First iteration, does not work
SteveBronder Jul 30, 2018
2ab6ce5
Adds kernel_cl across gpu functions. Getting seg_fault on tranpose te…
SteveBronder Aug 1, 2018
621d8a2
add test for kernel_cl
SteveBronder Aug 1, 2018
1f2aad1
added throwing with wrong kernel name, fixed seg fault
rok-cesnovar Aug 1, 2018
de7b5b0
removing unneccesary kernel from set_args
rok-cesnovar Aug 1, 2018
35d75c6
fix for the bug in sub_block
rok-cesnovar Aug 1, 2018
adfbcd1
Added NOLINT to the include statements in kernel_cl for brining in ke…
SteveBronder Aug 1, 2018
b324f01
Merge branch 'kernel_cl' of https://github.com/bstatcomp/math into ke…
SteveBronder Aug 1, 2018
2927e93
Change name of map that holds kernels to kernel_table
SteveBronder Aug 3, 2018
9a614c0
Merge commit '6d968e60bb633ce3b809225c037bedd3b51fa463' into HEAD
yashikno Aug 4, 2018
15d590d
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 4, 2018
8564d93
Include constants header and remove [in] for kernel param
SteveBronder Aug 4, 2018
d00e347
Remove kernel groups
SteveBronder Aug 5, 2018
adb1eff
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 5, 2018
1e5f13e
testing stringify
rok-cesnovar Aug 9, 2018
e5de811
macros test
rok-cesnovar Aug 10, 2018
931e62b
Merge commit '88efab8ef687c00170fd970d252a07274dee8500' into HEAD
yashikno Aug 10, 2018
9f6a9f9
[Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~e…
stan-buildbot Aug 10, 2018
229bb19
Renamed kernels to remove the _kernel part of the name.
SteveBronder Aug 12, 2018
f680bef
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 12, 2018
f809a5b
typo
SteveBronder Aug 12, 2018
f634ed1
typo
SteveBronder Aug 12, 2018
9050d5c
Add line to each kernel doc directing users to helper macros
SteveBronder Aug 12, 2018
5fb4289
now using scoped enums
rok-cesnovar Aug 15, 2018
e8eec3b
Merge commit '6c83362fa6486e00ad395a40557d6807facd326c' into HEAD
yashikno Aug 15, 2018
7471093
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 15, 2018
3bacc32
moved compiling to the kernel_cl_base constructor, compiles everythin…
rok-cesnovar Aug 15, 2018
3424025
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 15, 2018
d20ac48
Make all kernels compiled at the first construction of the kernel_cl_…
SteveBronder Aug 16, 2018
62d339b
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 16, 2018
d1c4ec3
Makes methods in kernel_cl so that developers can access the kernel
SteveBronder Aug 17, 2018
5de2818
merge to remote
SteveBronder Aug 17, 2018
f8db5fd
Merge remote-tracking branch 'upstream/develop' into kernel_cl
SteveBronder Aug 18, 2018
0b4f512
snapshot of a work in progress design experiment
seantalts Aug 18, 2018
a68f51e
Fix bugs
seantalts Aug 22, 2018
afc73c5
new kernel enqueing in non templated functions
rok-cesnovar Aug 22, 2018
5508137
added the rest of the kernels, all gpu tests pass
rok-cesnovar Aug 22, 2018
6f8bd4a
changed to global_range, removed semicolons :)
rok-cesnovar Aug 22, 2018
fba61eb
...
rok-cesnovar Aug 22, 2018
aadb3ce
Changes all the kernel files so that they are placed into const char*…
SteveBronder Aug 23, 2018
4189530
fix lint issues
SteveBronder Aug 23, 2018
6a2014c
Move STRINGIFY to a single location in kernel_cl.hpp
seantalts Aug 23, 2018
3625c8f
Merge pull request #7 from stan-dev/kcl
SteveBronder Aug 23, 2018
58943c7
Merge commit '68b8f7e2effb1a23abe8524ff429a212653b53a3' into HEAD
yashikno Aug 23, 2018
1aa47d8
[Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/…
stan-buildbot Aug 23, 2018
e738921
Remove extra things from doxygen.cfg that existed for .cl files
SteveBronder Aug 23, 2018
93ed1a6
Add #ifdef STAN_OPENCL to kernels to fix header-tests
seantalts Aug 23, 2018
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
Remove extra things from doxygen.cfg that existed for .cl files
  • Loading branch information
SteveBronder committed Aug 23, 2018
commit e7389219a45d6aafc5c848a4ae993bf6d8163d0f
7 changes: 3 additions & 4 deletions doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.

EXTENSION_MAPPING = cl=C
EXTENSION_MAPPING =

# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
Expand Down Expand Up @@ -782,8 +782,7 @@ INPUT_ENCODING = UTF-8

FILE_PATTERNS = *.hpp \
*.cpp \
*.dox \
*.cl
*.dox

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
Expand Down Expand Up @@ -825,7 +824,7 @@ EXCLUDE_PATTERNS =
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*

EXCLUDE_SYMBOLS = STRINGIFY
EXCLUDE_SYMBOLS =

# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
Expand Down