-
Notifications
You must be signed in to change notification settings - Fork 23
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
symmetric_matrix_rank_1_update
: kokkos impl
#167
symmetric_matrix_rank_1_update
: kokkos impl
#167
Conversation
d707a71
to
9903b48
Compare
@fnrizzi has been touching a lot of this code of late, but it looks like you know that : - ) I'll wait until you two say it's ready to merge. |
@mhoemmen yes, I have a plan with @MikolajZuzek so he is doing all the *_update functions :) so you can safely review this since it does not interfere with anything i am doing! |
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.
The bug in is_int_mul_safe
is a "must change"; other comments are suggestions. Thanks!
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
@MikolajZuzek Thanks for working on this, btw! : - ) |
1c06d51
to
c209631
Compare
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 for the fixes! I'm OK merging this, but there are a couple issues remaining:
- some use of
std::complex
in aKOKKOS_LAMBDA
; not sure if OK; and - a couple spelling errors in comments.
If you're in a hurry, I'll be happy to merge this, else I'll wait for fixes. Thanks!
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Outdated
Show resolved
Hide resolved
@mhoemmen Thank you for your thorough reviews and great comments! No hurry on my part: it's better to find and fix as many things as we can, so they don't get duplicated on other PRs. |
bde2330
to
83d1742
Compare
83d1742
to
5287348
Compare
5287348
to
3628b87
Compare
...lementations/include/experimental/__p1673_bits/kokkos-kernels/blas2_matrix_rank_1_update.hpp
Show resolved
Hide resolved
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 for the contribution!
This is Kokkos implementation of
symmetric_matrix_rank_1_update
.