Skip to content

Commit

Permalink
functor-size: match signature in kp_core.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Mar 11, 2024
1 parent 5a0be63 commit 24a8d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/all/kp_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
}

Expand Down

0 comments on commit 24a8d1f

Please sign in to comment.