Skip to content

allow to override default OpenCL compile options by defining CLFFT_COMPILE_OPTIONS macro

Bernd Machenschalk requested to merge override_cl_compile_options into master

In the radio pulsar search application, the one that this lib was originally developed for, we try to avoid fused multiple-add instructions, in particular when building the FFTW library. However, this library explicitly enables these ("-cl-mad-enable"). We need a way to override these (default) OpenCL compile flags externally to ensure compatibility (comparability of results).

Merge request reports