Skip to content

Commit

Permalink
fix compile bugs (PaddlePaddle#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanRisheng authored Oct 17, 2022
1 parent 6331512 commit 37afcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/mkldnn/test_mkldnn_caching.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PD_DECLARE_KERNEL(relu, OneDNN, ONEDNN);
USE_OP_ITSELF(softmax);
USE_OP_DEVICE_KERNEL(softmax, MKLDNN);
USE_OP_ITSELF(conv2d);
USE_OP_DEVICE_KERNEL(conv2d, MKLDNN);
PD_DECLARE_KERNEL(conv2d, OneDNN, ONEDNN);

namespace paddle {
namespace operators {
Expand Down

0 comments on commit 37afcf6

Please sign in to comment.