Checks that printf() actually does something in CUDA device code.
Details
Details
Diff Detail
Diff Detail
Event Timeline
External/CUDA/printf.cu | ||
---|---|---|
2 | Why do we need <iostream> or any include at all? |
Paths
| Differential D24429
[test-suite] Add CUDA printf test. ClosedPublic Authored by jlebar on Sep 9 2016, 2:02 PM.
Details Summary Checks that printf() actually does something in CUDA device code.
Diff Detail Event Timelinejlebar updated this object.
This revision is now accepted and ready to land.Sep 9 2016, 2:43 PM Closed by commit rL281102: [test-suite] Add CUDA printf test. (authored by jlebar). · Explain WhySep 9 2016, 2:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70905 External/CUDA/CMakeLists.txt
External/CUDA/printf.cu
External/CUDA/printf.reference_output
|
Why do we need <iostream> or any include at all?
Files included for CUDA compilation by default should provide all you need.