Skip to content

Commit 537866b

Browse files
authored
[PyTorch][Wheels] Remove legacy code related to LTS 803 driver (#5331)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 4911e1d commit 537866b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/actions/setup-pytorch/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,8 @@ runs:
117117
run: |
118118
source ${{ inputs.oneapi }}/setvars.sh
119119
120-
# Limit AOT to PVC when compiling with LTS driver
121-
# See https://github.com/intel/intel-xpu-backend-for-triton/pull/3548#issuecomment-2685718019
122-
source ./scripts/capture-hw-details.sh
123-
if [[ $AGAMA_VERSION =~ 803 ]]; then
124-
export TORCH_XPU_ARCH_LIST="pvc"
125-
else
126-
export TORCH_XPU_ARCH_LIST="pvc,bmg,dg2,arl-h,mtl-h"
127-
fi
120+
# Limit AOT
121+
export TORCH_XPU_ARCH_LIST="pvc,bmg,dg2,arl-h,mtl-h"
128122
129123
cd pytorch
130124
pip install wheel

0 commit comments

Comments
 (0)