Skip to content

feat: add transposeMultiply (thisᵀ · other) without materializing the transpose - #211

Merged
lpatiny merged 3 commits into
mainfrom
feat/transpose-multiply
Jul 13, 2026
Merged

feat: add transposeMultiply (thisᵀ · other) without materializing the transpose#211
lpatiny merged 3 commits into
mainfrom
feat/transpose-multiply

perf: accumulate transposeMultiply in place, avoiding a scratch buffer

1a7068d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 13, 2026 in 1s

68.58% (-0.58%) compared to 071d688

View this Pull Request on Codecov

68.58% (-0.58%) compared to 071d688

Details

Codecov Report

❌ Patch coverage is 31.81818% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.58%. Comparing base (071d688) to head (1a7068d).

Files with missing lines Patch % Lines
benchmark/transposeMultiply.js 0.00% 59 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
- Coverage   69.15%   68.58%   -0.58%     
==========================================
  Files          48       49       +1     
  Lines        5761     5847      +86     
  Branches     1031     1042      +11     
==========================================
+ Hits         3984     4010      +26     
- Misses       1765     1824      +59     
- Partials       12       13       +1     

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.