Skip to content

intel/fs: make sure memory writes have landed for thread dispatch

The thread dispatch SEND instructions will dispatch new threads immediately even before the caller of the SEND instruction has reached EOT. So we really need to make sure all the memory writes are visible to other threads within the DSS before the SEND.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports