-
Notifications
You must be signed in to change notification settings - Fork 117
[7.1] bulk merge #4358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.1] bulk merge #4358
Conversation
* propagate_constant ignores `unpack_fp4` instructions now * `match_find_mx_quantizable_ops` from `simplify_qdq` updated to not require non-constant scales. The scales can be literals. * transpose, reshape, and broadcast instructions propagated on scale instructions when going to `quant_dot` and `quant_conv` * `raw_data` `operator<<` updated to use `fallback_visit` to also handle non-computable types
rocmlir supports GEMM+GEMM fusion, so MIGraphX needs to support the fusion on our side. Solves #4230
This PR implements a lowering transformation that converts LRN operations into a series of pooling and arithmetic operations.
| | Default: No tuning is done for composable kernels. | ||
|
|
||
| * - | ``MIGRAPHX_REWRITE_LRN`` | ||
| | Turns on LRN-to-pooling lowering in the rewrite_pooling pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Part of me thinks rewrite_pooling should be in code text: rewrite_pooling
I would check how the passes are written in the rest of the text and keep the same formatting.
spolifroni-amd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks OK to me. I had only one small comment and it's up to you whether you want to change this.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/rocm-rel-7.1 #4358 +/- ##
=======================================================
Coverage ? 92.26%
=======================================================
Files ? 560
Lines ? 26358
Branches ? 0
=======================================================
Hits ? 24319
Misses ? 2039
Partials ? 0
🚀 New features to boost your workflow:
|
Motivation
7.1 branch cut missed important fixes
Technical Details
Changelog Category