File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111 default = [
1212 # Fallback to CPU for XPU FP64
1313 "https://github.com/pytorch/pytorch/pull/126516" ,
14- # Enable deterministic for mkldnn ops
15- "https://github.com/pytorch/pytorch/pull/127277" ,
16- # [Inductor][Intel GPU] Support reduction split.
17- "https://github.com/pytorch/pytorch/pull/129120" ,
1814 # Modify the tolerance level in TIMM benchmark
1915 "https://github.com/pytorch/pytorch/pull/129735" ,
2016 # [Intel GPU] Allow XPU device in cdist and pdist operators
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ jobs:
125125
126126 cd ..
127127 python pytorch/torch/utils/collect_env.py
128+ rm -rf /tmp/torchinductor_*
129+ rm -rf ~/.triton/cache
128130 - name : Run XPU OP Examples
129131 if : contains(inputs.ut, 'op_regression') || github.event_name == 'schedule'
130132 run : |
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ jobs:
186186 echo "$GITHUB_ENV"
187187 rm -rf ../pytorch/inductor_log
188188 rm -rf /tmp/torchinductor_*
189+ rm -rf ~/.triton/cache
189190
190191 # Nihglty launch
191192 - name : Nightly Huggingface FP32/BF16/FP16 Inference & Training Accuracy Test
You can’t perform that action at this time.
0 commit comments