Memory copies
Memory copies
- Memory copies are the primary source of performance problems
- Cost of non-contiguous datatypes
- Single processor memcpy is often much slower than the hardware.Measured memcpy performance:
Notes:
- Apply model to explain why short/eager/rendezvous
- Cost of non-contiguous datatypes
- Example from memcpy