Visible to Intel only — GUID: GUID-E9A93B24-637E-42AC-9F05-04C49CF4DB3E
Visible to Intel only — GUID: GUID-E9A93B24-637E-42AC-9F05-04C49CF4DB3E
Dynamic Scheduling
The Intel® oneAPI DPC++/C++ Compiler generates pipelined datapath that is dynamically scheduled. A dynamically scheduled portion of the datapath does not pass data to its successor until its successor signals that it is ready to receive it. This signaling is accomplished using handshaking control logic. For example, a variable latency load from memory may refuse to accept its predecessors' data until the load is complete.
Handshaking helps in removing bubbles in the pipeline, thereby increasing occupancy. For more information about bubbles, refer to Occupancy.
The following figure illustrates four regions of dynamically scheduled logic: