You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce the error. Actually running the gpu unit tests (make utest_gpu) in the respective containers, they pass in the 12.0 container and fail in the 12.5 container with "CUDA Error: the provided PTX was compiled with an unsupported toolchain". The same error occures in the pics tool but is not printed due to the asynchronous execution on the GPU.
My host driver is for CUDA Version 12.2 as reported by nvidia-smi on the host and in the container. I think the error is due to a miss match of the driver with the CUDA toolkit version. However, I'm currently not able to update the host driver for testing.
Hi,
I'm compiling bart within an apptainer (singularity) container. Here's the recipe:
Singularity container recipe
When running bart pics with GPU, I only get empty data:
However, when I change the base to cuda:12.0.0-devel-ubuntu22.04, I can reconstruct an image:
This seems to be reproducible across builds. My host system has an Nvidia RTX A4000 GPU.
I tested several CUDA versions and can report the following:
Cuda 12.0.0: works
Cuda 12.3.2: does not work
Cuda 12.4.1: does not work
Cuda 12.5.1: does not work
Best,
Dario
The text was updated successfully, but these errors were encountered: