mlir-hlo/lib/Dialect/mhlo
Adrian Kuegel e6a1f5f0f9 Add MinimumBroadcastShapesOp to chlo dialect.
This op is useful for rank specialization of broadcasts. Kernel Generator
needs to generate one kernel for each rank, so if we can minimize the rank
of the broadcast shape, we can support more cases with the same number of
special-cased kernels.

PiperOrigin-RevId: 360137827
2021-03-01 02:23:52 -08:00
..
IR Add MinimumBroadcastShapesOp to chlo dialect. 2021-03-01 02:23:52 -08:00
transforms Use mlir::OpState::operator->() to get to methods of mlir::Operation. 2021-02-28 09:02:33 -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