Closed manupak closed 2 months ago
Attention: Patch coverage is 61.22449%
with 19 lines
in your changes missing coverage. Please review.
Project coverage is 77.79%. Comparing base (
bf54ae9
) to head (d4ca53a
). Report is 8 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
mlir/lib/Conversion/TosaToRock/TosaToRock.cpp | 68.29% | 3 Missing and 10 partials :warning: |
...ialect/Rock/Transforms/GridwiseGemmToBlockwise.cpp | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
... in post-PR realizations, that std::string
call for the tabs is os.indent()
and os.unindent()
, I think
Currently, there were two (wrong) assumptions: 1) elementwise ops at most have two inputs 2) preSoftmax elementwise regions have gemm input as the first
The above get violated when migraphx provides a ternary elementwise ops (such as
where
) and it also had the case where gemm input is in the middle.Therefore, this commit fixes all that. closes: https://github.com/ROCm/rocMLIR-internal/issues/1575