Skip to content

Commit

Permalink
Update debugging/kernel-logger/kp_kernel_logger.cpp
Browse files Browse the repository at this point in the history
That's twisted, but sure, why not?

Co-authored-by: Tomasetti Romin <romin.tomasetti@gmail.com>
  • Loading branch information
csiefer2 and romintomasetti authored Nov 12, 2024
1 parent 5f15867 commit 520f74f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debugging/kernel-logger/kp_kernel_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ extern "C" void kokkosp_begin_parallel_scan(const char* name,
printf(
"KokkosP: Executing parallel-scan kernel on device %s with unique "
"execution identifier %llu\n",
deviceIdToString(devID).c_str(), (unsigned long long)(output));
printf(
"KokkosP: Executing parallel-scan kernel on device %d (%s) with unique "
"execution identifier %llu\n",
devID, deviceIdToString(devID).c_str(), (unsigned long long)(output));

int level = kokkosp_print_region_stack();
kokkosp_print_region_stack_indent(level);
Expand Down

0 comments on commit 520f74f

Please sign in to comment.