Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated the compiler directives for suppressing relevant warnings to also properly work with NVCC. * Test suite "replicated" for CUDA host-side compilation (by including the `.cpp` file from the `.cu` file) * Test suite adapted for CUDA device-side testing - using some invocation wrappering machinery. It's a bit crude but it does the job. * `CMakeLists.txt` for the tests reworked to support CUDA targets, architecture auto-detection, etc. Caveat: At the moment, CUDA testing is only performed using single-block, single-thread grids.
- Loading branch information