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
IMO, the easiest approach to fixing this would be to create a new docker image using docker.io/nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04. Copy all of Scuda files into the image and test running cmake.
我之前也遇到过这个问题,目前的版本似乎只支持 cuda-12.6,其他的版本可能 hook 的头文件略有不同,将导致问题。
I have encountered this problem before. The current version seems to only support cuda-12.6. Other versions may have slightly different hook header files, which will cause problems.
You can see an example of a failing build for cudnn8 here:
https://github.com/kevmo314/scuda/actions/runs/12663027033/job/35288904058
IMO, the easiest approach to fixing this would be to create a new docker image using
docker.io/nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
. Copy all of Scuda files into the image and test running cmake.Can likely tweak our build image to test it.
The text was updated successfully, but these errors were encountered: