Skip to content

Commit

Permalink
kp_kernel_logger.cpp: scan typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 4, 2024
1 parent b052594 commit ce93309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugging/kernel-logger/kp_kernel_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ extern "C" void kokkosp_begin_parallel_scan(const char* name,
printf(" %s\n", name);
}

extern "C" void kokkospk_end_parallel_scan(const uint64_t kID) {
extern "C" void kokkosp_end_parallel_scan(const uint64_t kID) {
printf("KokkosP: Execution of kernel %llu is completed.\n",
(unsigned long long)(kID));
}
Expand Down

0 comments on commit ce93309

Please sign in to comment.