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

[CI][HIP] Add missing dep for broken amd script. #13619

Merged
merged 15 commits into from
May 9, 2024

Commits on May 1, 2024

  1. Add missing dep for broken amd script.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e84cd5a View commit details
    Browse the repository at this point in the history
  2. Remove the old image fix.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4a9efc5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    3b75edc View commit details
    Browse the repository at this point in the history
  2. Go back to using the latest image.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0e58b99 View commit details
    Browse the repository at this point in the history
  3. Explicitly install g++-12

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4d6ce91 View commit details
    Browse the repository at this point in the history
  4. Also install gcc-12

    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4ce7181 View commit details
    Browse the repository at this point in the history
  5. Remove gcc-11 etc.

    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    85d3b43 View commit details
    Browse the repository at this point in the history
  6. cuda 12.4 comes with gcc 13.

    gcc 13 should apparently be compatible with gcc12 for rocm 6.1..
    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5291212 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98a0302 View commit details
    Browse the repository at this point in the history
  8. remove gcc13 etc.

    JackAKirk committed May 2, 2024
    Configuration menu
    Copy the full SHA
    46977cb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. check g++ version.

    JackAKirk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    121876f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c87885 View commit details
    Browse the repository at this point in the history
  3. fix typo

    JackAKirk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0e44059 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Use update-alternatives for gcc12

    Switch back to 12.1 (12.4 can be safely updated later).
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a249fb9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Switch to old pre/post-commit.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1eb9244 View commit details
    Browse the repository at this point in the history