-
Notifications
You must be signed in to change notification settings - Fork 110
V2025.12.1 RC changes against develop for reviewing #1982
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
Conversation
RELEASE_NOTES.md
Outdated
| * Add Kahan sum class used internally to make parallel sum reductions | ||
| more accurate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Add Kahan sum class used internally to make parallel sum reductions | |
| more accurate | |
| * Add Kahan sum class used in RAJAPerf to make parallel sum reductions | |
| more accurate, note that using fast-math (default with intel) will undo | |
| the accuracy increase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize Intel in suggested change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smithsg84 @MrBurmark I made your suggested changes. Please take a look ASAP and let me know if you are good with this. Thank you.
RELEASE_NOTES.md
Outdated
| * Add Kahan sum class used internally to make parallel sum reductions | ||
| more accurate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize Intel in suggested change.
Summary