You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for more than 3 FFT dimensions (defaults to 8
in pyvkfft, can be changed when installing)
Add options to manually or automatically tune the FFT performance
for the used GPUs.
Add pyvkfft-benchmark script.
The VkFFT source is now included as a git subproject
Actually use cuda_stream parameter in the pyvkfft.fft interface
Take into account current cuda device when automatically
caching VkFFTApp using the pyvkfft.fft interface(#26)
This enable using multiple GPUs in a multi-threaded approach.
The pyvkfft-test will ignore the PoCL OpenCL platform if
another is available and unless it is explicitly selected.