-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update Kokkos and Kokkos Kernels to 3.7.00 #361
Conversation
Codecov Report
@@ Coverage Diff @@
## master #361 +/- ##
==========================================
- Coverage 99.88% 99.88% -0.01%
==========================================
Files 49 49
Lines 4406 4403 -3
==========================================
- Hits 4401 4398 -3
Misses 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Quick query
Hi @mlxd, We are faster and use less memory now. 😉 |
Awesome result! Glad to see we can circumvent that allocation. |
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.
Happy to approve!
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.
Thanks @AmintorDusko! Just one question.
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.
Nice work Amintor, I didn't see any issues!
Context: Upgrade Kokkos and Kokkos Kernels to the 3.7.00 version, and improve our sparse matrix-vector product implementation.
Description of the Change:
Upgrade Kokkos and Kokkos Kernels to the 3.7.00 version
Improve our sparse matrix-vector product implementation.
Benefits: The new implementation is faster and uses less memory.
Possible Drawbacks:
Related GitHub Issues: