Trendora

PTX

Hold

Techniques

NVIDIA's intermediate virtual instruction set for CUDA device code.

Why it's here

Placed in Hold: 1 article(s) of evidence from 1 source(s), led by research-stage coverage, with 0 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.

Evidence (1)

  • 4Hacker News·6/29/2026research
    A Deep Dive Into What Happens When a CUDA Kernel Runs

    This article traces a simple CUDA vector-add program from source code through compilation and GPU execution, explaining how nvcc, PTX, and SASS fit into the pipeline. It also describes low-level runtime details such as warps, device memory access, and the mechanisms used to launch and complete the kernel on an RTX 4090.