Home
last modified time | relevance | path

Searched refs:getLinearBlockId (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/cuda/
DSortUtils.cuh99 const IndexType blockIndex = getLinearBlockId<IndexType>(); in C10_LAUNCH_BOUNDS_1()
176 const IndexType blockIndex = getLinearBlockId<IndexType>(); in C10_LAUNCH_BOUNDS_1()
261 const IndexType linearIndex = getLinearBlockId<IndexType>();
DSorting.cu36 index_t slice = getLinearBlockId<index_t>(); in gatherKthValue()
104 index_t slice = getLinearBlockId<index_t>(); in gatherMedian()
DSortingCommon.cuh62 __device__ __forceinline__ index_t getLinearBlockId() { in getLinearBlockId() function
DTensorTopK.cu61 IndexType slice = getLinearBlockId<IndexType>(); in gatherTopK()
271 uint32_t block_idx = getLinearBlockId<uint32_t>(); in C10_LAUNCH_BOUNDS_1()
412 uint32_t block_idx = getLinearBlockId<uint32_t>(); in C10_LAUNCH_BOUNDS_1()
520 uint32_t block_idx = getLinearBlockId<uint32_t>(); in C10_LAUNCH_BOUNDS_1()
DTensorModeKernel.cuh213 unsigned int blockId = getLinearBlockId<unsigned int>(); in compute_mode()