Hacker News new | ask | show | jobs
by fulafel 3614 days ago
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.
1 comments

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'.