FFT support?

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
wcork
Posts: 1
Joined: Sat Sep 12, 2015 5:13 am

FFT support?

Post by wcork » Sat Sep 12, 2015 5:19 am

I've been tinkering with MAGMA for a little bit. So far, very excited about the workflow and API. Extremely easy to use. However, I was sad to see that no FFT methods are provided. Have I missed it?

Thanks

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: FFT support?

Post by mgates3 » Mon Sep 14, 2015 7:57 am

MAGMA doesn't have FFT. It is provided by NVIDIA's cuFFT library, AMD's clMath library, and Intel's MKL.

https://developer.nvidia.com/cuFFT
https://github.com/clMathLibraries
https://software.intel.com/en-us/node/528430

-mark

Post Reply