I’m wondering if there is a way to enable annotation of the PTX assembly code.
As it stands right now, if I use “–keep” the ptx file generated is a clean assembly
code which for longer kernels is somewhat hard to read. I’m wondering if there
is a way to enable PTX code annotation with “comments” listing which line is being
executed (even if it is out of source code order).
Thank you.