Tolmachev Dmitrii
Tolmachev Dmitrii
@lpetrov00 There is something wrong with the driver and hip installation, maybe it is best to ask about this on ROCm repo. Still, as I understand, if the Vulkan version...
Hello, I am currently writing documentation for VkFFT, so I will copy the part about this issue here: One of the main use cases of strides comes to solve the...
Hello, Thanks for pointing out that locale can be an issue with thread safety. The use of sprintf comes that originally VkFFT was a collection of pre-written glsl shaders that...
Hello, I have added the disableSetLocale option to the configuration. It removes VkFFT attempts to set locale - if enabled, it should be done by user. Also, oldLocale is now...
Hello, It sounds great that the code works on Android. As for the precision, some of the devices (namely - Intel iGPUs) have really bad precision on their hardware special...
So far there is no callback functionality in VkFFT yet (I need to think on how it can be done for all backends first). As for the cross-correlation, I can...
I have added support for cross-correlation and normalized cross-power spectrum calculation (it normalizes kernel multiplication in the frequency domain). So, it works in a way that it merges steps from...
@Talsoake can you please attach the configuration you used and the generated kernels (if you use keepShaderCode parameter, VkFFT will print them) @Goose-Bomb Sure, I will add this to documentation,...
@Talsoake While this workaround works, the original issue still remains. I have fixed it in the next version (and also reworked the way dispatching of batched kernels is done, which...
The code should not be the same as before, as I have changed how numberBatches works at its core. Your configuration also works on my machine. Can you send me...