Skip to content

Commit 9744194

Browse files
committed
Remove debug messages
1 parent 4875434 commit 9744194

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/enzyme_ad/jax/Analysis/PartialSymmetryAnalysis.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ PartialSymmetryAnnotation PartialSymmetryAnnotation::propagateDotGeneral(
217217
}
218218
}
219219

220-
llvm::errs() << "still ok 1\n";
221-
222220
// check that the multiset of IDs for contracting dimensions are equal for
223221
// LHS and RHS
224222
SmallVector<int64_t> lhsContractingIds, rhsContractingIds;
@@ -234,8 +232,6 @@ PartialSymmetryAnnotation PartialSymmetryAnnotation::propagateDotGeneral(
234232
exchange_valid = false;
235233
}
236234

237-
llvm::errs() << "still ok 2\n";
238-
239235
if (exchange_valid) {
240236
SmallVector<int64_t> lhsResultDims;
241237
for (int64_t i = 0; i < lhsAnnotation.getRank(); ++i) {
@@ -496,8 +492,6 @@ LogicalResult PartialSymmetryAnalysis::visitOperation(
496492
}
497493
}
498494

499-
llvm::errs() << "dotGeneral rhsAliasesLhs: " << rhsAliasesLhs << "\n";
500-
501495
// Propagate symmetry through dotGeneral
502496
propagatedAnnotation[0] = PartialSymmetryAnnotation::propagateDotGeneral(
503497
operandAnnotations[0], operandAnnotations[1], resultType.getRank(),

0 commit comments

Comments
 (0)