Skip to content

Instantly share code, notes, and snippets.

@lxc-xx
lxc-xx / cuprintf_sample.cpp
Last active January 10, 2021 13:40
cuPrintf example
/* File: cuprintf_test.cu
* Purpose: Illustrate the use of cuPrintf.cu
*
* Compile:
* Linux:
* nvcc -o cuprintf_test cuprintf_test.cu
* -I/usr/local/NVIDIA_GPU_Computing_SDK/shared/inc
* -I/usr/local/NVIDIA_GPU_Computing_SDK/C/common/inc
* MacOS:
* nvcc -o cuprintf_test cuprintf_test.cu