Posts by Tony Scudiero
Development & Optimization
Mar 12, 2025
Understanding PTX, the Assembly Language of CUDA GPU Computing
Parallel thread execution (PTX) is a virtual machine instruction set architecture that has been part of CUDA from its beginning. You can think of PTX as the...
13 MIN READ
Simulation / Modeling / Design
Apr 22, 2014
Separate Compilation and Linking of CUDA C++ Device Code
Managing complexity in?large programs requires breaking them down into components that are responsible for small, well-defined portions of the overall program....
13 MIN READ