We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050196a commit c8e43d2Copy full SHA for c8e43d2
.github/workflows/_linux_ut.yml
@@ -227,7 +227,7 @@ jobs:
227
if [ -f "test/test_xpu.py" ]; then
228
test_cmd="${test_cmd} test_xpu.py"
229
fi
230
- eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/Inductor_ut_torch_xpu_test.log
+ eval $test_cmd 2>&1 | tee ${{ github.workspace }}/ut_log/torch_xpu/torch_xpu_test.log
231
- name: UT Test Results Check
232
shell: bash
233
run: |
0 commit comments