-
Notifications
You must be signed in to change notification settings - Fork 110
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
[DFT] Constrain data_type in compute_*ward real-real inplace #544
Conversation
* The compute_*ward real-real implace overload can be selected when the user intends to use the complex-complex out-of-place overload. * This suggestion stops this from happening when the user uses non-float arguments that are presumably intended for the complex-complex overload.
@lhuot If you're happy with this, can you approve it? |
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.
LGTM, thanks!
@lhuot @rscohn2 @Rbiessy I think this spec change is minor enough that we can merge it without presenting it to the Math SIG. Outside of this PR, it has also been discussed in oneapi-src/oneMKL#503. |
Yes that sounds reasonable to me too. (fyi I can't merge) |
@rscohn2 are you happy to merge this? |
We're still looking for someone to merge this. @rscohn2, @mmeterel, @andrewtbarker it looks like you have merge powers? |
Maybe @spencerpatty too? |
We can give more people merge rights. It is up to the owners of the mkl spec. |
For a complete description of the issue, see oneapi-src/oneMKL#499, and also PR with this change to the spec adopted at oneapi-src/oneMKL#503.