-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Cmake Windows integration #7604
Comments
Error stems somewhere from: Which expects environment variable to be defined here |
Yes this is correct. The CUDA toolkit is on the path and just before the error, cuda is found:
|
We are copying some files from the vision/packaging/windows/internal/cuda_install.bat Lines 130 to 137 in 689ff29
So maybe we just need to copy this to the right path? While debugging this, I didn't find these files on our image directly, but had to run the CUDA installation manually again. Meaning, if we actually need these files, we likely need to rebuild the AMI. |
@pmeier , @malfet Ok looks like the issue is exactly that this step failing :
The path is not correct should be: |
This commit should fix the above issue with CUDA not found: 9baaf70 |
The PR that address CMake integration fails on GPU builds #7417
Call stack:
The text was updated successfully, but these errors were encountered: