Skip to content

MICRO AE.exp does not specify the llc_prefetcher_types #7

Answered by rahulbera
szuhzw asked this question in Q&A
Discussion options

You must be logged in to vote

HI @szuhzw, the llc_prefetcher_types is a knob of type vector of strings (src/knobs.cc:22). If you have have not specify llc_prefetcher_types knob, the vector will be of size 0, in which case the code inside the for loop at prefetcher/multi.llc_pref:26 will not even execute. Hence, there won't be any log saying "unsupported prefetcher types". The log will be printed if and only if you have passed an invalid prefetcher name with llc_prefetcher_types knob.

Closing the issue for now. If needed, we can reopen.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@szuhzw
Comment options

Answer selected by rahulbera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4 on December 30, 2023 06:22.