Make DFT set_value/get_value interface type-safe #614
Labels
feature
A request to add a new feature
help wanted
Tasks, issues or features that could be implemented and contributed to the project
Summary
Make DFT set_value/get_value interface type-safe
Problem statement
In the Intel(R) oneAPI Math Kernel Library 2025.0, the variadic set_value/get_value interface has been deprecated.
Meanwhile, some set_value/get_value with fixed type are introduced.
https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2025-0/configuration-setting-member-functions.html
https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2025-0/configuration-querying-member-functions.html
I hope this library can also provide the same interface.
The text was updated successfully, but these errors were encountered: