Open
Description
In ESIMD_EMULATOR, memory accesses towards buffer/image are serialized in memory_intrin.hpp. This design was imported from CM_EMU's genx_dataport.h
, but could not reproduce race condition under CPU emulation.
Meanwhile, there is no serialization applied to memory accesses towards SLM. This design is also imported from CM_EMU.
This design needs to be reviewed and verified.