Acceleration of DFT with Apple Silicon

17 次查看(过去 30 天)
Hello,
I would like to know if there is an efficient way to use the Apple Silicon GPU's to calculate a DFT from Matlab and if anybody has compared the performance against the Matlab fft function.
Thank you very much!

回答(1 个)

Walter Roberson
Walter Roberson 2023-7-9
You would need to create mex code that used the Apple Metal2 interface to run the calculation on the gpu.
MATLAB does not provide any support for using the Apple Silicon GPU, and is unlikely to add that support for several years.
  6 个评论
Joss Knight
Joss Knight 2023-7-13
I can confirm that we've proved this is possible, but that's about as far as I can go.
Giorgio Taricco
Giorgio Taricco 2023-7-13
Thank you for your reply. Can you tell what is the advantage with respect to the benchmark?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by