Skip to content

intel/fs: stall before accumulator clearing

This clearing does not track any dependency because it is added after the scheduling. This seems to cause hangs on XeHP, so just stall before clearing.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Found-by: Sagar Ghuge sagar.ghuge@intel.com Fixes: a27542c5 ("intel/compiler: Clear accumulator register before EOT")

Merge request reports