lanl/MATAR

KOKKOS_FUNCTION macro on all functions called from device

开放

#84 创建于 2024年5月9日

 (1 条评论) (0 个反应) (0 位负责人)C++ (16 个派生)auto 404
good first issue

仓库指标

星标
 (33 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南