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

Add ci scripts for windows #251

Merged
merged 9 commits into from
Sep 26, 2023
Merged

Add ci scripts for windows #251

merged 9 commits into from
Sep 26, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    319cb0d View commit details
    Browse the repository at this point in the history
  2. [skip-tests] Prepare testing with sccache

    sccache currently does not support the `-v` flag on MSVC. Also we cannot use it to test for supported compile flags as it will just break.
    
    Finally on windows we want to compile with `--use-local-env` to avoid nvcc setting up the environment every time
    miscco committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dfa8ad6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e5c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2dd91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    782aba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Make libcu++ pass with MSVC

    miscco committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a182ec9 View commit details
    Browse the repository at this point in the history
  2. Make thrust pass with MSVC

    miscco committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b6775b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e3758 View commit details
    Browse the repository at this point in the history
  4. Expand test matrix to include windows runs

    Do not run the examples on windows as we do not have GPU runners with windows images yet
    miscco committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f01e239 View commit details
    Browse the repository at this point in the history