|
|
|
|
|
by jsheard
595 days ago
|
|
No, unified memory usually means the CPU and GPU (and miscellaneous things like the NPU) all use the same physical pool of RAM and moving data between them is essentially zero-cost. That's in contrast to the usual PC setup where the CPU has its own pool of RAM, which is unified with the iGPU if it has one, but the discrete GPU has its own independent pool of VRAM and moving data between the two pools is a relatively slow operation. An RTX4090 or H100 has memory extremely close to the processor but I don't think you would call it unified memory. |
|