cupyx.jit.threadIdx

cupyx.jit.threadIdx = <cupyx.jit._interface._Dim3 object>

dim3 threadIdx

A namedtuple of three integers represents threadIdx.

Variables
  • x (uint32) – threadIdx.x

  • y (uint32) – threadIdx.y

  • z (uint32) – threadIdx.z