Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Mar 11, 2025
1 parent c76fe6b commit 3dd7f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/user_guide/profiling_with_caliper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Profiling with Caliper
************************

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

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


Expand Down

0 comments on commit 3dd7f1d

Please sign in to comment.