We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b330b1 commit e4fee3bCopy full SHA for e4fee3b
.github/workflows/_windows_ut.yml
@@ -274,6 +274,7 @@ jobs:
274
call conda activate windows_ci
275
set PYTORCH_TEST_WITH_SLOW=1
276
set PYTORCH_ENABLE_XPU_FALLBACK=1
277
+ set PYTEST_ADDOPTS=-v --timeout 600 --timeout_method=thread -n 1
278
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
279
python run_test_with_skip_lnl.py
280
if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"
0 commit comments