llvm-project/mlir/include
Nicolas Vasilache 3f906c54a2 [mlir][Vector] Add 2-D vector contract lowering to ReduceOp
This new pattern mixes vector.transpose and direct lowering to vector.reduce.
This allows more progressive lowering than immediately going to insert/extract and
composes more nicely with other canonicalizations.
This has 2 use cases:
1. for very wide vectors the generated IR may be much smaller
2. when we have a custom lowering for transpose ops we can target it directly
rather than rely LLVM

Differential Revision: https://reviews.llvm.org/D85428
2020-08-07 06:17:48 -04:00
..
mlir [mlir][Vector] Add 2-D vector contract lowering to ReduceOp 2020-08-07 06:17:48 -04:00
mlir-c [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00