llvm/mlir/lib/Interfaces
MaheshRavishankar ba72cfe734 [mlir] Add an interface to allow operations to specify how they can be tiled.
An interface to allow for tiling of operations is introduced. The
tiling of the linalg.pad_tensor operation is modified to use this
interface.

Differential Revision: https://reviews.llvm.org/D108611
2021-08-30 16:31:18 -07:00
..
CallInterfaces.cpp
CastInterfaces.cpp
CMakeLists.txt [mlir] Add an interface to allow operations to specify how they can be tiled. 2021-08-30 16:31:18 -07:00
ControlFlowInterfaces.cpp [mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTrait<ReturnLike>. 2021-07-26 06:39:31 +02:00
CopyOpInterface.cpp
DataLayoutInterfaces.cpp [mlir] Change ABI breaking use of NDEBUG to LLVM_ENABLE_ABI_BREAKING_CHECKS 2021-08-01 14:01:36 +02:00
DerivedAttributeOpInterface.cpp
InferTypeOpInterface.cpp [mlir] Enable specifying querying function in ValueShapeRange 2021-08-10 11:44:20 -07:00
LoopLikeInterface.cpp
SideEffectInterfaces.cpp
TilingInterface.cpp [mlir] Add an interface to allow operations to specify how they can be tiled. 2021-08-30 16:31:18 -07:00
VectorInterfaces.cpp [mlir] Unrolled progressive-vector-to-scf. 2021-05-13 13:08:48 +09:00
ViewLikeInterface.cpp [mlir][Linalg] Add comprehensive bufferization support for subtensor (5/n) 2021-05-27 12:48:08 +00:00