The Tcgen05 Fence instruction submodule.
| 319 | |
| 320 | |
| 321 | class Tcgen05FenceNamespace: |
| 322 | """The Tcgen05 Fence instruction submodule.""" |
| 323 | |
| 324 | def __init__(self): |
| 325 | self.before_thread_sync = _op_wrapper(_cuda_op.ptx_tcgen05_fence_before_thread_sync) |
| 326 | self.after_thread_sync = _op_wrapper(_cuda_op.ptx_tcgen05_fence_after_thread_sync) |
| 327 | |
| 328 | |
| 329 | class Tcgen05MmaNamespace: |
no outgoing calls
no test coverage detected
searching dependent graphs…