mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Compiler optimization on GPU #62

Closed fredRos closed 7 years ago

fredRos commented 7 years ago

-O3 not passed to nvcc, only to c++

fredRos commented 7 years ago

Turns out optimization is turned on by default for the gpu code. We now pass on the optimization flags also for the host compiler