CUDA/PTX 32-bit vs. 64-bit

Viewed 2719

CUDA compilers have options for producing 32-bit or 64-bit PTX. What is the difference between these? Is it like for x86, NVidia GPUs actually have 32-bit and 64-bit ISAs? Or is it related to host code only?

1 Answers
Related