numaprof
numaprof copied to clipboard
Implement cache simulation
Simulate cache accesses to not account cache hits. Make it optional and not enabled by default.
Should use the same parameters than LLC real cache.
Hum maybe just using a L1 cache for each thread might be OK, I will go for that path first.