|
|
@ -339,7 +339,6 @@ list(REMOVE_ITEM TEST_OPS test_conv3d_transpose_op)
|
|
|
|
# disable this unittest temporarily
|
|
|
|
# disable this unittest temporarily
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_data_loader_exception)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_data_loader_exception)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_sampling_id_op)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_sampling_id_op)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_isolated_var)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (APPLE OR WIN32)
|
|
|
|
if (APPLE OR WIN32)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dataset)
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dataset)
|
|
|
@ -587,6 +586,7 @@ set_tests_properties(test_parallel_executor_crf test_sync_batch_norm_op test_inp
|
|
|
|
test_parallel_executor_seresnext_with_reduce_gpu
|
|
|
|
test_parallel_executor_seresnext_with_reduce_gpu
|
|
|
|
test_parallel_executor_seresnext_with_fuse_all_reduce_gpu
|
|
|
|
test_parallel_executor_seresnext_with_fuse_all_reduce_gpu
|
|
|
|
test_parallel_executor_profiler
|
|
|
|
test_parallel_executor_profiler
|
|
|
|
|
|
|
|
test_parallel_executor_fetch_isolated_var
|
|
|
|
PROPERTIES LABELS "RUN_TYPE=DIST")
|
|
|
|
PROPERTIES LABELS "RUN_TYPE=DIST")
|
|
|
|
|
|
|
|
|
|
|
|
if(NOT WIN32 AND NOT APPLE)
|
|
|
|
if(NOT WIN32 AND NOT APPLE)
|
|
|
|