ROCm / AMDMIGraphX

AMD's graph optimization engine.
https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/
MIT License
183 stars 84 forks source link

Add check for fusable ops to attention fusion #3480

Open shivadbhavsar opened 3 days ago

shivadbhavsar commented 3 days ago

Not all pointwise ops are mlir fusable, and so this check is required. Fixes #3479

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.04%. Comparing base (1cd2854) to head (d36cc95).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3480 +/- ## ======================================== Coverage 92.04% 92.04% ======================================== Files 506 506 Lines 20872 20872 ======================================== Hits 19212 19212 Misses 1660 1660 ``` | [Flag](https://app.codecov.io/gh/ROCm/AMDMIGraphX/pull/3480/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ROCm) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/ROCm/AMDMIGraphX/pull/3480/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ROCm) | `92.04% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ROCm#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.