lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

Aperta

#84 aperta il 9 mag 2024

 (1 commento) (0 reazioni) (0 assegnatari)C++ (16 fork)auto 404
good first issue

Metriche repository

Star
 (33 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor