Skip to content

Commit f9a84b0

Browse files
committed
update
1 parent cfa9d95 commit f9a84b0

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

test/amp/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ endfunction()
5353
foreach(TEST_OP ${TEST_OPS})
5454
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
5555
endforeach()
56-
57-
if(APPLE)
58-
set_tests_properties(test_model_cast_to_bf16 PROPERTIES TIMEOUT 300)
59-
endif()

tools/parallel_UT_rule.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@
432432
'test_fleet_rolemaker_3',
433433
'test_conv_activation_mkldnn_fuse_pass',
434434
'test_fusion_gru_bf16_mkldnn_op',
435-
'test_model_cast_to_bf16',
436435
'test_quantize_transpiler',
437436
'conditional_block_op_test',
438437
'test_graph_pattern_detector',
@@ -1972,7 +1971,6 @@
19721971
'test_fleet_distributed_strategy',
19731972
'test_launch_coverage',
19741973
'test_sgd_op_bf16',
1975-
'test_model_cast_to_bf16',
19761974
'test_hybrid_parallel_topology',
19771975
'barrier_table_test',
19781976
'test_fleet_rolemaker_2',

tools/static_mode_white_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@
613613
'test_slice_op_xpu',
614614
'test_generate_proposals_v2_op',
615615
'test_lamb_op_xpu',
616-
'test_model_cast_to_bf16',
617616
'test_sgd_op_bf16',
618617
'test_c_embedding_op',
619618
'test_class_center_sample_op',

0 commit comments

Comments
 (0)