Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions manywheel/build_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -ex

export ROCM_HOME=/opt/rocm
export MAGMA_HOME=$ROCM_HOME/magma
# TODO: libtorch_cpu.so is broken when building with Debug info
export BUILD_DEBUG_INFO=0

Expand Down Expand Up @@ -80,7 +79,6 @@ do_lightweight_build() {
# ROCm library files
LIGHTWEIGHT_ROCM_SO_FILES=(
# Minimal set for lightweight
"libmagma.so"
)

# First, gather actual file paths for the minimal set
Expand Down Expand Up @@ -139,7 +137,6 @@ do_heavyweight_build() {
"libhsa-runtime64.so"
"libhiprtc.so"
"libamd_comgr.so"
"libmagma.so"
"librccl.so"
"librocblas.so"
"librocfft.so"
Expand Down
Loading