7 ms·
Maybe I’m misunderstanding but CUDA compiles to PTX? Is the implication they wrote in a different language than CUDA and to generate the PTX?
by sdedovic 2y ago
Maybe I’m misunderstanding but CUDA compiles to PTX? Is the implication they wrote in a different language than CUDA and to generate the PTX?
- lostmsu 2y agoYou can code in PTX assembly (or just inline in C++) or generate binary PTX if you need to.