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

Explicit Taylor Sum Kernels #1044

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Conversation

davschneller
Copy link
Contributor

Currently, the some of Taylor sum kernels do very small reads and writes—which is bad. Therefore, we for now fuse them manually, until our code generation can help us here.

Note that the results will be slightly different—since we now use real everywhere during the computation.

(yes, I know that "some" and "sum" sound similar, non-intended pun :P)

Draft until performance verified everywhere.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.79%. Comparing base (c278571) to head (4983a94).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1044   +/-   ##
=======================================
  Coverage   13.79%   13.79%           
=======================================
  Files         268      268           
  Lines       15011    15011           
=======================================
  Hits         2071     2071           
  Misses      12940    12940           

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

@davschneller davschneller mentioned this pull request May 7, 2024
9 tasks
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.

None yet

2 participants