Skip to content

Commit 1b60a38

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

File tree

10 files changed

+6346
-305
lines changed

10 files changed

+6346
-305
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
tee ${{ github.workspace }}/ut_log/op_ut/op_ut_with_skip_test.log
7878
ls -al
7979
cp *.xml ${{ github.workspace }}/ut_log
80-
find op_ut_with_skip_nn op_ut_with_skip_quantization/core -type f -exec sh -c '
80+
find op_ut_with_skip_nn op_ut_with_skip_quantization/core op_ut_with_all_functorch -type f -exec sh -c '
8181
dir_path=$(dirname "$1");
8282
case "$dir_path" in
8383
*"op_ut_with_skip_quantization/core"*)
@@ -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)