Hello,
I’m trying to make some GPU memory test run in docker. Although my test pass on the host, they don’t when running in docker.
I get these kind of errors :
========= Program hit named symbol not found (error 500) on CUDA API call to cuGetProcAddress.
The container is ran from gitlab-ci, in privileged mode, with NVIDIA_DRIVER_CAPABILITIES=all. I tried the solution from this link : Running compute-sanitizer within a docker container which consisted in adding a few docker flags, but the result did not change.
Is there a documentation hidden somewhere with tips about how to run compute-sanitizer properly in docker ?