dev-zero / cp2k

Quantum chemistry and solid state physics software package
https://www.cp2k.org
GNU General Public License v2.0
0 stars 0 forks source link

cmake: add CUDA/HIP support #20

Open dev-zero opened 3 years ago

dev-zero commented 3 years ago

some of this can be taken from DBCSR, but may need to be revisited since CMake gained a couple of feats/bugfixes since it started over there. Also: it may be useful to use sub-CMakeLists.txt for the dirs where this applies to avoid a mess.

also include CUDA Profiling support, see DBCSR for that part