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 3ad3726 commit 8b330b1Copy full SHA for 8b330b1
.github/workflows/_windows_ut.yml
@@ -74,7 +74,7 @@ jobs:
74
ut_test:
75
runs-on: ${{ inputs.runner }}
76
if: ${{ inputs.src_changed == 'true' || inputs.has_label == 'true' }}
77
- timeout-minutes: 900
+ timeout-minutes: 1200
78
steps:
79
- name: Checkout torch-xpu-ops
80
uses: actions/checkout@v4
@@ -275,7 +275,7 @@ jobs:
275
set PYTORCH_TEST_WITH_SLOW=1
276
set PYTORCH_ENABLE_XPU_FALLBACK=1
277
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
278
- python run_test_with_skip.py
+ python run_test_with_skip_lnl.py
279
if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"
280
for %%f in (*.xml) do (
281
if exist "%%f" (
0 commit comments