Collecting data...
symbol lookup error: /Soft/cuda/11.1/nsight-systems-2020.3.4/target-linux-x64/libToolsInjectionProxy64.so: undefined symbol: __libc_dlsym, version GLIBC_PRIVATE
The target application returned non-zero exit code 127
By using nsys-ui I am not seeing not any kernel (I have selected to get trace of cuda kernels).
Do we have CUDA 12? I think the last version was 11.8, or this is somethinng else?
CUDA driver version on the target (12.0) is not supported by this build of Nsight Systems.
CUDA trace will be collected using libraries for older driver version but some features might be missing or work incorrectly.
Check for updates to see if there is a newer version available
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
OpenGL version is too low (0). Falling back to Mesa software rendering.
OpenGL version: "3.1 Mesa 18.1.9 (git-f57f37f3ba)"
I think you have multiple versions of Nsys here, can you check and see?
In particular, that lookup error is checking version 2020.3.4, which shipped in a very old version of the CUDA toolkit, but another error is talking about CTK 12.
It is likely to be the same problem. It looks like you are using a modern version of CUDA with old versions of the tools, you’ll want to update your NCU as well.