PTX Assembly code annotation

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.

Hopefully this will help?

http://forums.nvidia.com/index.php?showtopic=62635

View the full thread for more info