I was curious if Neanderthal supported FFT or not. It doesn’t seem to be in the docs but it looks like the MKL library it depends on does? I was wanting to run it on cpu and gpu.
@matt.a.renfro not yet
@blueberry Thanks, do you know if there are any workarounds or would I just need to get a FFT lib and use it with clojurecl/clojurecuda? I’m assuming you can’t call the MKL FFT through Neanderthal.
@matt.a.renfro No workarounds are needed. Neanderthal can support FFT on both CPU and GPU - I just need time to implement it. Unfortenately, time is scarce, and the work competing for that time is abundant 🙂 I accept good PR's, though...