9#ifndef MLIR_DIALECT_LINALG_TRANSFORMOPS_LINALGTRANSFORMOPS_H
10#define MLIR_DIALECT_LINALG_TRANSFORMOPS_LINALGTRANSFORMOPS_H
29struct ForallTilingResult;
35struct SCFTilingResult;
58DiagnosedSilenceableFailure
60 TransformOpInterface transformOp, Operation *
target,
61 ArrayRef<OpFoldResult> mixedNumThreads,
62 ArrayRef<OpFoldResult> mixedTileSizes,
63 std::optional<ArrayAttr> mapping,
64 scf::SCFTilingResult &tilingResult);
73#include "mlir/Dialect/Linalg/TransformOps/LinalgTransformOpsEnums.h.inc"
76#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.