llvm-project/mlir/test/lib
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
..
DeclarativeTransforms Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
Dialect [mlir][spirv] NFC: Move test passes to test/lib 2020-02-24 14:17:02 -05:00
IR Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
Pass Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
TestDialect [mlir][DeclarativeParser] Add support for formatting the successors of an operation. 2020-02-21 15:15:32 -08:00
Transforms [MLIR][GPU] Implement a simple greedy loop mapper. 2020-02-25 11:42:42 +01:00
CMakeLists.txt [mlir][spirv] NFC: Move test passes to test/lib 2020-02-24 14:17:02 -05:00