MLIR
20.0.0git
|
#include "mlir/Dialect/Linalg/Passes.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/Func/Transforms/FuncConversions.h"
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include <iterator>
#include <memory>
#include <utility>
#include "mlir/Dialect/Linalg/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DEF_LINALGDETENSORIZEPASS |
Functions | |
static Value | sourceMaterializationCallback (OpBuilder &builder, Type type, ValueRange inputs, Location loc) |
#define GEN_PASS_DEF_LINALGDETENSORIZEPASS |
Definition at line 24 of file Detensorize.cpp.
|
static |
Definition at line 31 of file Detensorize.cpp.
References mlir::OpBuilder::create(), mlir::get(), and mlir::ValueRange::getType().