If I understand the workflow description in the NVRTC documentation correctly, here's how it works: Create an NVRTC program from the source text. Compile the NV
Using CUDA 5 with VS 2012 and capability 3.5 (Titan and K20). At particular stages of my kernel execution, I want to send a generated data chunk to the host me
Using CUDA 5 with VS 2012 and capability 3.5 (Titan and K20). At particular stages of my kernel execution, I want to send a generated data chunk to the host me