Skip to content

Commit c76fe6b

Browse files
committed
add to profiling with caliper page
1 parent 8cf1247 commit c76fe6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/sphinx/user_guide/profiling_with_caliper.rst

+11
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@
1212
Profiling with Caliper
1313
************************
1414

15+
To aid in profiling the RAJA abstraction layer has plug in support with the Caliper
16+
performance library. Caliper is developed at LLNL and freely available on GitHub `Caliper GitHub <https://github.com/LLNL/Caliper>`_ .
17+
Caliper provides a common interface for various vendor profiling tools, its own built in performance reports.
1518

19+
In this section we will demonstrate how to configure RAJA with Caliper, run simple examples with kernel performance,
20+
and finally use the Thicket library, also developed at LLNL and freely available on GitHub `Thicket GitHub <https://github.com/LLNL/Thicket>`_ .
21+
For more detailed tutorials we refer the reader to the Caliper and Thicket tutorials.
22+
23+
24+
=====================
25+
Building with Caliper
26+
=====================

0 commit comments

Comments
 (0)