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 + CUDA #1585

Open
wants to merge 23 commits into
base: development
Choose a base branch
from
Open

CI: Windows + CUDA #1585

wants to merge 23 commits into from

Commits on Apr 11, 2024

  1. CI: Windows + CUDA

    Fix NVCC Hint via CMAKE_CUDA_COMPILER
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    806c5fa View commit details
    Browse the repository at this point in the history
  2. CUDA/C++14

    C++17 builds with NVCC are currently (up to CUDA 11.2)
    failing with an internal compiler transformation bug
    in extended lambda support.
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ac874b1 View commit details
    Browse the repository at this point in the history
  3. Try cmd

    My pwsh skills are weak:
    ```
    CMake Error: The source directory "D:/a/amrex/amrex/.0" does not exist.
    Specify --help for usage, or press the help button on the CMake GUI.
    ```
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    23cade8 View commit details
    Browse the repository at this point in the history
  4. Skip NVCC path hint

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b61055e View commit details
    Browse the repository at this point in the history
  5. Win CUDA CI: Ninja

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aa87e77 View commit details
    Browse the repository at this point in the history
  6. CUDA: Hint CUDAToolkit_ROOT

    ```
    CMake Error at C:/Program Files/CMake/share/cmake-3.19/Modules/CMakeDetermineCUDACompiler.cmake:166 (message):
      Could not find nvcc, please set CUDAToolkit_ROOT.
    ```
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d56a5fe View commit details
    Browse the repository at this point in the history
  7. CI: Win+CUDA11 C++17 & Cleanup

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c4fd1d4 View commit details
    Browse the repository at this point in the history
  8. remove tutorials option

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d4499c2 View commit details
    Browse the repository at this point in the history
  9. Windows Server 2022, CUDA 12.4

    Update CI modules, OS and CUDA
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1862d3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8bdb83b View commit details
    Browse the repository at this point in the history
  11. CUDA Features

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6f0df92 View commit details
    Browse the repository at this point in the history
  12. Install CUDA from Script

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8c965f1 View commit details
    Browse the repository at this point in the history
  13. Also set CUDA_HOME

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d84f083 View commit details
    Browse the repository at this point in the history
  14. Features

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0b62c34 View commit details
    Browse the repository at this point in the history
  15. Fix Path

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dc8414e View commit details
    Browse the repository at this point in the history
  16. CMake: -A x64

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9e05e9a View commit details
    Browse the repository at this point in the history
  17. CUDA Windows: Full 3GB Installer

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    75b1d9a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a41326 View commit details
    Browse the repository at this point in the history
  19. Set CUDACXX

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f8c91cb View commit details
    Browse the repository at this point in the history
  20. CMAKE_GENERATOR_TOOLSET

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dc8b7c8 View commit details
    Browse the repository at this point in the history
  21. More integrations

    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ef93ef4 View commit details
    Browse the repository at this point in the history
  22. CMAKE_VS_PLATFORM_TOOLSET_CUDA: CUDA Version

    Assume correctly installed
    ax3l committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c8237d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d94d725 View commit details
    Browse the repository at this point in the history