release_dst
-
void ckernel::release_dst()
-
- Deprecated:
-
This function is deprecated, please use
tile_regs_release()
instead. See https://github.com/tenstorrent/tt-metal/issues/5868#issuecomment-2101726935
Releases the exclusive lock on the internal DST register for the current Tensix core. This lock had to be previously acquired with acquire_dst. This call is blocking and is only available on the compute engine.
Return value: None
How the destination register will be shared and synchronized between TRISC threads will depend on the compute kernel configuration.