Skip to content

Commit

Permalink
kp_sampler_skip.cpp: remove dereference assignment for ptpi callback
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 1, 2024
1 parent 152bf84 commit 2839954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void kokkosp_provide_tool_programming_interface(
"KokkosP: Note: Number of functions in Tools Programming Interface "
"is 0!\n");
}
tpi_funcs = *funcsFromTPI;
tpi_funcs = funcsFromTPI;
}

void kokkosp_init_library(const int loadSeq, const uint64_t interfaceVer,
Expand Down

0 comments on commit 2839954

Please sign in to comment.