Skip to content

Commit 10bf1ec

Browse files
co63ocmaxiaolong001
authored andcommitted
test_mkldnn_pad3d_op modify use_mkldnn [fluid_ops] (PaddlePaddle#74505)
* Fix * Fix
1 parent ae39e4c commit 10bf1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ir/inference/test_mkldnn_pad3d_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def generate_paddings():
9898
"mode": "constant",
9999
"data_format": kwargs['data_format'],
100100
"paddings": kwargs['paddings'],
101-
"use_mkldnn": True,
101+
"use_onednn": True,
102102
},
103103
)
104104

0 commit comments

Comments
 (0)