mlir-hlo/lib
Benjamin Kramer 59fa7c0ef7 [MHLO:linalg] Lower all dynamic broadcasts of static shapes to linalg.generic
We only need the memref_reinterpret_cast if we don't know whether a dimension
gets expanded or not. With static shapes we know that a dimension can only be
expanded if it's a static 1, so lower it in the same way we lower fully
static broadcasts.

PiperOrigin-RevId: 363859181
2021-03-19 03:52:02 -07:00
..
Dialect [MHLO:linalg] Lower all dynamic broadcasts of static shapes to linalg.generic 2021-03-19 03:52:02 -07:00
utils [XLA/GPU] Add XLA HLO -> LMHLO conversion to several ops, and implement them in XLA/GPU. 2021-01-21 19:57:54 -08: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