We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FORWARD/BACKWARD_SCALE not equal to 1.0 should be implemented for the cuFFT backend of the DFT interface.
FORWARD/BACKWARD_SCALE
1.0
When #284 is merged, using a FORWARD/BACKWARD_SCALE != 1.0 will result in a oneapi::mkl::unimplemented exception at commit time.
FORWARD/BACKWARD_SCALE != 1.0
oneapi::mkl::unimplemented
This could be implemented by queuing another kernel to do the multiplication after the transform is complete.
The text was updated successfully, but these errors were encountered:
Intel/Codeplay currently have no plans to develop this feature
Sorry, something went wrong.
No branches or pull requests
Summary
FORWARD/BACKWARD_SCALE
not equal to1.0
should be implemented for the cuFFT backend of the DFT interface.Problem statement
When #284 is merged, using a
FORWARD/BACKWARD_SCALE != 1.0
will result in aoneapi::mkl::unimplemented
exception at commit time.Preferred solution
This could be implemented by queuing another kernel to do the multiplication after the transform is complete.
The text was updated successfully, but these errors were encountered: