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

Restart CUDA 12 migration with CUDA arch builds #4799

Merged
merged 3 commits into from
Aug 23, 2023

Commits on Aug 17, 2023

  1. Restart CUDA 12 migration with CUDA arch builds

    As all CUDA Linux builds are now on equal footing, fold the CUDA 12 arch
    migration into the CUDA 12 migration and restart it. That way the latest
    migrator can be retrieved.
    jakirkham committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e1d7706 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    78c9f05 View commit details
    Browse the repository at this point in the history
  2. Drop cudnn from CUDA 12 migration

    Since `cudnn` is no longer in `zip_keys` with `cuda_compiler_version`
    and the version of `cudnn` used by CUDA 12 is the same as CUDA 11, go
    ahead and drop `cudnn` from the CUDA 12 migrator. It is not actually
    needed or used here.
    jakirkham committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    32df682 View commit details
    Browse the repository at this point in the history