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

Enable packaging for ROCm 6.2 #1367

Commits on Jun 19, 2024

  1. Add build job for rocm

    pnunna93 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5891465 View commit details
    Browse the repository at this point in the history
  2. Add rocm build script

    pnunna93 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d03a680 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    ec9000f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8c1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1413c5f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #38 from ROCm/enable_rocm_build_ci

    Enable rocm build for CI
    pnunna93 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    578b2f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    fd655b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b77f4c View commit details
    Browse the repository at this point in the history
  3. Revert "Remove cuda build temporarily"

    This reverts commit 1413c5f.
    pnunna93 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    78324b3 View commit details
    Browse the repository at this point in the history
  4. Add rocm_version env var

    pnunna93 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c146b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    953a383 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Remove thrush header files

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d6c3df4 View commit details
    Browse the repository at this point in the history
  2. Print node info

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7e9a65c View commit details
    Browse the repository at this point in the history
  3. print cuda node info

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cdb209a View commit details
    Browse the repository at this point in the history
  4. Revert "print cuda node info"

    This reverts commit cdb209a.
    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    77e1499 View commit details
    Browse the repository at this point in the history
  5. Revert "Print node info"

    This reverts commit 7e9a65c.
    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7c91909 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b78b340 View commit details
    Browse the repository at this point in the history
  7. Rename .so files to rocm

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a62b9d4 View commit details
    Browse the repository at this point in the history
  8. Update default gpu arch

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9059bff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5a406a View commit details
    Browse the repository at this point in the history
  10. Update Documentation

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9cbb5e1 View commit details
    Browse the repository at this point in the history
  11. Update upstream repo name

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3580624 View commit details
    Browse the repository at this point in the history
  12. Update docs

    pnunna93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3bde1b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #39 from ROCm/enable_rocm_whls

    Enable ROCm whls
    pnunna93 authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b123125 View commit details
    Browse the repository at this point in the history
  2. Update string format

    Co-authored-by: Aarni Koskela <[email protected]>
    pnunna93 and akx authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    db1df72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e498b4d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update pytorch install path

    Co-authored-by: Titus <[email protected]>
    pnunna93 and Titus-von-Koeller authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7d2e027 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    0c76b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714d9e9 View commit details
    Browse the repository at this point in the history
  3. print disk usage

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ce77361 View commit details
    Browse the repository at this point in the history
  4. Clean disk space for linux

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b87c2b9 View commit details
    Browse the repository at this point in the history
  5. Fix for ubuntu

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    828fdc6 View commit details
    Browse the repository at this point in the history
  6. Add sudo for apt clean

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5721601 View commit details
    Browse the repository at this point in the history
  7. Update clean up disk list

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d58303f View commit details
    Browse the repository at this point in the history
  8. remove disk usage print

    pnunna93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    483e8ca View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Merge pull request #42 from ROCm/add_err_msg

    Add messages for Heuristics error
    pnunna93 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9d111df View commit details
    Browse the repository at this point in the history
  2. Add BNB_BACKEND variable

    pnunna93 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    52ba52e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    755dfbe View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Fix tuple error

    pnunna93 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    70c3d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b038e9 View commit details
    Browse the repository at this point in the history
  3. fix pre-commit errors

    pnunna93 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    343c9fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from ROCm/update_diagnostics

    Update diagnostics
    pnunna93 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    42cc717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b22eb2e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Update logger format

    Co-authored-by: Aarni Koskela <[email protected]>
    pnunna93 and akx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6f9cd26 View commit details
    Browse the repository at this point in the history
  2. Update error reporting

    Co-authored-by: Aarni Koskela <[email protected]>
    pnunna93 and akx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    570137c View commit details
    Browse the repository at this point in the history
  3. Remove commented code

    Co-authored-by: Aarni Koskela <[email protected]>
    pnunna93 and akx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3380df4 View commit details
    Browse the repository at this point in the history
  4. Update error reporting

    Co-authored-by: Aarni Koskela <[email protected]>
    pnunna93 and akx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1c5bd4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4655a41 View commit details
    Browse the repository at this point in the history
  6. Update error reporting

    pnunna93 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f39ff48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f57addd View commit details
    Browse the repository at this point in the history
  8. Fix Typo

    pnunna93 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    251a0e8 View commit details
    Browse the repository at this point in the history
  9. Fix pre-commit checks

    pnunna93 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    260a3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #45 from ROCm/fix_diagnostic_feedback

    Fix diagnostic feedback
    pnunna93 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    48bfb20 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Enable 6.2 build

    pnunna93 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7e787da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd026c3 View commit details
    Browse the repository at this point in the history
  3. Skip gemv 4 bit cpu test

    pnunna93 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef9e03c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge pull request #46 from ROCm/enable_6.2_packaging

    Enable 6.2 build
    amathews-amd authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    73b30ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00f4ea View commit details
    Browse the repository at this point in the history