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.