#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/Interfaces/ViewLikeInterface.h"
#include "mlir/Dialect/AMDGPU/IR/AMDGPUDialect.h.inc"
#include "mlir/Dialect/AMDGPU/IR/AMDGPUEnums.h.inc"
#include "mlir/Dialect/AMDGPU/IR/AMDGPUAttributes.h.inc"
#include "mlir/Dialect/AMDGPU/IR/AMDGPU.h.inc"
Go to the source code of this file.
|
| ParseResult | mlir::amdgpu::parseMNKDimensionList (OpAsmParser &parser, IntegerAttr &m, IntegerAttr &n, IntegerAttr &k) |
| | Parser for the custom<MNKDimensionList> custom assembly format used by WMMAOp. More...
|
| |
| ParseResult | mlir::amdgpu::parseMNKDimensionList (OpAsmParser &parser, Operation *, IntegerAttr &m, IntegerAttr &n, IntegerAttr &k) |
| |
| void | mlir::amdgpu::printMNKDimensionList (OpAsmPrinter &printer, IntegerAttr m, IntegerAttr n, IntegerAttr k) |
| | Printer for the custom<MNKDimensionList> custom assembly format used by WMMAOp. More...
|
| |
| void | mlir::amdgpu::printMNKDimensionList (OpAsmPrinter &printer, Operation *, IntegerAttr m, IntegerAttr n, IntegerAttr k) |
| |
◆ GET_ATTRDEF_CLASSES
| #define GET_ATTRDEF_CLASSES |
◆ GET_OP_CLASSES