-
Notifications
You must be signed in to change notification settings - Fork 21
Add support for Kokkos::complex #293
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
gliga
left a comment
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.
good but CI seems to be complaining
|
Need to merge kokkos/pykokkos-base#61 before checking this, as Nader said. |
|
@IvanGrigorik it looks like kokkos/pykokkos-base has been merged, has the CI been rerun? |
JBludau
left a comment
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.
Apart from the naming discussion, I think this is ok
This PR adds support for
Kokkos::complex<float>andKokkos::complex<double>while also providing interoperability with Python's and NumPy's complex numbers. It requires PR kokkos/pykokkos-base#61.