coreylowman / cudarc

Safe rust wrapper around CUDA toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to instantiate Cudnn

coreylowman opened this issue · comments

I get a CUDNN_STATUS_NOT_INITIALIZED error.

I believe this is because CUDNN requires cuda runtime api, but we are using driver api.

If we move to using cuda runtime API this would also address #108

Actually this may be because my cudnn version is incompatible with my cuda toolkit version

Yep it was incompatible - will close for now