Open artv3 opened 3 years ago
A proof of concept has been developed here https://github.com/LLNL/RAJA/pull/1020
Through discussion we feel the CARE NVTX plugin could also be a good solution. https://github.com/LLNL/CARE/blob/develop/src/care/RAJAPlugin.cpp#L80-L97
Perhaps the CARE plugin variant can be pulled into RAJA? Only requirements for making it it work in Forall,Kernel would be to pass in a const char *.
const char *
tag @adayton1 .
A proof of concept has been developed here https://github.com/LLNL/RAJA/pull/1020
Through discussion we feel the CARE NVTX plugin could also be a good solution. https://github.com/LLNL/CARE/blob/develop/src/care/RAJAPlugin.cpp#L80-L97
Perhaps the CARE plugin variant can be pulled into RAJA? Only requirements for making it it work in Forall,Kernel would be to pass in a
const char *
.