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: Add appropriate flags to compile with CUDA < 12.1 #1754

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 4, 2024

  1. [ci] Windows: Add appropriate CUDA flags

    Add `--allow-unsupported-compiler` and
    `ALLOW_COMPILER_AND_STL_VERSION_MISMATCH` flags to prevent fatal errors
    induced by the version of the MSVC compiler, which has been updated
    in the GitHub image to a recent version that by default does not support
    any version of CUDA that is below 12.1.
    cbentejac committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6593648 View commit details
    Browse the repository at this point in the history
  2. Remove references to ALICEVISION_BUILD_EXAMPLES

    The `ALICEVISION_BUILD_EXAMPLES` flag has been removed when the samples
    have been removed from the project, it is thus useless to keep any
    reference to it.
    cbentejac committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    318574f View commit details
    Browse the repository at this point in the history