-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-VkFFT now supports three backends - Vulkan, CUDA and HIP to cover a wider range of devices (VKFFT_BACKEND in CMakeLists). All use runtime shader/kernel generation by the means of glslang compiler/NVRTC/HIPRTC - CUDA/HIP support is in beta, some systems are not producing correct result (while Vulkan works), some extra features are not implemented yet (multiple buffer input/output, half-precision, input/output automatic type conversion, 4x register overutilization, cache shuffling, big convolutions also not tested) -QoL changes: simplified startup configuration of VkFFT - secondary parameters are default initialized to optimized values for easier use of the library (can be changed manually). Forward/inverse direction can be selected at kernel launch. Automatic temporary buffer allocation in Four-step algorithm (can be done manually) -Performance improvements: LUT reuse, improved general kernel stability and speed
- Loading branch information
Showing
3 changed files
with
5,598 additions
and
3,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.