Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • improve_Makefile
  • HSA
  • clmathfft
  • longer_dft_support
  • current_fgrp_apps
  • current_brp_apps
7 results

libclfft

  • Clone with SSH
  • Clone with HTTPS
  • Forked from einsteinathome / libclfft
    Source project has a limited visibility.
    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