Fork me on GitHub
#uncomplicate
<
2018-03-01
>
antique21:03:57

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.

antique22:03:56

@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.

blueberry22:03:35

@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...