Tolmachev Dmitrii

Results 172 comments of Tolmachev Dmitrii

Hello, I have added a check for the system glslang, hope it works for your use case. Best regards, Dmitrii

Hello, Yes, it is supported. There are also multiple ways to achieve these. 1. You can use the numberBatches parameter, which is a straightforward number of consecutive systems in memory...

Hm, the VK_KHR_push_descriptor seems not to be the core extension yet and not supported on some platforms. Wouldn't one of the following solutions be better: -Recreate the descriptor set on...

I was mostly referring to this answer as to why explore alternative options: https://community.amd.com/t5/opengl-vulkan/vulkan-vk-khr-push-descriptor-extension-on-windows/td-p/509394 I have enabled push descriptors according to your recommendations. There is still a validation warning that...

Hello, Sure, this is not hard to add. I will keep the legacy functionality and just add another parameter performDTT[fftDim] that will take predefined values VKFFT_REDFTXX/VKFFT_RODFTXX like FFTW_REDFTXX/FFTW_RODFTXX in FFTW....

I have added performR2R option. It passed quick simple tests and should work (as it didn't require any new algorithms).

Hello, No, there is no other way. saveApplicationToString only saves the binaries, not the plan and this is precisely what you are looking for. Best regards, Dmitrii

Hello, saveApplicationToString saves the binaries, which you can later load with loadApplicationFromString configuration option. See pages 64-65 of the documentation. Best regards, Dmitrii

I am sorry, I don't understand. Which situations it can't adapt to? Please provide an example configuration. From what I read, this functionality is exactly what you want to do.

The internal kernel is not universal and can't be saved in advance. The thing that you call kernel is a sequence of CPU calls that create the code for a...