Intel® C++ Compiler 19.0 Developer Guide and Reference

Synchronization Between the CPU and the Target

This topic only applies when targeting Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Note

This topic is deprecated because it contains information related to Intel® Cilk™ Plus, which is a deprecated feature. This topic will be removed in a future release.

Memory synchronization between the CPU and the target occurs at the following predefined points:

Currently no other synchronization points exist, so any simultaneous access to the shared memory location between the predefined points is treated as a race condition, and the behavior is undefined.