llvm-project/mlir/lib/Dialect/GPU
thomasraoux 8a992b20db [mlir][gpu] Add basic support to do elementwise ops on mma matrix type
In order to support fusion with mma matrix type we need to be able to
execute elementwise operations on them. This add an op to be able to
support some basic elementwise operations. This is a is not a full
solution as it only supports a limited scope or operations. Ideally we would
want to be able to fuse with more kind of operations.

Differential Revision: https://reviews.llvm.org/D112857
2021-11-01 11:51:19 -07:00
..
IR [mlir][gpu] Add basic support to do elementwise ops on mma matrix type 2021-11-01 11:51:19 -07:00
Transforms [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
CMakeLists.txt [mlir][gpu] Add basic support to do elementwise ops on mma matrix type 2021-11-01 11:51:19 -07:00