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

Forward-merge branch-23.08 to branch-23.10 #256

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Commits on Jul 25, 2023

  1. Add nvcomp support to older CUDA 11 versions on aarch64. (#255)

    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
    
    Authors:
      - Bradley Dice (https://github.com/bdice)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    URL: #255
    bdice authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c45b5c4 View commit details
    Browse the repository at this point in the history