Skip to content

Commit 2c57711

Browse files
authored
Revert "Enable FP64 emulation for E2E AlbertForMaskedLM test on A770 (#1879)" (#2314)
This reverts commit 87e5c06. Closes #2005 CI: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/10997430471 (passed)
1 parent 782aecf commit 2c57711

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,6 @@ jobs:
169169
export WORKSPACE=$GITHUB_WORKSPACE
170170
cd pytorch
171171
pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
172-
173-
source $GITHUB_WORKSPACE/scripts/capture-hw-details.sh
174-
if [[ $GPU_DEVICE = *A770* ]]; then
175-
# To enable FP64 type emulation.
176-
# For details see: https://github.com/intel/intel-xpu-backend-for-triton/pull/1879
177-
export OverrideDefaultFP64Settings=1
178-
export IGC_EnableDPEmulation=1
179-
fi
180-
181172
# TODO: Find the fastest Hugging Face model
182173
$GITHUB_WORKSPACE/scripts/inductor_xpu_test.sh huggingface float32 inference accuracy xpu 0 static 1 0 AlbertForMaskedLM
183174
# The script above always returns 0, so we need an additional check to see if the accuracy test passed

0 commit comments

Comments
 (0)