OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loopShfl
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce.hpp
251
static __device__ void
loopShfl
(Reference val, Op op, unsigned int N)
254
Unroll<I / 2, Pointer, Reference, Op>::
loopShfl
(val, op, N);
265
static __device__ void
loopShfl
(Reference, Op, unsigned int)
282
Unroll<N / 2, Pointer, Reference, Op>::
loopShfl
(val, op, N);
302
Unroll<16, Pointer, Reference, Op>::
loopShfl
(val, op, warpSize);
325
Unroll<M / 2, Pointer, Reference, Op>::
loopShfl
(val, op, M);
reduce_key_val.hpp
377
static __device__ void
loopShfl
(KR key, VR val, Cmp cmp, unsigned int N)
380
Unroll<I / 2, KP, KR, VP, VR, Cmp>::
loopShfl
(key, val, cmp, N);
391
static __device__ void
loopShfl
(KR, VR, Cmp, unsigned int)
409
Unroll<N / 2, KP, KR, VP, VR, Cmp>::
loopShfl
(key, val, cmp, N);
430
Unroll<16, KP, KR, VP, VR, Cmp>::
loopShfl
(key, val, cmp, warpSize);
462
Unroll<M / 2, KP, KR, VP, VR, Cmp>::
loopShfl
(key, val, cmp, M);
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
reduce.hpp
291
__device__ static void
loopShfl
(Reference val, Op op, uint N)
294
Unroll<I / 2, Pointer, Reference, Op>::
loopShfl
(val, op, N);
306
__device__ __forceinline__ static void
loopShfl
(Reference, Op, uint)
323
Unroll<N / 2, Pointer, Reference, Op>::
loopShfl
(val, op, N);
345
Unroll<16, Pointer, Reference, Op>::
loopShfl
(val, op, warpSize);
368
Unroll<M / 2, Pointer, Reference, Op>::
loopShfl
(val, op, M);
Completed in 778 milliseconds