Closed zelaix closed 1 year ago
This most likely means you don't have a new enough version of the CUDA toolkit installed (or cmake can't find it). Did you install cuda 12?: https://developer.nvidia.com/cuda-downloads Note that if you're just looking at nvidia-smi, the version of CUDA printed there just reflects driver compatibility, you need to install the userspace components still.
The problem is solved after I installed cuda 12. Thanks!
Hello, I followed the instructions to build the simulator on Linux and had no problem running with the CPU backend.
However, I got the following error when added
--gpu-sim
to test the GPU backend.My dependency is as follows
Please give me some help, thank you.