Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: what cuda version dlib supports so far #2832

Open
flydragon2018 opened this issue Jul 20, 2023 · 1 comment
Open

[Bug]: what cuda version dlib supports so far #2832

flydragon2018 opened this issue Jul 20, 2023 · 1 comment
Labels

Comments

@flydragon2018
Copy link

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

@freecraver
Copy link

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants