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

Migrate to FindCUDAToolkit #1329

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Mar 13, 2024

  1. Migrate to FindCUDAToolkit

    - FindCUDA has been deprecated since CMake 3.10, and disabled by default since
      CMake 3.27. [^1]
    - Raise CMAKE_MINIMUM_REQUIRED to 3.23 for CMAKE_CUDA_ARCHITECTURES
      support. [^2]
    
    [^1]: https://cmake.org/cmake/help/latest/policy/CMP0146.html
    [^2]: https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html
    RedL0tus committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f67d2dc View commit details
    Browse the repository at this point in the history