I am trying to show the registers per thread and shared memory per block of my GPU for a specific kernel. Using the command line nvcc i can do this by using the –ptxas-options=-v option.
But nsight IDE doesn’t allow me to manually put a flag to pass to nvcc. There is xptxas option in properties > build stages. I tried to put -v but it doesn’t show the above parameters which the –ptxas-options=-v shows.
How can i manually pass flag to nvcc in nsight IDE ?