blob: 0a59bc05d0aad3d6ed7174b0f22532d5116d6966 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Profiling performance relations between mmap and unified memory with host allocator
## Unified memory with host allocator
Can be realized using Address translation service for Power9 (ATS) or Heterogeneous memory management (HMM).
## Problem description
Every mmap region could add "normally" imperceptible latency to address resolution. This problem is less visible on
CPU due to xxx. However on GPU, this could contribute to visible latency.
|