Skip to content

Commit e2e9b26

Browse files
authored
Update torch patches (#5123)
1 parent 90fdb70 commit e2e9b26

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

torch_patches/0004-SYCL-default-context-windows-304.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From e84e33f7c021704112d5bce593c83df5044a290f Mon Sep 17 00:00:00 2001
22
From: Ratnam Parikh <114774508+ratnampa@users.noreply.github.com>
33
Date: Thu, 17 Oct 2024 21:25:38 -0700
4-
Subject: [PATCH 5/5] SYCL default context windows (#304)
4+
Subject: [PATCH 4/5] SYCL default context windows (#304)
55

66
* SYCL default context windows
77

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From 69807e407f298770735d86588b6ed37f6ff1ea76 Mon Sep 17 00:00:00 2001
2+
From: Stonepia <tong.su@intel.com>
3+
Date: Wed, 11 Dec 2024 10:21:49 +0800
4+
Subject: [PATCH 5/5] Fix the import error when using oneAPI pip packages (#311)
5+
6+
Cherry-picked from https://github.com/intel-innersource/frameworks.ai.pytorch.private-gpu/pull/310
7+
8+
This is to fix the error where on Windows, the oneAPI sourced from the pip packages will get error.
9+
The torch-xpu-ops commit are updated in intel/torch-xpu-ops#1155
10+
---
11+
third_party/xpu.txt | 2 +-
12+
1 file changed, 1 insertion(+), 1 deletion(-)
13+
14+
diff --git a/third_party/xpu.txt b/third_party/xpu.txt
15+
index 529b1942193..b1a0c9afb7d 100644
16+
--- a/third_party/xpu.txt
17+
+++ b/third_party/xpu.txt
18+
@@ -1 +1 @@
19+
-02060c616661034286adb9d5ba493e234b8401c3
20+
+6b9a52be28633de4f3c10a38d5fd5dc7e0c50a85
21+
--
22+
2.34.1
23+

0 commit comments

Comments
 (0)