-
Dear @vincefn,
I have made significant changes to the register assignment logic of VkFFT, which should improve the generated kernel instructions usage, shared memory transfers, and occupancy, so I …
DTolm updated
3 weeks ago
-
FFT support is absent from Metal.jl right now.
A state of the art and fully feature fft library has been developed for Vulcan that has a Metal backed.
https://github.com/DTolm/VkFFT
Would i…
-
Currently when an error occures e. g. during kernel compilation, there are some error mesages printed to `stdout`. In our project, we have our own error handling and we do not want anything printed to…
-
Hi,
First let me say that I have been quite happy with the performance of deconwolf. I have tested it using sets of RNA FISH images with great results. I think it works better (and faster) than th…
-
I am an end-user needing GPU speed for my computations in Python. Until today, I have been pretty satisfied with the excellent pyOpenCL bindings and clFFT library. I recently discovered vkFFT (the nam…
-
Would adding tests with the [VkFFT](https://github.com/DTolm/VkFFT) library be considered?
-
I have a real np.array `z` of size (h, w, 2), and I want to batch two FFTs on z[...,0] and z[...,1] (innermost batch in VkFFT vocabulary ???), getting the results in a complex array of size (h, (w/2)+…
-
I believe VkFFT has a metal backend. Is there an equivalent to VkFFTCUDA.jl that could use Metal.jl?
-
Hi, I'm currently developing an Android App which needs to calculate FFTs.
Till now I used OpenCV for this.
In an attempt to speed the FFT implementation on Android devices I successfully was able…
-
Hi,
as vkFFT uses `sprintf` for generating the shader code, it is dependent on the locale that is set globally for the program. To circumvent printing e.g. commas for floating point numbers given c…