Skip to content
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] Use FWD_ and BWD_STRIDE API #488

Closed
hjabird opened this issue May 14, 2024 · 0 comments · Fixed by #528
Closed

[DFT] Use FWD_ and BWD_STRIDE API #488

hjabird opened this issue May 14, 2024 · 0 comments · Fixed by #528
Assignees
Labels
API A request to add/change/fix/improve the API

Comments

@hjabird
Copy link
Contributor

hjabird commented May 14, 2024

Summary

oneMKL should support the FWD and BWD stride interface in the updated oneMKL specification

Problem statement

The updated oneMKL specification (https://spec.oneapi.io/versions/latest/elements/oneMKL/source/domains/dft/enums_and_config_params.html) deprecates INPUT_STRIDES and OUTPUT_STRIDES and replaces them with FWD_STRIDES and BWD_STRIDES. oneMKL interace library should implment this.

Preferred solution

Implement support for FWD and BWD strides, and add a deprecation warning to the old interface.

@Rbiessy Rbiessy added the API A request to add/change/fix/improve the API label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API A request to add/change/fix/improve the API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants