Skip to content

Commit 33d099e

Browse files
committed
add ut test files test/functorch/test_ops.py and test/test_unary_ufuncs.py
1 parent ebd04c2 commit 33d099e

File tree

10 files changed

+6345
-304
lines changed

10 files changed

+6345
-304
lines changed

.github/actions/linux-uttest/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ runs:
9090
ls -al op_ut_with_skip_nn op_ut_with_skip_quantization/core
9191
cp op_ut_with_skip_nn/*.xml ${{ github.workspace }}/ut_log
9292
cp op_ut_with_skip_quantization/core/*.xml ${{ github.workspace }}/ut_log
93+
cp op_ut_with_all_functorch/*.xml ${{ github.workspace }}/ut_log
9394
# Cases run with a on-demand white list, since some suites are too
9495
# slow to go through all operators on CPU. So add cases on-demand
9596
# when XPU implementatoin is done.

0 commit comments

Comments
 (0)