Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCUDAApplyUtils.cuh55 for (IndexType linearId = blockIdx.x; in C10_LAUNCH_BOUNDS_2() local
85 for (IndexType linearId = blockIdx.x * blockDim.x + threadIdx.x; in C10_LAUNCH_BOUNDS_2() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DIndexingUtils.cpp16 auto linearId = elements - 1; in canUse32BitIndexMath() local