allow to override default OpenCL compile options by defining CLFFT_COMPILE_OPTIONS macro
1 unresolved thread
Compare changes
+ 5
− 1
@@ -72,6 +72,10 @@
@@ -434,7 +438,7 @@ patch_kernel_source:
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).