logoalt Hacker News

dev_hugepagestoday at 8:24 AM1 replyview on HN

If i'm not mistaken, this already exists, and the assembly language here is called PTX

https://llvm.org/docs/NVPTXUsage.html


Replies

pjmlptoday at 10:49 AM

PTX is a bytecode format, the CUDA driver JIT compiles it when uploading into the cards.

show 1 reply