mlir-hlo/lib/Dialect/mhlo
Benjamin Kramer 3bf4277ea4 [MLIR] Add a lmhlo.reduce -> linalg.generic converter
Doesn't support tensors right now, as it's somewhat hairy to support both at
the same time. Since we use a generic lowering the result is messy
and needs a mem2reg pass to eliminate extra load/store/allocas.

PiperOrigin-RevId: 339562971
2020-10-28 16:38:19 -07:00
..
IR Add compare_type optional attribute to CompareOp in HLO dialects 2020-10-26 12:58:29 -07:00
transforms [MLIR] Add a lmhlo.reduce -> linalg.generic converter 2020-10-28 16:38:19 -07:00
CMakeLists.txt Add CMake files and lit configurations, enough for `ninja check-mlir-hlo` to pass on all the tests 2020-08-07 22:14:34 -07:00