@@ -24,15 +24,6 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
2424 # https://github.com/pytorch/pytorch/pull/170600 - Gate deletion of clean-up steps in build_common.sh
2525 apply-github-patch pytorch/pytorch e368ec2693b8b2b8ba35d0913f1d663ba2fdc804
2626
27- # FIXME: Temporarily disabled; to be updated in a later PR
28- # # https://github.com/pytorch/pytorch/pull/160184 - Draft: separate reqs for manywheel build and pin
29- # # Note: as part of this patch, setuptools is pinned to ~= 78.1.1 which is not affected by
30- # # CVE-2025-47273 and CVE-2024-6345
31- # apply-github-patch pytorch/pytorch 4d344570e5a114fa522e3370c5d59161e2ed8619
32-
33- # https://github.com/pytorch/pytorch/pull/159859 - PoC LUT optimisation for GELU bf16 operators
34- apply-github-patch pytorch/pytorch ebcc874e317f9563ab770fc5c27df969e0438a5e
35-
3627 # https://github.com/pytorch/pytorch/pull/167328 - Build cpuinfo into c10 shared library
3728 apply-github-patch pytorch/pytorch 7c053dd1582b778c81101dd452708c4ec6e58233
3829 apply-github-patch pytorch/pytorch b1782bbe0eda5957870e2f6e95b8f167e04843cb
@@ -82,6 +73,15 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
8273 (
8374 cd mkl-dnn
8475 git fetch origin $ONEDNN_HASH && git clean -f && git checkout -f FETCH_HEAD
76+
77+ # https://github.com/uxlfoundation/oneDNN/pull/4827 - cpu: aarch64: Support for Bf16 LUT Eltwise Operations
78+ apply-github-patch uxlfoundation/oneDNN b74e11bca047a16a2bd36b58a6e6952f0c15b2ba
79+ apply-github-patch uxlfoundation/oneDNN 99c97181150c94b15299295ee3dad4f5e24abd10
80+ apply-github-patch uxlfoundation/oneDNN 2d8ac74fd0be76329ce9533d943b821f5c99d8d7
81+ apply-github-patch uxlfoundation/oneDNN fc7fc4be341895d7bf6c10f7e06f0553bcdfa27c
82+ apply-github-patch uxlfoundation/oneDNN 01a4567f89f6f4f01731b721bf66a8b68813b07f
83+ apply-github-patch uxlfoundation/oneDNN a24ddd9102ff13d949c446c91bd2bae681ab2334
84+ apply-github-patch uxlfoundation/oneDNN 01963f6e23603484d819747123db9a2f25027495
8585 )
8686 )
8787 (
0 commit comments