coreylowman / cudarc

Safe rust wrapper around CUDA toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nice error message when cudnn is not found

coreylowman opened this issue · comments

Currently if cudnn is not found, a bunch of linker errors occur, which is super unclear.

Instead, build.rs should search under candidate directories for both cudnn.h and libcudnn.so/cudnn.dll.