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

CUDA 12.4 #227

Merged
merged 2 commits into from
May 3, 2024
Merged

CUDA 12.4 #227

merged 2 commits into from
May 3, 2024

Conversation

bitemyapp
Copy link
Contributor

@bitemyapp bitemyapp commented May 2, 2024

Fixes #226

No idea if I did this right. I had some mystifying issues with the types until I added cudnn_backend.h to the wrapper header for the bindgen.

Remaining issue: no idea what happened to CUDNN_DATA_BOOLEAN.

image

image

It uhh, disappeared? I can't find anything in the CUDA 12.4 release notes about this so I have to believe that I've done something wrong on that account. Fortunately, I'm not using cuDNN and don't know why I would want bools so I don't think it's a blocker for what I'm doing.

@bitemyapp bitemyapp mentioned this pull request May 2, 2024
2 tasks
src/nccl/sys/mod.rs Outdated Show resolved Hide resolved
@coreylowman
Copy link
Owner

That's weird regarding the boolean dtype. I'm thinking we can merge this for now and fix that in a patch version if it comes up as an issue?

@coreylowman coreylowman merged commit 76430d1 into coreylowman:main May 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported cuda toolkit version: 12040
2 participants