-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
cudaPackages: proper FindCUDAToolkit.cmake support #224291
Labels
6.topic: cuda
Parallel computing platform and API
Comments
Note that currently our |
SomeoneSerge
changed the title
cudaPackages: make cmake build work without symlinkJoin, cf https://gitlab.kitware.com/cmake/cmake/-/issues/24663
cudaPackages: proper FindCUDAToolkit.cmake support
Apr 12, 2023
4 tasks
12 tasks
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/cuda-team-roadmap-and-call-for-sponsors/29495/1 |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/cuda-team-roadmap-update-2023-08-29/32379/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
symlinkJoin
from packages that supportCUDAToolkit
CUDAToolkit_ROOT
andCUDAToolkit_INCLUDE_DIR
search paths: https://github.com/SomeoneSerge/nix-findcudatoolkit-cmake/blob/8cc915863e16433eee4ed3852c395734201f840f/use-cudatoolkit-root.nix#L19-L22cuda_nvcc
so that it knows where cudart lives (for cmake compiler checks that are performed beforeFindCUDAToolkit.cmake
): https://github.com/SomeoneSerge/nix-findcudatoolkit-cmake/blob/8cc915863e16433eee4ed3852c395734201f840f/use-cudatoolkit-root.nix#L48The text was updated successfully, but these errors were encountered: