Skip to content

Commit

Permalink
Delete populateRankSpecialization*Patterns functions
Browse files Browse the repository at this point in the history
These were used by KernelGen but are no longer needed.

PiperOrigin-RevId: 620084345
  • Loading branch information
Michael Levesque-Dion authored and TensorFlow MLIR Team committed Mar 28, 2024
1 parent 89dcfe6 commit d1d04f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mhlo/transforms/rewriters.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ void populateGroupReductionDimensionsPatterns(MLIRContext *context,
RewritePatternSet *patterns,
bool preferColumnsReductions);

/// Populate rank specialization clustering and lowering patterns.
void populateRankSpecializationClusterPatterns(MLIRContext *context,
RewritePatternSet *patterns);
void populateRankSpecializationToSCFPatterns(MLIRContext *context,
RewritePatternSet *patterns,
int64_t maxTargetRank);

/// Populate sparse tensor specific rewriting patterns.
void populateSparseRewritingPatterns(RewritePatternSet *patterns,
MLIRContext *ctx);
Expand Down

0 comments on commit d1d04f1

Please sign in to comment.