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

Support CUDA 12.2 #1419

Merged
merged 18 commits into from
Feb 9, 2024
Merged

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    aabaf9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43571a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2cb913 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    64e2226 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    7380d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da713c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4322e6 View commit details
    Browse the repository at this point in the history
  4. remove 12.0 env file

    jameslamb committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4111b4b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    e1ce1ff View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    3ae89f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    1050767 View commit details
    Browse the repository at this point in the history
  2. Force cuda-version.

    bdice committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d4f8aa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8ea2d View commit details
    Browse the repository at this point in the history
  4. Fix run_export from cuda-cudart-dev.

    We should not use the cuda-cudart-dev package in host as a means of getting a run_export of cuda-cudart in run, because it enforces an equal or greater version of cuda-cudart at runtime. This breaks CUDA minor version compatibility, where we intend to build a package with e.g. CUDA 12.2, and allow it to be run with e.g. CUDA 12.0.
    bdice committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    135c259 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Revert "Force cuda-version."

    This reverts commit d4f8aa2.
    bdice committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b86fd9c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Refactor cuda_spec.

    bdice committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7623210 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    f4da95c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    bdb9c06 View commit details
    Browse the repository at this point in the history