Hi,
Is there a simple option I can pass the the default make to get assembly listings?
thanks,
Elchanan
Hi,
Is there a simple option I can pass the the default make to get assembly listings?
thanks,
Elchanan
if you mean ptx assembly then yes:
make keep=1
then open the resulting .ptx file for your kernel
Worked like a charm!
I was sure I had tried that, but somehow it didn’t work until after you suggested it.
thanks,
Elchanan