cupyx.jit.laneid#

cupyx.jit.laneid = <cupyx.jit function>#

Returns the lane ID of the calling thread, ranging in [0, jit.warpsize).

Note

Unlike numba.cuda.laneid, this is a callable function instead of a property.