I have noticed that compiling with
nvcc -res-usage -arch compute_90
or any other compute_xx
argument, does not show the expected register information provided by the -res-usage
option. On the other hand
nvcc -res-usage -arch sm_90
does show output. Is there anything I’m missing out her?