Skip to content

Commit 3c83cfd

Browse files
author
Your Name
committed
Address build bot error
1 parent 50c6568 commit 3c83cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cudev/include/opencv2/cudev/warp/shuffle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ __device__ double shfl_up(double val, uint delta, int width = warpSize)
213213
return __hiloint2double(hi, lo);
214214
}
215215

216-
__device__ __forceinline__ unsigned long long shfl_up(unsigned long long val, uint delta, int width = warpSize)
216+
__device__ __forceinline__ uint64 shfl_up(uint64 val, uint delta, int width = warpSize)
217217
{
218218
return __shfl_up(val, delta, width);
219219
}

0 commit comments

Comments
 (0)