Getting Started
Python API
advance()
Triton MLIR Dialects
Programming Guide
Advance a block pointer
base – the block pointer to advance
offsets – the offsets to advance, a tuple by dimension
This function can also be called as a member function on tensor, as x.advance(...) instead of advance(x, ...).
tensor
x.advance(...)
advance(x, ...)