Skip to content

Merge branch 'sym_dot_shapes' into sym_broadcasts

33d9d13
Select commit
Loading
Failed to load commit list.
Open

[AIMIGRAPHX-839] support symbolic shapes for broadcast ops #4819

Merge branch 'sym_dot_shapes' into sym_broadcasts
33d9d13
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 1, 2026 in 1s

92.80% (-0.00%) compared to 07e127d, passed because coverage increased by 0% when compared to adjusted base (92.79%)

View this Pull Request on Codecov

92.80% (-0.00%) compared to 07e127d, passed because coverage increased by 0% when compared to adjusted base (92.79%)

Details

Codecov Report

❌ Patch coverage is 96.49123% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/include/migraphx/op/broadcast.hpp 96.23% 2 Missing ⚠️
src/include/migraphx/op/binary.hpp 80.00% 1 Missing ⚠️
src/include/migraphx/op/multibroadcast.hpp 95.00% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           sym_dot_shapes    #4819      +/-   ##
==================================================
- Coverage           92.80%   92.80%   -0.00%     
==================================================
  Files                 584      584              
  Lines               30146    30169      +23     
==================================================
+ Hits                27976    27996      +20     
- Misses               2170     2173       +3     
Files with missing lines Coverage Δ
src/common.cpp 97.46% <100.00%> (+0.14%) ⬆️
src/include/migraphx/matcher.hpp 87.57% <100.00%> (+0.04%) ⬆️
src/simplify_dyn_ops.cpp 99.40% <100.00%> (+0.03%) ⬆️
src/include/migraphx/op/binary.hpp 93.94% <80.00%> (-2.61%) ⬇️
src/include/migraphx/op/multibroadcast.hpp 97.50% <95.00%> (-2.50%) ⬇️
src/include/migraphx/op/broadcast.hpp 96.67% <96.23%> (-0.89%) ⬇️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.