Tolmachev Dmitrii
Tolmachev Dmitrii
Hello, In the current state, VkFFT can be used almost as a drop-in replacement for cuFFT (see the documentation for examples). I can make a binding layer between simple cuFFT...
Hello @eyalroz, If you scroll down VkFFT main page you can find these two graphs:   They compare the performance of VkFFT to cuFFT and rocFFT. If you are...
@eyalroz There is also documentation that explains currently implemented features in VkFFT: https://github.com/DTolm/VkFFT/blob/master/documentation/VkFFT_API_guide.pdf
@eyalroz to do such a comparison of features I need to know the structure of other libraries/have their developers verify that there is no better way of implementing the needed...
Hello, Thanks for your effort, this is a start on event implementation, but your pull request won't work as of now: - There is a missing first part of the...
@zachjweiner I don't have much experience with OpenCL events, but they should be similar to what Vulkan has with synchronization when commandBuffer is created, but for kernel dispatches. You can...
Hello, It is correct that batching is done for the outermost dimension as of now (the one that has all the FFT elements between). There is a workaround for batching...
> Is the batch-innermost ordering something you plan to support in the future, and if so any idea when? More and more people ask for it, so I will add...
Hi, Sorry, I did not have much time in May and now I am in the process of reorganizing and cleaning VkFFT code base (to make such modular changes easier...
Hello, I have added the following option to the configuration, though it seems to be a CUDA 10 error, which was resolved in CUDA 11 for this particular architecture. As...