Skip to content

Commit

Permalink
applied clang format to kp_sampler_skip
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Oct 12, 2023
1 parent bc2c87d commit 1f0adb4
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 @@ -33,7 +33,7 @@ static endFunction endReduceCallee = NULL;

void kokkosp_request_tool_settings(const uint32_t,
Kokkos_Tools_ToolSettings* settings) {
settings->requires_global_fencing = false;
settings->requires_global_fencing = false;
}

// set of functions from Kokkos ToolProgrammingInterface (includes fence)
Expand Down

0 comments on commit 1f0adb4

Please sign in to comment.