Parallel Thread Execution
Parallel Thread Execution is a historical assembly language created in 2009. Parallel Thread Execution (PTX, or NVPTX) 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.. Read more on Wikipedia...
10Years Old | 25Users | 0Jobs |
- Parallel Thread Execution ranks in the top 20% of languages
- the Parallel Thread Execution website
- the Parallel Thread Execution wikipedia page
- Parallel Thread Execution first appeared in 2009
- See also: assembly-language, cuda
- I have 26 facts about Parallel Thread Execution. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
.shared .align 8 .b8 pbatch_cache[15744]; // define 15744 bytes, aligned to an 8-byte boundary
Last updated December 4th, 2019