RAJA icon indicating copy to clipboard operation
RAJA copied to clipboard

RAJA-Caliper improvements for applications

Open artv3 opened this issue 6 months ago • 2 comments

Summary

Adds a global function to turn on/off caliper profiling when caliper is enabled. This PR will depend on: https://github.com/LLNL/RAJA/pull/1859

artv3 avatar Jun 03 '25 21:06 artv3

Consider an API that allows user to call https://github.com/LLNL/RAJA/blob/f9bf51237504dad9b625ee31a52a6604e57b8b90/include/RAJA/util/plugins.hpp#L36 and configure options

artv3 avatar Jun 18 '25 21:06 artv3

Consider moving the plugins into src/plugins -- keep as cpp files.

artv3 avatar Jun 18 '25 21:06 artv3

I think this ready for another review. Experimenting with the nvtx3 header library may need a bit more testing; I propose we follow it up in a different PR.

artv3 avatar Aug 27 '25 22:08 artv3

@adayton1 , I made another pass at the code. When you have some time could you take a look?

artv3 avatar Sep 03 '25 17:09 artv3