Skip to content
Snippets Groups Projects
Select Git revision
  • HSA
  • master default protected
  • add-clFFT_GetSize
  • add-dylib-target
  • counting-mallocs
  • remove-CPU-constraint
  • Add-PKGBUILD
  • clmathfft
  • longer_dft_support
  • current_fgrp_apps
  • current_brp_apps
11 results

libclfft

Forked from einsteinathome / libclfft
20 commits behind, 1 commit ahead of the upstream repository.
user avatar
Bernd Machenschalk authored
compile with:
g++ -fPIC -shared -o libclFFT.so -I /opt/hsa/include clFFT.cpp fft_kernelstring.cpp  -L/opt/hsa/lib -lhsa-runtime64
For each new FFT size, uncoment line 318 of clFFT.cpp, grab the OpenCL kernel,
save it, and create a file clFFT_SIZE.cl. Compile & run.
3f976760
History
Name Last commit Last update
example
include
lib/amd
src
.gitignore
Makefile