b06baae910
The ReduceRegion* patterns are matching on the same ops as the PointwiseToLinalg* patterns and on certain toolchains (MSVC) the order can be wrong. If the pointwise runs first then it converts the op *within* the reduction before the reduction one runs, leading to nested linalg op weirdness. PiperOrigin-RevId: 373848269 |
||
---|---|---|
.. | ||
mhlo | ||
CMakeLists.txt |