Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dlayer_norm_kernel.cu829 const int thr_load_col_off, in cuLoadWriteStridedInputs()
872 const int thr_load_col_off, in cuLoadAddStridedInputs()
919 const int thr_load_col_off = (threadIdx.x*blockDim.y)&(blockDim.x-1); in cuComputePartGradGammaBeta() local