Registry / utility / vkfft
library1.2.31vcpkgunverified

Vulkan/CUDA/HIP/OpenCL/Level Zero Fast Fourier Transform library

vcpkg install vkfft
INSTALL
IMPORT
SIG · VKFFT
V
vkfft
utilitycppv1.2.31
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vkfft.h
#include <vkfft.h>

Minimal example initializing VkFFT.

#include <vkfft.h> #include <iostream> int main() { VkFFTConfiguration configuration = {}; VkFFTApplication app = {}; VkFFTResult res = initializeVkFFT(&app, configuration); std::cout << "VkFFT initialized: " << res << std::endl; return 0; }
Debug
Known issues
gotchaVkFFT requires a Vulkan-capable GPU and the Vulkan SDK.
fix
Install Vulkan SDK and ensure your system has a compatible GPU.
affects: *
Upgrade
Version history
1.2.31latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

vkfft — pip install vkfft · libregistry