ptxas is an assembler for Parallel Thread eXecution.
I am trying to understand resource usage for each of my CUDA threads for a hand-written kernel. I compiled my …