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

[ci] Windows: Only install necessary components from the CUDA Toolkit #1837

Merged
merged 4 commits into from
Mar 6, 2025

Conversation

cbentejac
Copy link
Contributor

@cbentejac cbentejac commented Mar 4, 2025

Description

This PR fixes an issue that appeared following the update of the Visual Studio version in the GitHub runner for Windows (cf Jimver/cuda-toolkit#382) and that caused the installation of CUDA to hang forever.

To fix this, instead of installing the whole CUDA toolkit, we only install the components that are needed (and that do not cause the issue): nvcc, cublas, cudart, cusparse.

Additionally, the flag to disable the build of the photometric stereo components is updated, as it was erroneous since #1590.

@cbentejac cbentejac force-pushed the ci/fixCuda branch 7 times, most recently from b0d0300 to 3842c84 Compare March 4, 2025 16:42
@cbentejac cbentejac added this to the 3.3.0 milestone Mar 4, 2025
@cbentejac cbentejac self-assigned this Mar 4, 2025
@cbentejac cbentejac changed the title [ci] Windows: Only install nvcc with the CUDA Toolkit [ci] Windows: Only install necessary components from the CUDA Toolkit Mar 4, 2025
@cbentejac cbentejac marked this pull request as ready for review March 5, 2025 17:10
@servantftechnicolor servantftechnicolor merged commit a45c115 into develop Mar 6, 2025
5 checks passed
@servantftechnicolor servantftechnicolor deleted the ci/fixCuda branch March 6, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants