MCPcopy Create free account
hub / github.com/apache/tvm / GriddepcontrolNamespace

Class GriddepcontrolNamespace

python/tvm/backend/cuda/script.py:400–405  ·  view source on GitHub ↗

PTX griddepcontrol instruction submodule (sm_90+).

Source from the content-addressed store, hash-verified

398
399
400class GriddepcontrolNamespace:
401 """PTX griddepcontrol instruction submodule (sm_90+)."""
402
403 def __init__(self):
404 self.wait = _op_wrapper(_cuda_op.ptx_griddepcontrol_wait)
405 self.launch_dependents = _op_wrapper(_cuda_op.ptx_griddepcontrol_launch_dependents)
406
407
408class CUDANamespace:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…