warp.tile_stack_clear#

warp.tile_stack_clear(s: Any) None#
  • Kernel: true
  • Python: false
  • Differentiable: false

Reset a tile stack to empty.

The next push starts at slot 0. Every thread in the block must reach this call.

Parameters:

s – The tile stack, from tile_stack()

See tile_stack() for a usage example.