Created by: qingqing01
Fix https://github.com/PaddlePaddle/Paddle/issues/9386
There is no need to copy data to the first device. Just make the first device share data with the global scope, since they are on the same device.
Created by: qingqing01
Fix https://github.com/PaddlePaddle/Paddle/issues/9386
There is no need to copy data to the first device. Just make the first device share data with the global scope, since they are on the same device.