one simple question regarding the output of the nvrtc compiler. With cuda version 9 or 10 (not sure) the nvrtc compiler prints some useful information to the compiler output window (Windows/VS2022). It shows information like global/shared/const memory usage, registers per kernel and much more. Is there any way to get this information back with the latest nvrtc?
Thanks for your reply. I’m not able to get this working. Here are the options I use - which works without the --ptxas-options option set. The last lines are the output from the compiler: