Skip to content

Commit 3dc8ab8

Browse files
adam-smnkgithub-actions[bot]
authored andcommitted
Automerge: [mlir][xegpu] Remove unused custom pass declaration (#149278)
Removes unused declaration for pass creation. Only the create function auto-generated from tablegen should be used.
2 parents 90f3189 + e73cb43 commit 3dc8ab8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/include/mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ class RewritePatternSet;
2121
/// Collect a set of patterns to convert from the vector to XeGPU ops.
2222
void populateVectorToXeGPUConversionPatterns(RewritePatternSet &patterns);
2323

24-
/// Create a pass to convert ops from vector to XeGPU.
25-
std::unique_ptr<Pass> createConvertVectorToXeGPUPass();
26-
2724
} // namespace mlir
2825

2926
#endif // MLIR_CONVERSION_VECTORTOXEGPU_VECTORTOXEGPU_H

0 commit comments

Comments
 (0)