Intel® oneAPI Math Kernel Library (oneMKL) DFT component for SYCL. This package provides Discrete Fourier Transform (DFT) routines optimized for Intel GPUs and CPUs via SYCL. Version 2026.0.0 is the latest. Release cadence is quarterly.
pip install onemkl-sycl-dftNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a SYCL queue, allocate data on device via dpnp, and run a forward FFT.
Use 'from psydac.dft import DFT' instead of 'from onemkl_sycl_dft import DFT'.
Always convert NumPy arrays to dpnp arrays via dpnp.array(numpy_array) before passing to DFT.
Use 'np.dtype(np.complex64)' or 'np.complex64' (dpnp alias).