Acceleration of DFT with Apple Silicon
조회 수: 3 (최근 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!
댓글 수: 0
답변 (1개)
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
2023년 7월 13일
I can confirm that we've proved this is possible, but that's about as far as I can go.
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!