Skip to content

Commit d1d04f1

Browse files
Michael Levesque-DionTensorFlow MLIR Team
Michael Levesque-Dion
authored and
TensorFlow MLIR Team
committed
Delete populateRankSpecialization*Patterns functions
These were used by KernelGen but are no longer needed. PiperOrigin-RevId: 620084345
1 parent 89dcfe6 commit d1d04f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mhlo/transforms/rewriters.h

-7
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,6 @@ void populateGroupReductionDimensionsPatterns(MLIRContext *context,
166166
RewritePatternSet *patterns,
167167
bool preferColumnsReductions);
168168

169-
/// Populate rank specialization clustering and lowering patterns.
170-
void populateRankSpecializationClusterPatterns(MLIRContext *context,
171-
RewritePatternSet *patterns);
172-
void populateRankSpecializationToSCFPatterns(MLIRContext *context,
173-
RewritePatternSet *patterns,
174-
int64_t maxTargetRank);
175-
176169
/// Populate sparse tensor specific rewriting patterns.
177170
void populateSparseRewritingPatterns(RewritePatternSet *patterns,
178171
MLIRContext *ctx);

0 commit comments

Comments
 (0)