Skip to content

Commit

Permalink
Address build bot error
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 13, 2022
1 parent 50c6568 commit 3c83cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cudev/include/opencv2/cudev/warp/shuffle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ __device__ double shfl_up(double val, uint delta, int width = warpSize)
return __hiloint2double(hi, lo);
}

__device__ __forceinline__ unsigned long long shfl_up(unsigned long long val, uint delta, int width = warpSize)
__device__ __forceinline__ uint64 shfl_up(uint64 val, uint delta, int width = warpSize)
{
return __shfl_up(val, delta, width);
}
Expand Down

0 comments on commit 3c83cfd

Please sign in to comment.