Registry / other / clfft
library2.12.2vcpkgunverified

OpenCL 1.2 accelerated Fast Fourier Transform library.

vcpkg install clfft
INSTALL
IMPORT
SIG · CLFFT
C
clfft
othercppv2.12.2
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.

clFFT.h
#include <clFFT.h>

Initialize and teardown clFFT library.

#include <clFFT.h> int main() { clfftSetupData setup; clfftInitSetupData(&setup); clfftSetup(&setup); clfftTeardown(); return 0; }
Debug
Known issues
gotchaRequires OpenCL 1.2 compatible drivers and devices.
fix
Ensure OpenCL runtime is installed and available.
affects: *
Upgrade
Version history
2.12.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

clfft — pip install clfft · libregistry