From 24a8d1f6fb25d0170a641cdeebf8184b4a29a4e9 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 11 Mar 2024 09:06:11 -0600 Subject: [PATCH] functor-size: match signature in kp_core.hpp --- profiling/all/kp_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/all/kp_core.hpp b/profiling/all/kp_core.hpp index 7bf6e7a76..fb1bc24b7 100644 --- a/profiling/all/kp_core.hpp +++ b/profiling/all/kp_core.hpp @@ -202,7 +202,7 @@ using Kokkos::Tools::SpaceHandle; #define EXPOSE_MARK_KERNEL_STATIC_INFO(FUNC_NAME) \ __attribute__((weak)) void kokkosp_mark_kernel_static_info( \ const uint64_t kernelID, \ - const Kokkos_Profiling_Kernel_Static_Info info) { \ + const Kokkos_Profiling_Kernel_Static_Info *info) { \ FUNC_NAME(kernelID, info); \ }