Skip to content

Add missing type-erasure dispatchers for capture methods in context.hpp

12e991e
Select commit
Loading
Failed to load commit list.
Draft

Improve yolov10n Performance #4785

Add missing type-erasure dispatchers for capture methods in context.hpp
12e991e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 15, 2026 in 0s

92.33% (+0.05%) compared to da2b950

View this Pull Request on Codecov

92.33% (+0.05%) compared to da2b950

Details

Codecov Report

❌ Patch coverage is 23.18841% with 53 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/simplify_algebra.cpp 31.71% 28 Missing ⚠️
src/include/migraphx/context.hpp 0.00% 20 Missing ⚠️
src/program.cpp 28.57% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4785      +/-   ##
===========================================
+ Coverage    92.29%   92.33%   +0.05%     
===========================================
  Files          580      583       +3     
  Lines        28688    29627     +939     
===========================================
+ Hits         26475    27355     +880     
- Misses        2213     2272      +59     
Files with missing lines Coverage Δ
src/include/migraphx/program.hpp 100.00% <ø> (ø)
src/layout_convolution.cpp 95.65% <100.00%> (-0.12%) ⬇️
src/program.cpp 71.57% <28.57%> (-0.30%) ⬇️
src/include/migraphx/context.hpp 53.76% <0.00%> (-14.73%) ⬇️
src/simplify_algebra.cpp 96.35% <31.71%> (-2.12%) ⬇️

... and 35 files with indirect coverage changes

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