Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(vecs): add dot product dispatches #336

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

nstarman
Copy link
Contributor

@nstarman nstarman commented Jan 9, 2025

Closes #323
Followup is to generalize, in the style of google/tree-math

@nstarman nstarman added this to the v0.17.x milestone Jan 9, 2025
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.30%. Comparing base (dd8589e) to head (b39be77).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   98.29%   98.30%           
=======================================
  Files         133      133           
  Lines        4053     4071   +18     
=======================================
+ Hits         3984     4002   +18     
  Misses         69       69           

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

Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
@nstarman nstarman marked this pull request as ready for review January 9, 2025 02:10
@nstarman nstarman merged commit 7bbb7f3 into GalacticDynamics:main Jan 9, 2025
16 of 18 checks passed
@nstarman nstarman deleted the vecs/dot branch January 9, 2025 02:10
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.

dot product
1 participant