Skip to content

Commit

Permalink
Update paddle/fluid/operators/mkldnn/test_mkldnn_op_nhwc.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Sławomir Siwek <[email protected]>
  • Loading branch information
piotrekobi and Silv3S authored Nov 3, 2022
1 parent 16f2509 commit 19bd42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/mkldnn/test_mkldnn_op_nhwc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "paddle/phi/core/kernel_registry.h"

USE_OP_ITSELF(pool2d);
PD_DECLARE_KERNEL(pool2d, OneDNN, ALL_LAYOUT);
PD_DECLARE_KERNEL(pool2d, OneDNN, ONEDNN);
USE_OP_ITSELF(relu);
PD_DECLARE_KERNEL(relu, OneDNN, ONEDNN);
USE_OP_ITSELF(transpose);
Expand Down

0 comments on commit 19bd42b

Please sign in to comment.