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
VkFFT 1.2.33, now using Rader algorithm for better performance
with many non-radix sizes.
Fix R2C tests when using numpy (scipy unavailable) [#19]
Add support for F-ordered arrays (C2C and R2C)
Allow selection of backend for non-systematic pvkfft-test
Add parameter to select the OpenCL platform in pyvkfft-test
For pyopencl, transforms will use the array's queue by default
instead of the application's (a warning will be written to
notify this change when they differ; it can be disabled using
config.WARN_OPENCL_QUEUE_MISMATCH). A queue can also be supplied
to the fft() and ifft() methods.
(from @isuruf, #17)
Fix simple fft interface import when only pycuda is used