PTX griddepcontrol instruction submodule (sm_90+).
| 398 | |
| 399 | |
| 400 | class 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 | |
| 408 | class CUDANamespace: |
no outgoing calls
no test coverage detected
searching dependent graphs…