#include "mlir/Bytecode/BytecodeOpInterface.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Dialect/NVGPU/IR/NVGPUEnums.h.inc"
#include "mlir/Dialect/NVGPU/IR/NVGPUAttrDefs.h.inc"
#include "mlir/Dialect/NVGPU/IR/NVGPUTypes.h.inc"
#include "mlir/Dialect/NVGPU/IR/NVGPUDialect.h.inc"
#include "mlir/Dialect/NVGPU/IR/NVGPU.h.inc"
Go to the source code of this file.
|
constexpr int | kWarpSize = 32 |
|
constexpr int | kWgmmaSizeM = 64 |
| M size of wgmma.mma_async instruction. More...
|
|
constexpr unsigned | kMaxTMATensorDimension = 5 |
| Maximum TMA tile dimension (tensorRank) must be non-zero and less than or equal to the maximum supported dimensionality of 5. More...
|
|
constexpr unsigned | kMaxTMADimension = 256 |
| Maximum TMA tile size (boxDim), which specifies number of elements to be traversed along each of the kMaxTMATensorDimension (tensorRank) dimensions, must be non-zero and less than or equal to 256. More...
|
|
constexpr unsigned | kMaxTMALastdimByte = 128 |
| Last dimension of 2D+ TMA must be 128 bytes. More...
|
|
◆ GET_ATTRDEF_CLASSES
#define GET_ATTRDEF_CLASSES |
◆ GET_OP_CLASSES
◆ GET_TYPEDEF_CLASSES
#define GET_TYPEDEF_CLASSES |
◆ kMaxTMADimension
constexpr unsigned kMaxTMADimension = 256 |
|
constexpr |
Maximum TMA tile size (boxDim), which specifies number of elements to be traversed along each of the kMaxTMATensorDimension (tensorRank) dimensions, must be non-zero and less than or equal to 256.
Definition at line 36 of file NVGPUDialect.h.
◆ kMaxTMALastdimByte
constexpr unsigned kMaxTMALastdimByte = 128 |
|
constexpr |
Last dimension of 2D+ TMA must be 128 bytes.
Definition at line 38 of file NVGPUDialect.h.
◆ kMaxTMATensorDimension
constexpr unsigned kMaxTMATensorDimension = 5 |
|
constexpr |
Maximum TMA tile dimension (tensorRank) must be non-zero and less than or equal to the maximum supported dimensionality of 5.
Definition at line 32 of file NVGPUDialect.h.
◆ kWarpSize
constexpr int kWarpSize = 32 |
|
constexpr |
◆ kWgmmaSizeM
constexpr int kWgmmaSizeM = 64 |
|
constexpr |