-
Notifications
You must be signed in to change notification settings - Fork 56
Revert "Sync with Microsoft ONNX Runtime - 03/12/2025 (#867)" #868
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
Conversation
This reverts commit 39d6db5.
| wget --quiet https://github.com/RadeonOpenCompute/rocm-cmake/archive/refs/tags/rocm-${rocm_cmake_version}.tar.gz | ||
| tar -xzvf rocm-${rocm_cmake_version}.tar.gz | ||
| rm rocm-${rocm_cmake_version}.tar.gz | ||
| cd rocm-cmake-rocm-${rocm_cmake_version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd rocm-cmake-rocm-${rocm_cmake_version} | |
| cd rocm-cmake-rocm-${rocm_cmake_version} || exit |
| rm rocm-${rocm_cmake_version}.tar.gz | ||
| cd rocm-cmake-rocm-${rocm_cmake_version} | ||
| mkdir build | ||
| cd build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
| wget --quiet https://github.com/ROCmSoftwarePlatform/rccl/archive/refs/tags/rocm-${rccl_version}.tar.gz | ||
| tar -xzvf rocm-${rccl_version}.tar.gz | ||
| rm rocm-${rccl_version}.tar.gz | ||
| cd rccl-rocm-${rccl_version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd rccl-rocm-${rccl_version} | |
| cd rccl-rocm-${rccl_version} || exit |
| rm rocm-${rccl_version}.tar.gz | ||
| cd rccl-rocm-${rccl_version} | ||
| mkdir build | ||
| cd build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
| wget --quiet https://github.com/ROCmSoftwarePlatform/rocRAND/archive/refs/tags/rocm-${rocrand_version}.tar.gz | ||
| tar -xzvf rocm-${rocrand_version}.tar.gz | ||
| rm rocm-${rocrand_version}.tar.gz | ||
| cd rocRAND-rocm-${rocrand_version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd rocRAND-rocm-${rocrand_version} | |
| cd rocRAND-rocm-${rocrand_version} || exit |
| rm rocm-${rocrand_version}.tar.gz | ||
| cd rocRAND-rocm-${rocrand_version} | ||
| mkdir build | ||
| cd build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
| wget --quiet https://github.com/ROCmSoftwarePlatform/hipCUB/archive/refs/tags/rocm-${hipcub_version}.tar.gz | ||
| tar -xzvf rocm-${hipcub_version}.tar.gz | ||
| rm rocm-${hipcub_version}.tar.gz | ||
| cd hipCUB-rocm-${hipcub_version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd hipCUB-rocm-${hipcub_version} | |
| cd hipCUB-rocm-${hipcub_version} || exit |
| rm rocm-${hipcub_version}.tar.gz | ||
| cd hipCUB-rocm-${hipcub_version} | ||
| mkdir build | ||
| cd build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
| wget --quiet https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/refs/tags/rocm-${rocprim_version}.tar.gz | ||
| tar -xzvf rocm-${rocprim_version}.tar.gz | ||
| rm rocm-${rocprim_version}.tar.gz | ||
| cd rocPRIM-rocm-${rocprim_version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd rocPRIM-rocm-${rocprim_version} | |
| cd rocPRIM-rocm-${rocprim_version} || exit |
| rm rocm-${rocprim_version}.tar.gz | ||
| cd rocPRIM-rocm-${rocprim_version} | ||
| mkdir build | ||
| cd build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
jatinwadhwa921
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reverting PR #867