|
|
|
Normal heterogeneous parallel processing system consists of two or more devices with individual architectures co-operating together for faster processing. In such an environment, placement of operations across these devices is heavily influenced by the data dependencies across operations. Hence, the cross-device execution is restricted to operator-at-a-time processing where first all the data for processing are first copied to the target device and finally the execution is carried out. In this method, the execution is faster as there is no wait time for data arrival. However, in the downside, the execution cannot be moved further until the results are materialized by the device. Hence, to provide faster response time across devices, we use iterative execution model.
|