ai-content-maker/.venv/Lib/site-packages/numba/cuda/tests/data/cuda_include.cu

6 lines
294 B
Plaintext
Raw Normal View History

2024-05-03 04:18:51 +03:00
// 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>