Skip to content

fix: support Cache in sparsity detection with SparseConnectivityTracer#739

Merged
gdalle merged 2 commits intomainfrom
gd/sct_cache
Mar 13, 2025
Merged

fix: support Cache in sparsity detection with SparseConnectivityTracer#739
gdalle merged 2 commits intomainfrom
gd/sct_cache

Conversation

@gdalle
Copy link
Member

@gdalle gdalle commented Mar 13, 2025

Fixes #737

  • Add an extra layer to Jacobian and Hessian sparsity detection, which can be overloaded for specific sparsity detectors in order to translate caches

@codecov
Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.92%. Comparing base (d29659e) to head (c194ec5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #739       +/-   ##
===========================================
+ Coverage   80.30%   97.92%   +17.62%     
===========================================
  Files         119      124        +5     
  Lines        6392     6470       +78     
===========================================
+ Hits         5133     6336     +1203     
+ Misses       1259      134     -1125     
Flag Coverage Δ
DI 98.93% <100.00%> (+25.87%) ⬆️
DIT 95.74% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@gdalle gdalle merged commit 864f215 into main Mar 13, 2025
50 checks passed
@gdalle gdalle deleted the gd/sct_cache branch March 13, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TracerSparsityDetector + in-place RHS cache fails

1 participant