lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

Offen

#84 geöffnet am 09.05.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (16 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (33 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide