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 nvcomp support to older CUDA 11 versions on aarch64. #255

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jul 25, 2023

Nightly CI runs are failing for CUDA 11.4 on ARM because the cudatoolkit package list does not specify a matrix entry for CUDA 11.4 on ARM for nvcomp. This adds the missing matrix entries for supported CUDA 11 versions.

See failure below:

ValueError: No matching matrix found in 'cudatoolkit' for: {'cuda': '11.4', 'arch': 'aarch64'}

https://github.com/rapidsai/kvikio/actions/runs/5652999609/job/15313480885

@bdice bdice self-assigned this Jul 25, 2023
@bdice bdice added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 25, 2023
@bdice bdice requested a review from madsbk July 25, 2023 15:40
Copy link
Contributor

@vyasr vyasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vyasr
Copy link
Contributor

vyasr commented Jul 25, 2023

/merge

@rapids-bot rapids-bot bot merged commit c45b5c4 into rapidsai:branch-23.08 Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants