From a0fd504b6acada38f189d560a52787ad6edeecc9 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Fri, 22 Mar 2024 15:43:54 -0600 Subject: [PATCH] Remove conditional around the rocm patches Suggested-by: Tim Flink Signed-off-by: Tom Rix --- python-torch.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index f43e5e5..4807121 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -91,7 +91,7 @@ Patch5: 0001-disable-submodule-search.patch Patch6: 0001-reenable-foxi-linking.patch %endif -%if %{with rocm} +# ROCm patches # https://github.com/pytorch/pytorch/pull/120551 Patch100: 0001-Optionally-use-hipblaslt.patch Patch101: 0001-cuda-hip-signatures.patch @@ -99,7 +99,6 @@ Patch102: 0001-silence-an-assert.patch Patch103: 0001-can-not-use-with-c-files.patch Patch104: 0001-use-any-hip.patch Patch105: 0001-disable-use-of-aotriton.patch -%endif ExclusiveArch: x86_64 aarch64 %global toolchain gcc