LLNL / RAJA

RAJA Performance Portability Layer (C++)
BSD 3-Clause "New" or "Revised" License
461 stars 103 forks source link

Function call from a kernel #1057

Open delcmo opened 3 years ago

delcmo commented 3 years ago

Hello,

I have recently started to use RAJA package to port some of the C++ subroutines to GPUs and I was wondering how to call a C++ function from a RAJA kernel. I could not find any related issues and the documentation does not seem to address this approach.

Does RAJA support call of C++ function from a kernel? If it does, could you please point me to an example or any documentation?

Thanks,

Marco