numaprof icon indicating copy to clipboard operation
numaprof copied to clipboard

Implement cache simulation

Open svalat opened this issue 6 years ago • 1 comments

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.

svalat avatar Mar 23 '18 10:03 svalat

Hum maybe just using a L1 cache for each thread might be OK, I will go for that path first.

svalat avatar Oct 15 '18 22:10 svalat