Mentions légales du service

Skip to content

Refactoring of `gyselalibxx` variants for CUDA

This series fixes the CUDA support for gyselalibxx and its dependencies.

Before this series, the packages that were built were not working because of different mismatch between targeted GPU architectures and CUDA version.

This series also adds a set of variants for gyselalibxx with CUDA support in order to run the software on different GPU microarchitectures. This is needed because kokkos can't be compiled to support a set of microarchitectures and must target a specific one, leading to incompatibility with different hardware.

Merge request reports