Skip to content

Commit 92ff274

Browse files
committed
[mlir][xegpu] Remove unused custom pass declaration
Removes unused declaration for pass creation. Only the tablegen auto-generated one should be used.
1 parent a78a0f8 commit 92ff274

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)