Skip to content
Snippets Groups Projects
user avatar
Ben Cumming authored
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.
ddbece13
Name Last commit Last update