Skip to content

Commit

Permalink
always try to lower standalone transposeOp to custom call
Browse files Browse the repository at this point in the history
  • Loading branch information
eedalong committed Feb 22, 2024
1 parent 28960f0 commit 75259be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tao_compiler/mlir/disc/transforms/disc_lower_to_library_call.cc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,7 @@ struct DiscLowerToLibraryCallPass
SendOutputOpConvertor
>(context);
// clang-format on
if (enableTransposeLibraryCall())
patterns.insert<TransposeConverter>(context);
patterns.insert<TransposeConverter>(context);

// GPU copy related ops
patterns.insert<GpuCopyOpConvertor<H2DOp>>(context, "h2d");
Expand Down

0 comments on commit 75259be

Please sign in to comment.