Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao committed Jun 7, 2023
1 parent 4c78039 commit 88786af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gpu-patch/include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ __device__ __forceinline__ uint32_t ballot(int32_t predicate, uint32_t mask = 0x
#else
ret = __ballot(predicate);
#endif
#else
ret = __ballot(predicate);
#endif
return ret;
}
Expand Down

0 comments on commit 88786af

Please sign in to comment.