llvm-project/mlir/test/Dialect/GPU
Stephan Herhut 7a7eacc797 [MLIR][GPU] Implement a simple greedy loop mapper.
Summary:
The mapper assigns annotations to loop.parallel operations that
are compatible with the loop to gpu mapping pass. The outermost
loop uses the grid dimensions, followed by block dimensions. All
remaining loops are mapped to sequential loops.

Differential Revision: https://reviews.llvm.org/D74963
2020-02-25 11:42:42 +01:00
..
all-reduce.mlir [mlir] Add in-dialect lowering of gpu.all_reduce. 2020-01-20 13:43:43 +01:00
invalid.mlir [mlir] use unpacked memref descriptors at function boundaries 2020-02-10 15:03:43 +01:00
mapping.mlir [MLIR][GPU] Implement a simple greedy loop mapper. 2020-02-25 11:42:42 +01:00
ops.mlir [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00
outlining.mlir [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00
promotion.mlir [mlir][GPU] introduce utilities for promotion to workgroup memory 2020-01-09 10:06:00 +01:00