Revert "Sync with Microsoft ONNX Runtime - 03/12/2025 (#867)" - #868
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.
[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.
[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.
[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.
[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.
[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.
[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.
[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.
[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.
[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.
[shellcheck (suggestion)] reported by reviewdog 🐶
| cd build | |
| cd build || exit |
Reverting PR #867