Skip to content

Commit

Permalink
clear sym shape str print (PaddlePaddle#70396)
Browse files Browse the repository at this point in the history
  • Loading branch information
phlrain authored Dec 25, 2024
1 parent 47e45cf commit c6c2f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/pir/src/core/ir_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ void IrPrinter::PrintAttributeMap(const Operation& op) {

// Filter out the callstack attribute
order_attributes.erase("op_callstack");
order_attributes.erase("sym_shape_str");

os << " {";

Expand Down

0 comments on commit c6c2f23

Please sign in to comment.