lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

Ouverte

#84 ouverte le 9 mai 2024

 (1 commentaire) (0 réaction) (0 personne assignée)C++ (16 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (33 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

It has been noted that some functions are missing the KOKKOS_FUNCTION macro, and are therefore unable to be called by the device. We need to go through and verify that all required functions have the macro.

Guide contributeur