Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp800 SmallVector<Value> matrixOperands; in convertElementwiseOp() local
802 matrixOperands.push_back(valueMapping.find(operand)->second); in convertElementwiseOp()
804 op->getLoc(), matrixOperands[0].getType(), matrixOperands, opType); in convertElementwiseOp()