Fix xpu notest (#28204)
* Fix xpu notest;test=kunlun * fix * test=kunlun * test=kunlunrevert-27871-prv-conv-grad-opt
parent
81244fbfab
commit
11089cacdb
@ -1,6 +1,9 @@
|
||||
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
|
||||
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
|
||||
|
||||
list(REMOVE_ITEM TEST_OPS test_concat_op_xpu)
|
||||
list(REMOVE_ITEM TEST_OPS test_mean_op_xpu)
|
||||
|
||||
foreach(TEST_OP ${TEST_OPS})
|
||||
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
|
||||
endforeach(TEST_OP)
|
||||
|
Loading…
Reference in new issue