MLIR-AIE
|
#include "aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.h"
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Bufferization/IR/Bufferization.h"
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/Linalg/Utils/Utils.h"
#include "mlir/Dialect/Transform/IR/TransformTypes.h"
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
#include "mlir/Dialect/Transform/Utils/Utils.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/TypeSwitch.h"
#include "aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.cpp.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "aievec-transforms" |
#define | GET_OP_CLASSES |
#define DEBUG_TYPE "aievec-transforms" |
Definition at line 27 of file AIEVecTransformOps.cpp.
#define GET_OP_CLASSES |
Definition at line 291 of file AIEVecTransformOps.cpp.