|
My Project
|
#include "mlir/Dialect/GPU/GPUDialect.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/Dialect/StandardOps/Ops.h"#include "mlir/IR/Builders.h"#include "mlir/IR/Function.h"#include "mlir/IR/FunctionImplementation.h"#include "mlir/IR/Module.h"#include "mlir/IR/OpImplementation.h"#include "mlir/IR/PatternMatch.h"#include "mlir/IR/StandardTypes.h"#include "mlir/Dialect/GPU/GPUOps.cpp.inc"
Namespaces | |
| mlir | |
| mlir::gpu | |
Macros | |
| #define | GET_OP_LIST |
| #define | GET_OP_CLASSES |
Functions | |
| LogicalResult | verify (LaunchOp op) |
| void | printLaunchOp (OpAsmPrinter &p, LaunchOp op) |
| ParseResult | parseLaunchOp (OpAsmParser &parser, OperationState &result) |
| LogicalResult | verify (LaunchFuncOp op) |
| void | printGPUFuncOp (OpAsmPrinter &p, GPUFuncOp op) |
| Prints a GPU Func op. More... | |
| #define GET_OP_CLASSES |
| #define GET_OP_LIST |
| ParseResult parseLaunchOp | ( | OpAsmParser & | parser, |
| OperationState & | result | ||
| ) |
| void printGPUFuncOp | ( | OpAsmPrinter & | p, |
| GPUFuncOp | op | ||
| ) |
Prints a GPU Func op.
| void printLaunchOp | ( | OpAsmPrinter & | p, |
| LaunchOp | op | ||
| ) |
| LogicalResult verify | ( | LaunchOp | op | ) |
| LogicalResult verify | ( | LaunchFuncOp | op | ) |
1.8.13