From 41f1ee65422d7651c94e1cc437c545a7e7b576b9 Mon Sep 17 00:00:00 2001 From: Alex Baden Date: Thu, 29 Aug 2024 17:43:26 -0400 Subject: [PATCH] Patch PyTorch to include Inductor make_ir signature update (#2052) Updates the PyTorch Inductor `make_ir` callsite to match signature changed in https://github.com/intel/intel-xpu-backend-for-triton/commit/2ea48908da2e3e1ffb6e7a2f11b49c946fa7d470 cc https://github.com/intel/intel-xpu-backend-for-triton/issues/2021 --- scripts/patch-pytorch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patch-pytorch.sh b/scripts/patch-pytorch.sh index c9dbf931ca..ae67ee420f 100755 --- a/scripts/patch-pytorch.sh +++ b/scripts/patch-pytorch.sh @@ -17,3 +17,4 @@ cd "$REPO_ROOT" curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply - curl -sSL https://github.com/pytorch/pytorch/pull/126456.diff | git apply - +curl -sSL https://github.com/pytorch/pytorch/pull/134774.diff | git apply -