forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 54
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) * `CMakeLists.txt` for the tests reworked to support CUDA targets, architecture auto-detection, etc.
- Loading branch information
Eyal Rozenberg
committed
Jul 6, 2021
1 parent
6344c04
commit 5965fd4
Showing
3 changed files
with
72 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "test_suite.cpp" |
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