Skip to content

Commit a108ad3

Browse files
committed
Fix
1 parent 4ad8416 commit a108ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ir/inference/test_mkldnn_conv3d_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def generate_weight(*args, **kwargs):
123123
"paddings": kwargs["paddings"],
124124
"strides": kwargs["strides"],
125125
"is_test": True,
126-
"use_mkldnn": True,
126+
"use_onednn": True,
127127
},
128128
)
129129

test/ir/inference/test_onednn_fc_activation_fuse_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def generate_input(shape):
5656
},
5757
outputs={"Out": ["fc_output"]},
5858
attrs={
59-
"use_mkldnn": True,
59+
"use_onednn": True,
6060
"padding_weights": False,
6161
"in_num_col_dims": 1,
6262
},

0 commit comments

Comments
 (0)