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

bug: (lower-csl-stencil) Zero-out accumulator for full reduction access #3520

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

n-io
Copy link
Collaborator

@n-io n-io commented Nov 26, 2024

This resulted in nans after a few iterations.

@n-io n-io added bug Something isn't working transformations Changes or adds a transformatio labels Nov 26, 2024
@n-io n-io requested review from dk949 and emmau678 November 26, 2024 12:02
@n-io n-io self-assigned this Nov 26, 2024
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.33%. Comparing base (a1865be) to head (146162b).
Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3520      +/-   ##
==========================================
+ Coverage   90.28%   90.33%   +0.04%     
==========================================
  Files         462      464       +2     
  Lines       57860    58169     +309     
  Branches     5563     5559       -4     
==========================================
+ Hits        52240    52546     +306     
- Misses       4187     4192       +5     
+ Partials     1433     1431       -2     

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

Copy link
Collaborator

@dk949 dk949 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

Copy link
Contributor

@emmau678 emmau678 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me too

@n-io n-io merged commit 158cfe1 into main Nov 26, 2024
15 checks passed
@n-io n-io deleted the nicolai/zero-out-accumulator branch November 26, 2024 14:02
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
…ss (xdslproject#3520)

This resulted in `nan`s after a few iterations.

Co-authored-by: n-io <n-io@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants