From a751fca5395c52e5bcc102d30374818739408219 Mon Sep 17 00:00:00 2001 From: amd-hsivasun Date: Thu, 31 Jul 2025 15:21:52 -0400 Subject: [PATCH] Update .gitmodules (#16) Added path for rocprofiler-systems/external/papi --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 06b1c6d20c..9f839ea327 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,7 +70,7 @@ [submodule "projects/rocprofiler-systems/external/kokkos"] path = projects/rocprofiler-systems/examples/lulesh/external/kokkos url = https://github.com/kokkos/kokkos.git -[submodule "external/papi"] +[submodule "projects/rocprofiler-systems/external/papi"] path = projects/rocprofiler-systems/external/papi url = https://github.com/icl-utk-edu/papi.git [submodule "projects/rocprofiler-systems/external/pybind11"]