Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scuda build for cudnn8 fails. #80

Open
brodeynewman opened this issue Jan 8, 2025 · 1 comment
Open

Scuda build for cudnn8 fails. #80

brodeynewman opened this issue Jan 8, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@brodeynewman
Copy link
Collaborator

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.

@brodeynewman brodeynewman added the bug Something isn't working label Jan 8, 2025
@brodeynewman brodeynewman changed the title Scuda build for Cudnn8 fails. Scuda build for cudnn8 fails. Jan 8, 2025
@silenceli
Copy link

我之前也遇到过这个问题,目前的版本似乎只支持 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants