You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faintly related - Stumbled upon this when building dlib with base image pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel. Workaround was: ENV CPATH=/usr/local/cuda/include:$CPATH. (Based on microsoft/DeepSpeed#2684 (comment))
What Operating System(s) are you seeing this problem on?
Linux (x86-64)
dlib version
latest
Python version
No response
Compiler
gcc
Expected Behavior
built from source and installation
Current Behavior
dlib/dlib/cuda/cusolver_dlibapi.cu:10:10: fatal error: cusolverDn.h: No such file or directory
10 | #include <cusolverDn.h>
Steps to Reproduce
cuda 11/cuda 12
Anything else?
none
The text was updated successfully, but these errors were encountered: