Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp171 convertElementwiseOpToMMA(Operation *op) { in convertElementwiseOpToMMA() function
187 return convertElementwiseOpToMMA(op).has_value(); in elementwiseSupportsMMAMatrixType()
838 } else if (auto elementwiseType = convertElementwiseOpToMMA(op)) { in convertVectorToMMAOps()