Script.tcgen05.store¶
- Script.tcgen05.store(tensor, src)[source]¶
Store data from registers into tensor memory.
Copies the contents of a register tensor into a 2D tensor memory tensor.
- Parameters:
tensor (TMemoryTensor) – The destination tensor memory tensor. Must be 2D.
src (RegisterTensor) – The source register tensor. Must be 2D.
- Return type:
None
Notes
Thread group: Must be executed by a warp-aligned thread group.
Hardware: Requires compute capability 10.0+ (sm_100).
PTX:
tcgen05.st.sync.aligned