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

[NO MRG] Test CI #107

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[NO MRG] Test CI #107

wants to merge 1 commit into from

Conversation

jakirkham
Copy link
Member

Opening to test CI

@jakirkham
Copy link
Member Author

Seeing this error in various forms on CI

/__w/pynvjitlink/pynvjitlink/test_binary_generation /__w/pynvjitlink/pynvjitlink
GPU CC: 70
Alternative CC: 80
# Compile all test objects
nvcc -O3 -rdc true -gencode arch=compute_70,code=sm_70 --cubin -o ../pynvjitlink/tests/undefined_extern.cubin undefined_extern.cu
<command-line>: fatal error: cuda_runtime.h: No such file or directory
compilation terminated.
make: *** [Makefile:41: all] Error 1

Looks like we are picking up cuda-nvcc version 12.4 from the nvidia channel

cuda-nvcc                 12.4.131                      0    nvidia

This was before important packaging fixes were ported over. Hence why cuda-cudart is not being pulled in by cuda-nvcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant