DTolm / VkFFT

Vulkan/CUDA/HIP/OpenCL/Level Zero/Metal Fast Fourier Transform library
MIT License
1.52k stars 91 forks source link

Allow overriding sharedMemory size with input launch config #146

Closed michaelwu closed 9 months ago

michaelwu commented 9 months ago

Seems like this field should be used if it exists.

I'm using this field to test the effects of different amounts of shared memory.

DTolm commented 9 months ago

Hello,

This has already been added to the develop branch.

Thank you, Dmitrii