process control question

Hi,
If I only have one thread and one single process(point by point add)
Is there any performance difference btw the following 2 process control?

SyncCopy from host to device
Do point by point process
SyncCopy form device to host
2.
ASyncCopy from host to device
Do point by point process
ASyncCopy form device to host