forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Showing
4 changed files
with
624 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.