Skip to content

Commit cac9d96

Browse files
jiahy0825co63oc
authored andcommitted
[CINN] Remove useless log (PaddlePaddle#64052)
1 parent 391c4c1 commit cac9d96

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

paddle/cinn/hlir/dialect/operator/transforms/pd_to_cinn_pass.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,6 @@ class SplitOpPattern : public pir::OpRewritePattern<paddle::dialect::SplitOp> {
569569
pir::PatternRewriter &rewriter) const { // NOLINT
570570
const int axis = GetAxis(split);
571571
const std::vector<int64_t> &sections = GetSections(split);
572-
for (auto section : sections) {
573-
VLOG(0) << " " << section;
574-
}
575572
const int index = slice->attribute<::pir::Int32Attribute>("index").data();
576573
int64_t start =
577574
std::accumulate(sections.begin(), sections.begin() + index, 0);

0 commit comments

Comments
 (0)