File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments