Skip to main content

Mojo function

lane_id_uint

lane_id_uint() -> UInt

Returns the lane ID of the current thread within its warp.

See lane_id().

Returns:

UInt: The lane ID (0 to WARP_SIZE-1) of the current thread.

Was this page helpful?