aboutsummaryrefslogtreecommitdiff
path: root/src/cache/simt_cache.c
AgeCommit message (Collapse)Author
2025-12-24implement interconnect for simt cacheHEADmasterKimplul
+ Actual cache still missing, lol + Initial performance numbers aren't too promising compared to simt_riscv64 or even simple_mesh1d, but there's a somewhat increased latency due to registering inputs and the shared req logic which can likely be improved. Will have to dig into this a bit further