Skip to content

Commit 68ecf92

Browse files
authored
Update private pytorch patchs for release (#1679)
1 parent cff5929 commit 68ecf92

File tree

37 files changed

+129
-36
lines changed

37 files changed

+129
-36
lines changed

third_party/oneDNN

torch_patches/0001-add-SparseXPU-to-dispatch-key-set-25.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From c01f049d638a48e2ac01ded9baaca3fb8589107c Mon Sep 17 00:00:00 2001
22
From: majing921201 <jing1.ma@intel.com>
33
Date: Fri, 11 Feb 2022 10:16:42 +0800
4-
Subject: [PATCH 01/35] add SparseXPU to dispatch key set (#25)
4+
Subject: [PATCH 01/36] add SparseXPU to dispatch key set (#25)
55

66
Signed-off-by: Ma, Jing1 <jing1.ma@intel.com>
77
---

torch_patches/0002-Add-QuantizedXPU-to-DispatchKeySet-28.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a642474c362816032917045b138adaa185d1bf0b Mon Sep 17 00:00:00 2001
22
From: xiaolil1 <xiaoli.liu@intel.com>
33
Date: Tue, 15 Feb 2022 14:01:53 +0800
4-
Subject: [PATCH 02/35] Add QuantizedXPU to DispatchKeySet (#28)
4+
Subject: [PATCH 02/36] Add QuantizedXPU to DispatchKeySet (#28)
55

66
---
77
c10/core/DispatchKeySet.h | 1 +

torch_patches/0003-channels-last-1d-for-rebase-pytorch-1.10-29.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From be2033436a83b80f91e9bd793802a3ad96875122 Mon Sep 17 00:00:00 2001
22
From: KevinYuk <kevin.yu@intel.com>
33
Date: Mon, 21 Feb 2022 16:49:34 +0800
4-
Subject: [PATCH 03/35] channels last 1d for rebase pytorch 1.10 (#29)
4+
Subject: [PATCH 03/36] channels last 1d for rebase pytorch 1.10 (#29)
55

66
---
77
aten/src/ATen/core/TensorBase.h | 8 ++-

torch_patches/0004-JIT-disable-decomposition-of-BN-LN-for-XPU-31.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From fac1bb693309722b047abf8c13efc81548927fbf Mon Sep 17 00:00:00 2001
22
From: Feng Yuan <feng1.yuan@intel.com>
33
Date: Thu, 24 Feb 2022 15:23:23 +0800
4-
Subject: [PATCH 04/35] JIT: disable decomposition of BN/LN for XPU (#31)
4+
Subject: [PATCH 04/36] JIT: disable decomposition of BN/LN for XPU (#31)
55

66
Signed-off-by: Feng Yuan <feng1.yuan@intel.com>
77
---

torch_patches/0005-Add-xpu-for-ddp-fix-the-index-error-in-bert-training.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 916d02cf3318858f56c68d7ec6c336eea7f75e87 Mon Sep 17 00:00:00 2001
22
From: zhuhong61 <95205772+zhuhong61@users.noreply.github.com>
33
Date: Tue, 1 Mar 2022 14:24:08 +0800
4-
Subject: [PATCH 05/35] Add xpu for ddp (fix the index error in bert training)
4+
Subject: [PATCH 05/36] Add xpu for ddp (fix the index error in bert training)
55
(#27)
66

77
---

torch_patches/0006-enable-channels-last-for-xpu-group-norm-32.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 206c68c039d43655648a0f8cf3c07025355a3fdf Mon Sep 17 00:00:00 2001
22
From: KevinYuk <kevin.yu@intel.com>
33
Date: Wed, 2 Mar 2022 10:45:52 +0800
4-
Subject: [PATCH 06/35] enable channels last for xpu group norm (#32)
4+
Subject: [PATCH 06/36] enable channels last for xpu group norm (#32)
55

66
---
77
aten/src/ATen/native/group_norm.cpp | 2 +-

torch_patches/0007-Add-xpu-legacy-profiler-30.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From f33532427193bf0b9498bd9ac03c36a09071e05d Mon Sep 17 00:00:00 2001
22
From: "Xunsong, Huang" <xunsong.huang@intel.com>
33
Date: Thu, 3 Mar 2022 14:15:47 +0800
4-
Subject: [PATCH 07/35] Add xpu legacy profiler (#30)
4+
Subject: [PATCH 07/36] Add xpu legacy profiler (#30)
55

66
Signed-off-by: Xunsong, Huang <xunsong.huang@intel.com>
77
---

torch_patches/0008-Properly-import-LooseVersion-69904-33.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 3d2e432aa55290bfd2078e1a8165c93f7518a0c3 Mon Sep 17 00:00:00 2001
22
From: Guo Yejun <yejun.guo@intel.com>
33
Date: Mon, 14 Mar 2022 12:01:37 +0800
4-
Subject: [PATCH 08/35] Properly import LooseVersion (#69904) (#33)
4+
Subject: [PATCH 08/36] Properly import LooseVersion (#69904) (#33)
55

66
cherry-pick 07767569c964552702bf374da753212eb9cde327, with conflict
77
fixed in test, to fix issue with higher version of setuptools 60.9.3

torch_patches/0009-upgrade-protobuf-from-tag-v3.13.0.1-d1eca4e4-to-v3.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From c9fdbae991eabd295a7fd8576453e702e023c7f0 Mon Sep 17 00:00:00 2001
22
From: Guo Yejun <yejun.guo@intel.com>
33
Date: Mon, 21 Mar 2022 18:56:25 +0800
4-
Subject: [PATCH 09/35] upgrade protobuf from tag: v3.13.0.1 (d1eca4e4) to
4+
Subject: [PATCH 09/36] upgrade protobuf from tag: v3.13.0.1 (d1eca4e4) to
55
v3.18.2 (6c6b0778) (#34)
66

77
due to the vulnerability discovered at

0 commit comments

Comments
 (0)