Skip to content

Parallel Thread Execution

Parallel Thread Execution (PTX) is a pseudo-assembly language used in Nvidia's CUDA programming environment. The nvcc compiler translates code written in CUDA, a C-like language, into PTX, and the graphics driver contains a compiler which translates the PTX into a binary code which can be run on the processing cores.

GPU컨트롤이 가능한 Assemble Code.

See also

Favorite site

References


  1. Demystifying_PTX_Code_-_ArrayFire.pdf