Hacker News new | ask | show | jobs
by yvdriess 3614 days ago
Nope. First, it's not L3 cache and secondly comparing 3D-stacked in-package memory (MCDRAM, HBM, HBM2) with your examples is misleading. https://en.wikipedia.org/wiki/High_Bandwidth_Memory
1 comments

You can configure the near memory to be used as cache or directly addressed memory as desired. Users of existing codes will configure it as cache.
Direct addressing is the preferred configuration. Only if your existing code's working set does not fit in MCDRAM does the cache configuration make sense.

It might sound pedantic on my part, but 'it can act as cache' is very different in practice from 'It is a cache'.