cuda_driver_api.h doesn't exist?
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,
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
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.
The
cuda_driver_api.hheader 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.hinstead.
then Ollama keeps on requesting it... shall I ask that in Ollama group? and CUDA doesn't install it.
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.