MLIR
21.0.0git
|
Public Types | |
using | KeyTy = std::tuple< Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR > |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
CooperativeMatrixTypeStorage (const KeyTy &key) | |
![]() | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Static Public Member Functions | |
static CooperativeMatrixTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | elementType |
std::array< int64_t, 2 > | shape |
Scope | scope |
CooperativeMatrixUseKHR | use |
Additional Inherited Members | |
![]() | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
![]() | |
BaseStorage ()=default | |
Definition at line 196 of file SPIRVTypes.cpp.
using mlir::spirv::detail::CooperativeMatrixTypeStorage::KeyTy = std::tuple<Type, int64_t, int64_t, Scope, CooperativeMatrixUseKHR> |
Definition at line 210 of file SPIRVTypes.cpp.
|
inline |
Definition at line 223 of file SPIRVTypes.cpp.
|
inlinestatic |
Definition at line 214 of file SPIRVTypes.cpp.
References mlir::StorageUniquer::StorageAllocator::allocate().
|
inline |
Definition at line 219 of file SPIRVTypes.cpp.
Type mlir::spirv::detail::CooperativeMatrixTypeStorage::elementType |
Definition at line 228 of file SPIRVTypes.cpp.
Scope mlir::spirv::detail::CooperativeMatrixTypeStorage::scope |
Definition at line 231 of file SPIRVTypes.cpp.
std::array<int64_t, 2> mlir::spirv::detail::CooperativeMatrixTypeStorage::shape |
Definition at line 230 of file SPIRVTypes.cpp.
CooperativeMatrixUseKHR mlir::spirv::detail::CooperativeMatrixTypeStorage::use |
Definition at line 232 of file SPIRVTypes.cpp.