#include "mlir/Dialect/XeGPU/Transforms/Passes.h"
#include "mlir/Dialect/Utils/IndexingUtils.h"
#include "mlir/Dialect/XeGPU/IR/XeGPU.h"
#include "mlir/Dialect/XeGPU/Transforms/Transforms.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Debug.h"
#include <numeric>
#include "mlir/Dialect/XeGPU/Transforms/Passes.h.inc"
Go to the source code of this file.
◆ DBGS
#define DBGS |
( |
| ) |
(llvm::dbgs() << "[" DEBUG_TYPE "]: ") |
◆ DEBUG_TYPE
#define DEBUG_TYPE "xegpu-unroll" |
◆ GEN_PASS_DEF_XEGPUUNROLL
#define GEN_PASS_DEF_XEGPUUNROLL |
◆ LDBG
#define LDBG |
( |
|
X | ) |
LLVM_DEBUG(DBGS() << X << "\n") |