-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Investigate being unable to find cublas_v2.h #283
Comments
this was in the aarch64 + cuda 12.6 build log. |
FWIW, this issue is not new, as it also occurred in a build log from two weeks ago (randomly picked): https://github.com/conda-forge/pytorch-cpu-feedstock/actions/runs/11317968091/job/31472007572 |
It seems like it is available in the |
It is worth noting the paths in the error are from the |
Indeed looks like CMake determines CUDA path based on |
Good news, everyone! It seems that I have a fix, it wasn't as horrible as I've anticipated, and additionally it seems to remove the need for build dependencies on the additional CUDA libraries. Not creating a PR yet, as I don't want to torture the CI: mgorny/pytorch-cpu-feedstock@cufile...cuda-prefix |
https://github.com/pytorch/pytorch/blob/v2.5.1/cmake/Modules/FindCUDAToolkit.cmake#L809
Affected builds:
Related:
Originally posted by @hmaarrfk in #271 (comment)
The text was updated successfully, but these errors were encountered: