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

cuda_driver_api.h doesn't exist? #342

Open
sbug51 opened this issue Feb 25, 2025 · 4 comments
Open

cuda_driver_api.h doesn't exist? #342

sbug51 opened this issue Feb 25, 2025 · 4 comments
Labels
question Further information is requested

Comments

@sbug51
Copy link

sbug51 commented Feb 25, 2025

No matter what I try to install, I can't seem to win, I can't find cuda_driver_api.h does it come with the installer? it certainly isn't in the cuda samples.

thanks,

@jnbntz
Copy link
Collaborator

jnbntz commented Feb 25, 2025

Which version of the CUDA Samples are you referring to, and where is cuda_driver_api.h referenced?

My search in v12.8 Samples doesn't show any use of cuda_driver_api.h

@jnbntz jnbntz added the question Further information is requested label Feb 25, 2025
@rwarmstr
Copy link
Collaborator

The cuda_driver_api.h header was removed from CUDA Toolkit a long time back and its content was refactored into other headers - I'm not 100% certain which release offhand, but I think it was around 10.0.

You should include cuda.h instead.

@sbug51
Copy link
Author

sbug51 commented Feb 27, 2025

The cuda_driver_api.h header was removed from CUDA Toolkit a long time back and its content was refactored into other headers - I'm not 100% certain which release offhand, but I think it was around 10.0.

You should include cuda.h instead.

then Ollama keeps on requesting it... shall I ask that in Ollama group? and CUDA doesn't install it.

@rwarmstr
Copy link
Collaborator

I would ask in a forum relating to Ollama. CUDA hasn't provided that header in some time. They may have a similarly-named header, but I'm not able to speak to any particular software package's requirements.

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

No branches or pull requests

3 participants