From 8ca3245d9efa02b2bffd06f3bdbf296c31595a22 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Mon, 23 Sep 2024 15:22:10 +0000 Subject: [PATCH] Revert "Enable FP64 emulation for E2E AlbertForMaskedLM test on A770 (#1879)" This reverts commit 87e5c063b4a2a8b53fc27162d5fd5b8a43bc524e. --- .github/workflows/build-test-reusable.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index 5c78e987d1..49f268558e 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -169,15 +169,6 @@ jobs: export WORKSPACE=$GITHUB_WORKSPACE cd pytorch pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec - - source $GITHUB_WORKSPACE/scripts/capture-hw-details.sh - if [[ $GPU_DEVICE = *A770* ]]; then - # To enable FP64 type emulation. - # For details see: https://github.com/intel/intel-xpu-backend-for-triton/pull/1879 - export OverrideDefaultFP64Settings=1 - export IGC_EnableDPEmulation=1 - fi - # TODO: Find the fastest Hugging Face model $GITHUB_WORKSPACE/scripts/inductor_xpu_test.sh huggingface float32 inference accuracy xpu 0 static 1 0 AlbertForMaskedLM # The script above always returns 0, so we need an additional check to see if the accuracy test passed