llvm-project/mlir/include
Thomas Raoux 087aba4f0f [mlir][vector] Add pattern to distribute vector reduction to GPU shuffles
Add a pattern to do ad hoc lowering of vector.reduction to a sequence of
warp shuffles. This allow distributing reduction on a warp for GPU targets.
Also add an execution test for warp reduction.

co-authored with @springerm

Differential Revision: https://reviews.llvm.org/D127176
2022-06-14 05:49:16 +00:00
..
mlir [mlir][vector] Add pattern to distribute vector reduction to GPU shuffles 2022-06-14 05:49:16 +00:00
mlir-c [mlir][gpu] Move GPU headers into IR/ and Transforms/ 2022-06-09 22:49:03 +00:00