AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Enable pointwise fusion for dynamic IR

Open shivadbhavsar opened this issue 3 months ago • 1 comments

Motivation

Technical Details

Changelog Category

    • [ ] Added: New functionality.
    • [ ] Changed: Changes to existing functionality.
    • [ ] Removed: Functionality or support that has been removed. (Compared to a previous release)
    • [ ] Optimized: Component performance that has been optimized or improved.
    • [ ] Resolved Issues: Known issues from a previous version that have been resolved.
    • [x] Not Applicable: This PR is not to be included in the changelog.

shivadbhavsar avatar Oct 13 '25 22:10 shivadbhavsar

Codecov Report

:x: Patch coverage is 80.00000% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/fuse_pointwise.cpp 72.00% 7 Missing :warning:
src/include/migraphx/matcher.hpp 85.71% 1 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4381      +/-   ##
===========================================
- Coverage    92.15%   92.13%   -0.02%     
===========================================
  Files          560      560              
  Lines        26395    26420      +25     
===========================================
+ Hits         24322    24340      +18     
- Misses        2073     2080       +7     
Files with missing lines Coverage Δ
src/include/migraphx/op/pointwise.hpp 100.00% <100.00%> (ø)
src/simplify_dyn_ops.cpp 99.39% <100.00%> (ø)
src/include/migraphx/matcher.hpp 87.24% <85.71%> (+0.19%) :arrow_up:
src/fuse_pointwise.cpp 95.48% <72.00%> (-3.04%) :arrow_down:
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Oct 14 '25 00:10 codecov[bot]