| MLIR
    22.0.0git
    | 
Specifies information about the registers which compose a matrix fragment according to the PTX documentation. More...
#include "mlir/Dialect/NVGPU/Utils/MMAUtils.h"
| Public Attributes | |
| Type | registerLLVMType | 
| int64_t | elementsPerRegister | 
| int64_t | registerWidthBits | 
| int64_t | numRegistersPerFragment | 
Specifies information about the registers which compose a matrix fragment according to the PTX documentation.
Definition at line 52 of file MMAUtils.h.
| int64_t mlir::nvgpu::FragmentElementInfo::elementsPerRegister | 
Definition at line 54 of file MMAUtils.h.
Referenced by getMmaSyncVectorOperandType().
| int64_t mlir::nvgpu::FragmentElementInfo::numRegistersPerFragment | 
Definition at line 56 of file MMAUtils.h.
Referenced by getMmaSyncVectorOperandType().
| Type mlir::nvgpu::FragmentElementInfo::registerLLVMType | 
Definition at line 53 of file MMAUtils.h.
Referenced by getMmaSyncVectorOperandType().
| int64_t mlir::nvgpu::FragmentElementInfo::registerWidthBits | 
Definition at line 55 of file MMAUtils.h.