riscv-software-src/riscv-perf-model

Question in fusion/fusion/HCache.cpp

Closed this issue · 2 comments

hcache.insert(make_pair(grpSize,cacheLine));

std::map<size_t,HashPairListType> hcache;

Won't different fgPairs have the same grpSize? If they are, will this line of code be wrong?

cc: @jeffnye-gh

@zxc12523 The discussion section https://github.com/riscv-software-src/riscv-perf-model/discussions is probably the best place for questions like this. Please feel free to tag appropriate people as needed.

Ok, I will move this question to discuss!