lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

Open

#84 opened on May 9, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (16 forks)auto 404
good first issue

Repository metrics

Stars
 (33 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide