llvm-project/mlir/include
Nicolas Vasilache 9b5a3d67b4 [mlir] Fix indexing of first offset operand in ops that implement OffsetSizeAndStrideOpInterface
OffsetSizeAndStrideOpInterface ops may have a varying number of operands before the first
offset operand. This revision adds a method that such ops much implement to properly specify
the position of the first offset operand.

Differential Revision: https://reviews.llvm.org/D93947
2020-12-30 16:44:26 +00:00
..
mlir [mlir] Fix indexing of first offset operand in ops that implement OffsetSizeAndStrideOpInterface 2020-12-30 16:44:26 +00:00
mlir-c [mlir][Python] Initial Affine Map Python Bindings. 2020-12-30 17:36:39 +08:00