# file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")# string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")if(WITH_DISTRIBUTE AND WITH_GPU)# NOTE(zyl): unittests WITH single card and WITHOUT timeoutpy_test_modules(test_matmul_rule MODULES test_matmul_rule)