This question is almost similar to this. I have a windows application without console, this app works with CUDA. As I have migrated to CUDA 3.2 I’d like to use printfs instead of cuPrtintfs, but printfs do their output strictly to stdout without an ability to flush the printed data to custom FILE*. How is it possible to use printfs in kernels from application that does not have console ?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How is it possible to print to file on the device? | 1 | 2029 | October 23, 2018 | |
Capture/Redirect printf in kernels | 0 | 71 | June 26, 2024 | |
redirect printf to file Is it possible within a kernel? | 6 | 2990 | June 28, 2010 | |
printf() in a kernel: the manual says yes | 0 | 698 | May 29, 2011 | |
Debugging and printf in kernel | 6 | 2749 | April 19, 2023 | |
CUDA kernel printf does not work (Windows, MFC-based application) | 5 | 5944 | January 12, 2017 | |
Cuda 8.0 - Simple question regarding the use of printf from kernel. | 2 | 3565 | April 4, 2017 | |
routing printf output to file | 1 | 2903 | April 15, 2011 | |
Is there a method to print out something inside CUDA program? | 2 | 2184 | June 2, 2009 | |
cuPrintf() not printing | 0 | 773 | November 7, 2011 |