scuda
scuda copied to clipboard
Scuda build for cudnn8 fails.
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.
我之前也遇到过这个问题,目前的版本似乎只支持 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.