Home
last modified time | relevance | path

Searched defs:items_per_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu627 …int64_t items_per_thread = at::ceil_div((int64_t)(slice_size * num_slices), (int64_t)(mpc * blocks… in get_items_per_thread() local
659 int items_per_thread = get_items_per_thread(numInputSlices, inputSliceSize); in launch() local
H A DSortUtils.cuh110 constexpr int items_per_thread = 2; in C10_LAUNCH_BOUNDS_1() local
H A DSort.cu59 constexpr int items_per_thread = 2; in sort() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscan_ops_gpu.h243 const int items_per_thread = 4; in LaunchScan() local