Internal Sanitizer Error: Device not supported

I have studied Nvidia’s technical blog, and when I follow the examples in the blog, the results are different. I am using Ubuntu system, NVIDIA GeForce RTX 4060 Laptop GPU

Hi, @1433493569

This seems a permission issue. Can you try running with admin to confirm ?

Also please tell which OS/CUDA/driver you are using. Thanks !

Hello, my program runs in a container,VERSION=“18.04.6 LTS (Bionic Beaver)”,and using the root user should not be a permission issue.Then, my device information is as follows

Your driver version/runtime version is 12.2/11.4.
Can you tell how do you install the CUDA and driver ?

I think it may be because my local device is version 12.2, while my image is downloaded and comes with 11.4 in the container

Then can you try mount the 12.2 cuda into the container and try sanitizer ?

Okay, I’ll try it later

Hi, @1433493569

Have you resolved the issue yet ?