Skip to content

Commit

Permalink
kp_sampler_skip.cpp: apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored May 21, 2024
1 parent 69221e5 commit 4f8b237
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 @@ -200,7 +200,7 @@ void kokkosp_begin_parallel_for(const char* name, const uint32_t devID,
std::cout << "KokkosP: sample " << *kID
<< " calling child-begin function...\n";
}

if (NULL != beginForCallee) {
if (tool_globFence) {
invoke_ktools_fence(0);
Expand Down

0 comments on commit 4f8b237

Please sign in to comment.