Skip to content

Caliper

Vivek Kale edited this page May 24, 2024 · 2 revisions

Caliper for Performance Analysis of Kokkos Programs

Caliper provides advanced insights on performance of an application. One can find more information on Caliper at : https://software.llnl.gov/Caliper/. Caliper provides a Kokkos Tools connector to perform analysis of Kokkos programs using Caliper library calls.

Using

Caliper is included as GitHub submodule in the tpls directory of Kokkos Tools. If you have not yet cloned Kokkos Tools via git, you can obtain the submodule locally in by typing the command git clone --recurse-submodules https://github.com/kokkos/kokkos-tools. Assuming you have cloned the repo using --recurse-submodules successfully: if you want to update the submodule to the latest version, type git submodule update --init --recursive.

With this, be sure to build the Kokkos Tools connector for Caliper by following the instructions at https://github.com/LLNL/Caliper.

Clone this wiki locally