arcaneframework / arcanefem

Small test application for FEM
Apache License 2.0
6 stars 3 forks source link

Use the right accelerator runtime for GPU tests. #123

Closed grospelliergilles closed 8 months ago

grospelliergilles commented 8 months ago

Add a CMake macro arcanefem_add_gpu_test to handle that. It uses hip or cuda runtime depending of the API used to compile Arcane.

Should fix #122