conda install -c conda-forge onednn
OR
dnnl.dll
to windows PATH.On Windows, run command %echo PATH% to get a list of directories where os would look for .dll files.
ldd --version
to know
your glibc .
libdnnl.so.x.x
to system's Shared Library PATH.
On Linux, downloaded shared .so files have to be copied into PATH like /usr/lib or /usr/local/lib for linker/loader to be able to find it.
openblas.dll
ldd --version
to know
your glibc .
On ubuntu it should be enough
sudo apt-get install libopenblas-dev
Download Corresponding CUDNN version based on the installed CUDA-TOOLKIT version and OPERATING-SYSTEM.
OR
Make sure downloaded CUDNN is compatible with CUDA-TOOLKIT installed.