File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276276 set PYTORCH_ENABLE_XPU_FALLBACK=1
277277 set PYTEST_ADDOPTS=-v --timeout 600 --timeout_method=thread -n 1
278278 cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
279- python run_test_with_skip_lnl .py
279+ python run_test_with_skip .py
280280 if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"
281281 for %%f in (*.xml) do (
282282 if exist "%%f" (
@@ -303,14 +303,14 @@ jobs:
303303 echo Processing directory: op_ut_with_all.functorch
304304 for /r "op_ut_with_all.functorch" %%f in (*.xml) do (
305305 if exist "%%f" (
306- move "%%f" "%%~dpfop_ut_with_all_functorch_ %%~nxf" >nul
306+ move "%%f" "%%~dpfop_ut_with_all.functorch. %%~nxf" >nul
307307 )
308308 )
309309 )
310310 echo === XML files in directory ===
311- dir "op_ut_with_skip_nn \*.xml" /B
312- dir "op_ut_with_skip_quantization \core\*.xml" /B
313- dir "op_ut_with_all_functorch \*.xml" /B
311+ dir "op_ut_with_skip.nn \*.xml" /B
312+ dir "op_ut_with_skip.quantization \core\*.xml" /B
313+ dir "op_ut_with_all.functorch \*.xml" /B
314314
315315 for %%d in (op_ut_with_skip.nn "op_ut_with_skip.quantization\core" op_ut_with_all.functorch) do (
316316 if exist "%%d" (
You can’t perform that action at this time.
0 commit comments