Log:
OpenCL MB:
- numerous changes in GPU_TWINCHIRP (in progress)
- possible fix for iGPU build on Skylake (FP_CONTRACT disable (thanks to Juha(http://setiathome.berkeley.edu/show_user.php?userid=1019453) for hint); -cl_mad_enable removed )
Let me know if you want all those previous attempts.
Lucky I kept my emails, then
)
Lucky I kept my emails, then :P
r3541:
r3540:
r3539:
Let me know if you want all those previous attempts.
And Eric gave link to new
)
And Eric gave link to new location of SETI sources.
But not so easy to find needed commit there.
So lets look on this change log.
Those times E@h used same OpenCL-based FFT library as we used. If it's still the case these changes can be implemented directly.
Seems oclFFT can be build with
option (here build call:
)
but this build flag, FP_CONTRACT, should be switched off (we disabled it through whole app, in my kernels too, not only in oclFFt)
And in oclFFT it can be added here:
#pragma OPENCL FP_CONTRACT OFF\n
That's what that log says.
EDIT: commit comment says -cl-mad-enable removed but log contains that lines as+, not as -.
Well, initially there was no this flag so perhaps worth to try w/o it.