Home
last modified time | relevance | path

Searched defs:threadK (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dgeneral_reduction_impl.cu60 T threadK = init_K; in ThreadReduction() local
92 T threadK = init_K; in WarpReduction() local
145 T threadK = init_K; in Warp4Reduction() local
233 T threadK = init_K; in BlockReduction() local
Dunsorted_segment_max.cu32 T threadK = init_K; in UnsortedSegmentMax() local
Dunsorted_segment_min.cu39 T threadK = init_K; in UnsortedSegmentMin() local
Dtopk_impl.cu102 … S *shared_V, int *watermark, T *threadK, S *threadV, T *ceil_K, S *ceil_V, S *k_prime) { in TopKStep()
188 T threadK[thread_queue]; // NOLINT in TopKBlock() local
Drcwm_small_impl.cu54 T threadK[thread_queue]; // NOLINT in L2Rcwm() local
Dtopk_lib.cuh460 inline __device__ void MergeWarpQueue(T *threadK, S *threadV, T *warp_K, S *warp_V) { in MergeWarpQueue()