How to call oneMKL’s DFT in sycl kernel (Intel GPU)(in Windows)
I can currently in the CPU(host) use oneMKL’s DFT function to implement data calculations. But now I want to implement oneMKL’s DFT operation in the device GPU. I tried many things but failed.So I came here hoping to get help, thank you!Btw,I use Intel oneAPI’s DPC++ language.