Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dblock_reduce.cuh45 struct Block1D { struct
46 static __forceinline__ __device__ int Tid() { return threadIdx.x; } in Tid()
48 static __forceinline__ __device__ int Warps() { in Warps()