Skip to content

2023.1

Compare
Choose a tag to compare
@vincefn vincefn released this 19 Jan 14:05
· 99 commits to master since this release
  • 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
  • Add cuda_driver_version, cuda_compile_version, cuda_runtime_version
    functions.
  • Add simpler interface to run benchmarks, using separate processes.
  • add pyvkfft-test-suite for long tests (up to 30 hours) for validation
    before new releases.