warp.bvh_query_next_tiled#

warp.bvh_query_next_tiled(
query: BvhQueryTiled,
) Tile[int32, tuple[int]]#
  • Kernel: true
  • Python: false
  • Differentiable: false

Advance a thread-block parallel BVH query and return the next batch of results as a tile.

Alias for tile_bvh_query_next(); see that function for usage details and an example.

Parameters:

query – A thread-block BVH query.

Returns:

A register tile with one result index per thread. Test each index for >= 0.

Deprecated since version 1.18: Use tile_bvh_query_next() instead.