Skip to main content

Mojo function

lane_id_int

lane_id_int() -> Int

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

See lane_id().

Returns:

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

Was this page helpful?