Script.tcgen05.wait_store¶
- Script.tcgen05.wait_store()[source]¶
Wait for all pending tensor memory store operations to complete.
Must be called after
tcgen05.storebefore reading from the destination tensor memory.Notes
Thread group: Can be executed by any sized thread group.
Hardware: Requires compute capability 10.0+ (sm_100).
PTX:
tcgen05.wait::st
- Return type:
None