Closed ConvolutedDog closed 10 months ago
Yes you are correct about the names. These are mainly for bookkeeping. And also in L2 these are used to determine the states of the access. For more about allocation policies, you can read Section III in https://arxiv.org/pdf/1810.07269.pdf. I would recommend reading the entire paper.
Thanks, Junrui
Hi, sorry to bother you.
I recently ran into some problems with memory access when reading the source code MEM_ACCESS_TYPE_TUP_DEF:
I would like to kown what exactly these four types of memory access mean, are they "L1 write back access", "L2 write back access", "L1 write acclocation read", and "L2 write back allocation read"?
And I would like to kown under what circumstances they are used, or whether there are related papers or blogs or books that can help me understand this.