Skip to content

Commit

Permalink
Update kp_sampler_skip.cpp: fix paren in invoke_ktools_fence
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Feb 15, 2024
1 parent 8c56daf commit a2b8577
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 @@ -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 Down

0 comments on commit a2b8577

Please sign in to comment.