|
MLIR 23.0.0git
|
#include "mlir/Dialect/Index/IR/IndexDialect.h"#include "mlir/Dialect/Math/IR/Math.h"#include "mlir/Dialect/MemRef/IR/MemRef.h"#include "mlir/Dialect/SCF/Transforms/Patterns.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/Dialect/XeGPU/IR/XeGPU.h"#include "mlir/Dialect/XeGPU/Transforms/Passes.h"#include "mlir/Dialect/XeGPU/Transforms/Transforms.h"#include "mlir/Dialect/XeGPU/Utils/XeGPUUtils.h"#include "mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h"#include "mlir/IR/Builders.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/BuiltinOps.h"#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/MLIRContext.h"#include "mlir/IR/Operation.h"#include "mlir/IR/Value.h"#include "mlir/IR/ValueRange.h"#include "mlir/Transforms/DialectConversion.h"#include "llvm/ADT/SetVector.h"#include "llvm/Support/LogicalResult.h"#include "llvm/Support/raw_ostream.h"#include <optional>#include "mlir/Dialect/XeGPU/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::xegpu |
Macros | |
| #define | GEN_PASS_DEF_XEGPUSGTOWIDISTRIBUTEEXPERIMENTAL |
| #define | DEBUG_TYPE "xegpu-sg-to-wi-distribute-experimental" |
| #define | DBGS() |
| #define DBGS | ( | ) |
Definition at line 42 of file XeGPUSgToWiDistributeExperimental.cpp.
| #define DEBUG_TYPE "xegpu-sg-to-wi-distribute-experimental" |
Definition at line 41 of file XeGPUSgToWiDistributeExperimental.cpp.
| #define GEN_PASS_DEF_XEGPUSGTOWIDISTRIBUTEEXPERIMENTAL |
Definition at line 34 of file XeGPUSgToWiDistributeExperimental.cpp.