The Tcgen05 Wait instruction submodule.
| 354 | |
| 355 | |
| 356 | class Tcgen05WaitNamespace: |
| 357 | """The Tcgen05 Wait instruction submodule.""" |
| 358 | |
| 359 | def __init__(self): |
| 360 | self.ld = _op_wrapper(_cuda_op.ptx_tcgen05_wait_ld) |
| 361 | self.st = _op_wrapper(_cuda_op.ptx_tcgen05_wait_st) |
| 362 | |
| 363 | |
| 364 | class BarNamespace: |
no outgoing calls
no test coverage detected
searching dependent graphs…