Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglirong1999 committed Apr 2, 2024
1 parent c43ef3a commit 32906b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/cpp/pir/pattern_rewrite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ paddle_test(drr_fuse_linear_param_grad_add_test SRCS
drr_fuse_linear_param_grad_add_test.cc)

if(WITH_MKLDNN AND NOT WIN32)
paddle_test(depthwise_conv_mkldnn_pass_test SRCS
depthwise_conv_mkldnn_pass_test.cc)
paddle_test(depthwise_conv_onednn_pass_test SRCS
depthwise_conv_onednn_pass_test.cc)
endif()

if(WITH_GPU)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "paddle/fluid/pir/dialect/operator/ir/op_dialect.h"
#include "paddle/fluid/pir/dialect/operator/ir/pd_op.h"
#ifdef PADDLE_WITH_DNNL
#include "paddle/fluid/pir/transforms/onednn/depthwise_conv_mkldnn_pass.h"
#include "paddle/fluid/pir/transforms/onednn/depthwise_conv_onednn_pass.h"
#endif
#include "paddle/pir/include/core/builtin_dialect.h"
#include "paddle/pir/include/pass/pass_manager.h"
Expand Down

0 comments on commit 32906b2

Please sign in to comment.