Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdedovic
501 days 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?
1 comments
lostmsu
501 days ago
You can code in PTX assembly (or just inline in C++) or generate binary PTX if you need to.
link