TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tensor Memory Bypass Cache?

2 pointsby daly12 months ago
It seems to me that there is a good speedup possible if the GPU and HBM had a &#x27;cache bypass&#x27;. That is, there are likely a large number of frequent matrix multiplies that could be computed by hardware lookup rather than an actual multiply. Such a pre-multiply cache would free up more of the actual multiply hardware, substituting the cache response for the result.<p>This &#x27;memoizing&#x27; trick is widely used in compute-intensive situations but I&#x27;m unaware of any GPU&#x2F;HBM hardware to support this.<p>Given that the multiplies are now computing 4 or 8 bit results this seems like a reasonable number of matrix multiplies could be cached.

no comments

no comments