Home
last modified time | relevance | path

Searched refs:convertVectorToMMAOps (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/VectorToGPU/
H A DVectorToGPU.h29 void convertVectorToMMAOps(Operation *rootOp);
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp820 void mlir::convertVectorToMMAOps(Operation *rootOp) { in convertVectorToMMAOps() function in mlir
903 (void)convertVectorToMMAOps(getOperation()); in runOnOperation()