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 python 3.11 build to GPU CI #376

Merged
merged 2 commits into from
May 21, 2024
Merged

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    03da555 View commit details
    Browse the repository at this point in the history
  2. Switch to cupy-cuda11x

    Previously CuPy built a wheel for each CUDA `X.Y` version. However the
    CuPy team later transitioned to CUDA Compatibility, which allows a wheel
    build to only focus on CUDA major version. So switch to that wheel here.
    jakirkham committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a229fe0 View commit details
    Browse the repository at this point in the history