Skip to content

Commit

Permalink
kernelFilter: fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Kale committed Aug 24, 2023
1 parent 8730fa6 commit d318ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/kernel-filter/kp_kernel_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ extern "C" void kokkosp_init_library(const int loadSeq,
printf("KokkosP: Found that KOKKOS_PROFILE_LIBRARY is set and it will be used.\n");
printf("KokkosP: Note that KOKKOS_PROFILE_LIBRARY is a deprecated variable. "
"Please use KOKKOS_TOOLS_LIBS in the future.\n");
} // end check for backward compatability
} // end note for KOKKOS_PROFILE_LIBRARY
} // end check for backward compatability

char* envBuffer =
(char*)malloc(sizeof(char) * (strlen(profileLibrary) + 1));
Expand Down

0 comments on commit d318ac8

Please sign in to comment.