We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73e163 commit e73cb43Copy full SHA for e73cb43
mlir/include/mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h
@@ -21,9 +21,6 @@ class RewritePatternSet;
21
/// Collect a set of patterns to convert from the vector to XeGPU ops.
22
void populateVectorToXeGPUConversionPatterns(RewritePatternSet &patterns);
23
24
-/// Create a pass to convert ops from vector to XeGPU.
25
-std::unique_ptr<Pass> createConvertVectorToXeGPUPass();
26
-
27
} // namespace mlir
28
29
#endif // MLIR_CONVERSION_VECTORTOXEGPU_VECTORTOXEGPU_H
0 commit comments