MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / _continue

Function _continue

python/cuda_tile/dialects/cuda_tile_ops.py:4890–4891  ·  view source on GitHub ↗
(operands_, *, loc=None, ip=None)

Source from the content-addressed store, hash-verified

4888
4889@cuda_tile_op
4890def _continue(operands_, *, loc=None, ip=None) -> Tile:
4891 return _cuda_tile.ContinueOp(operands_=operands_, loc=loc, ip=ip)
4892
4893
4894@cuda_tile_op

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected