I develop cuda programme with vs2013, I want to see the asm code of gpu
I know the asm code of gpu is in .ptx file, whether or not
and how to generate the .ptx file? How to config the compile-option?
thank you very much
‘nvcc -ptx xxx.cu’ on console(command-prompt)
thank you very much