From 055065fb616c8708e0c2c1b8ddb8e1e7cc91e67a Mon Sep 17 00:00:00 2001 From: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:11:48 -0500 Subject: [PATCH] Do not explicitly bundle magma lib into PyTorch wheels --- manywheel/build_rocm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/manywheel/build_rocm.sh b/manywheel/build_rocm.sh index 34768e638..996be9b49 100755 --- a/manywheel/build_rocm.sh +++ b/manywheel/build_rocm.sh @@ -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 @@ -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 @@ -139,7 +137,6 @@ do_heavyweight_build() { "libhsa-runtime64.so" "libhiprtc.so" "libamd_comgr.so" - "libmagma.so" "librccl.so" "librocblas.so" "librocfft.so"