cuda_include.cu 294 Bytes
Newer Older
dugupeiwen's avatar
dugupeiwen committed
1
2
3
4
5
// Not all CUDA includes are safe to include in device code compiled by NVRTC,
// because it does not have paths to all system include directories. Headers
// such as cuda_device_runtime_api.h are safe to use in NVRTC without adding
// additional includes.
#include <cuda_device_runtime_api.h>