Hello everyone, I am currently playing with Julia and OpenCL, so far everything is good. I would like to bench: FFT in Pure Julia, the fftw wrapper, the opencl FFT deployed on GPU and CPU (so 4 benchmarks). There is already everything ready except the pure julia fft. I have found some information about it: https://github.com/JuliaLang/julia/pull/6193 but I don't know how I could use it. Do you have any ideas how I could test it ?
Also, maybe someone already made some benchmarks, especially on the opencl GPU/CPU part. So if you have any information, thank you. Jonathan.
