coreylowman / cudarc

Safe rust wrapper around CUDA toolkit
Apache License 2.0
483 stars 65 forks source link

CUDA 12.4 #227

Closed bitemyapp closed 1 month ago

bitemyapp commented 2 months ago

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.

coreylowman commented 1 month ago

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?