MLIR
18.0.0git
|
Options used to control tile + fuse. More...
#include "mlir/Dialect/SCF/Transforms/TileUsingInterface.h"
Public Member Functions | |
SCFTileAndFuseOptions & | setTilingOptions (SCFTilingOptions options) |
Public Attributes | |
SCFTilingOptions | tilingOptions |
The tiling options used to control the tiling of the consumer. More... | |
Options used to control tile + fuse.
Definition at line 93 of file TileUsingInterface.h.
|
inline |
Definition at line 96 of file TileUsingInterface.h.
References options, and tilingOptions.
SCFTilingOptions mlir::scf::SCFTileAndFuseOptions::tilingOptions |
The tiling options used to control the tiling of the consumer.
Definition at line 95 of file TileUsingInterface.h.
Referenced by setTilingOptions().