Skip to content
Snippets Groups Projects
Select Git revision
  • 8f79fa0bf0c94fcbbb13a012e5da0ea77fee22f3
  • master default protected
  • CLFFT_NO_MAD_ENABLE
  • BRP_build_fixes
  • override_cl_compile_options
  • improve_Makefile
  • HSA
  • clmathfft
  • longer_dft_support
  • current_brp_apps
  • current_fgrp_apps
11 results

build

Blame
  • build 171 B
    #! /bin/csh -f
    
    set NV = ~/NVIDIA_GPU_Computing_SDK
    
    g++ -g -o fft -I$NV/OpenCL/common/inc\
        main.cpp fft_setup.cpp fft_execute.cpp  fft_kernelstring.cpp\
        -lOpenCL