Skip to content

Commit 8ae67af

Browse files
Michael Levesque-Diontensorflower-gardener
authored andcommitted
Delete populateRankSpecialization*Patterns functions
These were used by KernelGen but are no longer needed. PiperOrigin-RevId: 620084345
1 parent a3db0ab commit 8ae67af

File tree

1 file changed

+0
-7
lines changed
  • third_party/xla/xla/mlir_hlo/mhlo/transforms

1 file changed

+0
-7
lines changed

third_party/xla/xla/mlir_hlo/mhlo/transforms/rewriters.h

Lines changed: 0 additions & 7 deletions
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)