Hacker News new | ask | show | jobs
by Retr0id 890 days ago
This is certainly the pragmatic approach to GPU memory in 2024, but I don't think it's a fool's errand. It's a solved problem on the CPU side of things, and I don't see any reason why we can't solve it in the GPU domain too.

Notably:

> NVIDIA: confirmed that their devices are not currently impacted

> ARM: also confirmed that their devices are not currently impacted.

3 comments

> It's a solved problem on the CPU side of things

Is it? gestures at pile of cpu bugs

The reason why arm is not affected is that their "local" memory is non existent and they just spill everything to cache.
TIL that ARM has GPUs