Why the heavy RAM usage for GPU tasks?
Message boards :
Number crunching :
Why the heavy RAM usage for GPU tasks?
Message board moderation
Author | Message |
---|---|
Send message Joined: 14 Jun 23 Posts: 85 Credit: 5,914 RAC: 0 |
|
Send message Joined: 1 Jan 13 Posts: 90 Credit: 10,365,613 RAC: 6,726 |
VRAM is VERY slow compared to CPU caches, which is why GPU apps are designed differently to make the most of the hardware. While it's possible to reduce the memory requirements, doing so would negatively impact performance. Given that all modern GPUs come with more than 2GB of VRAM, optimizing the app simply for minimal VRAM usage isn't practical.
|
Message boards :
Number crunching :
Why the heavy RAM usage for GPU tasks?