-
- Downloads
HSA version from Christophe Choquet
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.
Showing
- src/clFFT.cpp 664 additions, 0 deletionssrc/clFFT.cpp
- src/clFFT.h 190 additions, 0 deletionssrc/clFFT.h
- src/clFFT_131072.cl 1356 additions, 0 deletionssrc/clFFT_131072.cl
- src/clFFT_262144.cl 1404 additions, 0 deletionssrc/clFFT_262144.cl
- src/fft_internal.h 23 additions, 8 deletionssrc/fft_internal.h
Loading
Please register or sign in to comment