Software Archive
Read-only legacy content
17061 Discussions

A question regarding memory copy

bigbearking
Beginner
575 Views
I made a mistake so it's not really a question.

Message Edited by bigbearking on 09-20-2005 12:50 PM

0 Kudos
2 Replies
Intel_C_Intel
Employee
575 Views
Could you please show the two assembly fragments that you timed?
0 Kudos
bigbearking
Beginner
575 Views
Sorry that I made a mistake.

I just double-checked my program and data. It seems that I copied my program's read phase timings to the wrong place in excel. The fact is: copy: 3.5 cycles/element, read: 1.1 cycles/element, write:3.4 cycles/element. This is explanable since some writing overhead can be hidden by write buffers.

It seems that I need to further look into why my reading phase gets 5 cycles per element but the copy program is OK.

Thank abik for the quick reponse.
0 Kudos
Reply