Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp576 if (auto cooperativeMatrixType = in prepareBasicType() local
579 if (failed(processTypeImpl(loc, cooperativeMatrixType.getElementType(), in prepareBasicType()
590 getConstantOp(static_cast<uint32_t>(cooperativeMatrixType.getScope()))); in prepareBasicType()
591 operands.push_back(getConstantOp(cooperativeMatrixType.getRows())); in prepareBasicType()
592 operands.push_back(getConstantOp(cooperativeMatrixType.getColumns())); in prepareBasicType()