Skip to content

Switch GPU MKL DFT to FWD_STRIDES and BWD_STRIDES

Mark Abraham requested to merge mkl_avoidDeprecatedApiUsage into main

The INPUT_STRIDES and OUTPUT_STRIDES configuration parameters were deprecated in oneAPI 2024.1 for the oneMKL SYCL DFT APIs, see https://www.intel.com/content/www/us/en/developer/articles/release-notes/onemkl-release-notes.html They are replaced by the newly introduced FWD_STRIDES and BWD_STRIDES

For oneAPI 2024.0, we still use the old API, because the newer API is not yet available, but for newer oneAPI we use the new API.

Merge request reports