Skip to content
Snippets Groups Projects
Commit ddbece13 authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

Finish Seperable CUDA compilation (#356)

Separate compilation for all CUDA code.

* Move all CUDA kernels to their own .cu files, together with C++ function wrappers.
* Compile all CUDA .cu files to a single static library.
* Merge gpu and multicore backend validation tests.
* Simply and clean up cruft from CMakeLists.txt files.
parent 3c283219
No related branches found
No related tags found
No related merge requests found
Showing
with 444 additions and 157 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment