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

cmake now supports CUDA natively #157

Open mtazzari opened 5 years ago

mtazzari commented 5 years ago

There is no need to use find_packages() for CUDA anymore, since CUDA is now supported natively since cmake v3.8 https://cmake.org/cmake/help/latest/module/FindCUDA.html

fredRos commented 5 years ago

Relates to #158

fredRos commented 5 years ago

Checking the docs mentioned above, it seems cuda is supported natively since cmake 3.10 (first occurence of the deprecation warning)