Skip to content

Commit

Permalink
kp_sampler_skip.cpp: applied clang-format-8
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Feb 16, 2024
1 parent a2b8577 commit 43bd1a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ uint32_t getDeviceID(uint32_t devid_in) {
}

void invoke_ktools_fence(uint32_t devID) {
if (tpi_funcs.fence != nullptr) {
if (tpi_funcs.fence != nullptr) {
if (tool_verbosity > 1) {
printf(
"KokkosP: Sampler attempting to invoke"
Expand All @@ -65,8 +65,7 @@ void invoke_ktools_fence(uint32_t devID) {
" tool-induced fence on device %d\n",
getDeviceID(devID));
}
}
else {
} else {
printf(
"KokkosP: FATAL: Kokkos Tools Programming Interface's tool-invoked "
"Fence is NULL!\n");
Expand Down

0 comments on commit 43bd1a2

Please sign in to comment.