Skip to content

Commit 73f25a5

Browse files
committed
Fix
1 parent ce17cf1 commit 73f25a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

test/ir/inference/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ elseif(WITH_ONEDNN)
310310
test_mkldnn_conv_transpose_bias_fuse_pass
311311
test_mkldnn_conv3d_op
312312
test_mkldnn_depthwise_conv_pass
313-
test_mkldnn_shape_op
314-
test_mkldnn_shuffle_channel_op)
313+
test_onednn_shape_op
314+
test_onednn_shuffle_channel_op)
315315
foreach(target ${PIR_COVERAGE_MKLDNN_TESTS})
316316
py_test_modules(${target}_pir MODULES ${target} ENVS FLAGS_enable_pir_api=1)
317317
set_tests_properties(${target} PROPERTIES LABELS "RUN_TYPE=INFER")
@@ -334,8 +334,8 @@ elseif(WITH_ONEDNN)
334334
message(STATUS "PIR Copied Test: ${target}_pir in inference test")
335335
endforeach()
336336

337-
set_tests_properties(test_mkldnn_shape_op_pir PROPERTIES TIMEOUT 300)
338-
set_tests_properties(test_mkldnn_shuffle_channel_op_pir PROPERTIES TIMEOUT
337+
set_tests_properties(test_onednn_shape_op_pir PROPERTIES TIMEOUT 300)
338+
set_tests_properties(test_onednn_shuffle_channel_op_pir PROPERTIES TIMEOUT
339339
300)
340340
set_tests_properties(test_onednn_conv_bias_fuse_pass_pir PROPERTIES TIMEOUT
341341
300)

tools/final_ut_parallel_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def classify_cases_by_mem(rootPath):
5252
'test_post_training_quantization_while',
5353
'test_mkldnn_log_softmax_op',
5454
'test_mkldnn_matmulv2_op',
55-
'test_mkldnn_shape_op',
55+
'test_onednn_shape_op',
5656
'interceptor_pipeline_short_path_test',
5757
'interceptor_pipeline_long_path_test',
5858
'test_cpuonly_spawn',

0 commit comments

Comments
 (0)