TensorCore 5th Generation Family Instructions Instructions
2 PTX instructions in this category - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | PTX Version | Summary |
|---|---|---|---|
| tcgen05.commit | tcgen05.commit.cta_group.completion_mechanism{.shared::cluster}{.multicast}.b64 | PTX ISA 8.6 | The instruction tcgen05.commit is an asynchronous instruction which makes the mbarrier object, specified by the address operand mbar, track the completion of all the prior asynchronous tcgen05 operations, as listed in mbarrier based completion mechanism, initiated by the executing thread. |
| tcgen05.fence | tcgen05.fence::before_thread_sync ; | PTX ISA 8.6 | The instruction tcgen05.fence::before_thread_sync orders all the prior asynchronous tcgen05 operations with respect to the subsequent tcgen05 and the execution ordering operations. |