lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

Aberta

#84 aberto em 9 de mai. de 2024

 (1 comentário) (0 reação) (0 responsável)C++ (16 forks)auto 404
good first issue

Métricas do repositório

Stars
 (33 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador