Modified Cache line size

86 views
Skip to first unread message

김용준

unread,
Mar 19, 2021, 5:30:45 AM3/19/21
to gem5-gpu Developers List
Hello,

Please understand my poor English skills.

In gpgpu-sim part,
I want to know how many data change in evicted cache line
compared to the data in global memory.

Then i find the "m_line->modified_size" variable in gpgpu-sim/gpu-cache.cc.
but, it's only check the change in 32byte units.
Because cache line is consists of  four 32 byte width sectors.
(SECTOR_CHUNCK_SIZE = 4; //four sectors)
(SECTOR_SIZE = 32 ; // sector is 32 bytes width)

so, i try to change the value to 8 , 16.
but, this causes many errors.

Is there a way to change this value?
or is there another way I don't know...?

Please help me to get through this confusion.
Thank you.





Reply all
Reply to author
Forward
0 new messages