Questions tagged [nvrtc]
For code that is written to use the NVRTC library for run-time compilation of CUDA C++ code.
1 question
8
votes
1
answer
290
views
CUDA/NVRTC context switching function
I've implemented a feature in my C++ fractal explorer application to switch between CUDA and NVRTC. The main reason for the NVRTC/Driver API context is to support runtime compilation of custom CUDA ...