9#ifndef MLIR_DIALECT_LINALG_TRANSFORMOPS_LINALGTRANSFORMOPS_H
10#define MLIR_DIALECT_LINALG_TRANSFORMOPS_LINALGTRANSFORMOPS_H
34struct SCFTilingResult;
57DiagnosedSilenceableFailure
59 TransformOpInterface transformOp, Operation *
target,
60 ArrayRef<OpFoldResult> mixedNumThreads,
61 ArrayRef<OpFoldResult> mixedTileSizes,
62 std::optional<ArrayAttr> mapping,
63 scf::SCFTilingResult &tilingResult);
72#include "mlir/Dialect/Linalg/TransformOps/LinalgTransformOpsEnums.h.inc"
75#include "mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h.inc"
This class coordinates the application of a rewrite on a set of IR, providing a way for clients to tr...
Include the generated interface declarations.