triton.language.program_id¶
- triton.language.program_id(axis, builder=None)¶
Returns the id of the current program instance along the given
axis
.- Parameters
axis (int) – The axis of the 3D launch grid. Has to be either 0, 1 or 2.
builder (triton.ir.builder, optional from within JIT'ed functions) – IR builder to generate code into