NVIDIA PTX Instructions GPU Virtual ISA NVIDIA

190 instruction families - showing 90 per page, page 2 of 2 - PTX (Parallel Thread Execution) is a portable, low-level virtual GPU instruction set. It is not native SASS machine code: NVIDIA's compiler stack lowers PTX text to a target architecture's real machine code at install- or run-time, so one PTX instruction can produce different native encodings on different targets. Each instruction may require both a minimum PTX ISA version and a minimum target architecture (compute capability).

By category → 90 families
Mnemonic Syntax Category PTX Version Target Summary

Source

Normalized from NVIDIA's official Parallel Thread Execution ISA documentation. docs.nvidia.com/cuda/parallel-thread-execution ↗