I am using Nsight Compute 2024.2 for profiling OptiX 7.1. Recently, after updating Nsight Compute due to a driver issue, the display for raygen__** in Nsight Compute changed to NVIDIA Internal(optixLaunch), and I can no longer view the source code. I have set module_compile_options.debugLevel = OPTIX_COMPILE_DEBUG_LEVEL_LINEINFO; and included --lineinfo in the OptiX build. Please tell me what I should check to resolve this issue.
My driver version is already 555.99 on RTX 2070 super.
In non-interactice profile, raygen is not displayed. I can see only “NVIDIA internal(optixLaunch)”.
Can you tell me what the profile settings are like? In my environment, I only have Import Source set to Yes.
Also, could the CUDA version of the application be relevant? My application has been developed with CUDA 11.
We use the default setting of non interactive profile.
I’m not sure if CUDA will be relevant in this case, but as CUDA 11 is relative old, I would suggest you to update to latest CUDA and Optix.