Home
last modified time | relevance | path

Searched defs:BlockScan (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu283 typedef cub::BlockScan<uint32_t, BLOCK_THREADS> BlockScan; in C10_LAUNCH_BOUNDS_1() typedef
565 typedef cub::BlockScan<uint32_t, BLOCK_THREADS> BlockScan; in C10_LAUNCH_BOUNDS_1() typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscan_ops_gpu.h179 typedef gpuprim::BlockScan<T, BlockDim> BlockScan; in __launch_bounds__() typedef