MLIR
15.0.0git
|
#include "mlir/Dialect/DLTI/Traits.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/FunctionInterfaces.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/SymbolTable.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Dialect/GPU/GPUOpsEnums.h.inc"
#include "mlir/Dialect/GPU/GPUOpsDialect.h.inc"
#include "mlir/Dialect/GPU/GPUOpInterfaces.h.inc"
#include "mlir/Dialect/GPU/GPUOpsAttributes.h.inc"
#include "mlir/Dialect/GPU/GPUOps.h.inc"
Go to the source code of this file.
Classes | |
struct | mlir::gpu::KernelDim3 |
Utility class for the GPU dialect to represent triples of Value s accessible through .x , .y , and .z similarly to CUDA notation. More... | |
class | mlir::gpu::AsyncTokenType |
struct | mlir::gpu::MMAMatrixStorageType |
MMAMatrixType storage and uniquing. More... | |
class | mlir::gpu::MMAMatrixType |
MMAMatrix represents a matrix held by a subgroup for matrix-matrix multiply accumulate operations. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::gpu | |
Macros | |
#define | GET_ATTRDEF_CLASSES |
#define | GET_OP_CLASSES |
Functions | |
void | mlir::gpu::addAsyncDependency (Operation *op, Value token) |
#define GET_ATTRDEF_CLASSES |
Definition at line 173 of file GPUDialect.h.
#define GET_OP_CLASSES |
Definition at line 176 of file GPUDialect.h.