-
The config for L1D RTX3070 in The config for L2 in gpgpusim.config
so the L2 cache size turn out to be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
dl1: 4,128,256 = 128kB. You can play with set/assoc to see how it correlates, as long as the total size is 128kB. for dl2:
There are 16 memory controllers (or memory channels). And each controller has 2 L2 banks (sub partitions). So in total, 32 banks. |
Beta Was this translation helpful? Give feedback.
dl1: 4,128,256 = 128kB. You can play with set/assoc to see how it correlates, as long as the total size is 128kB.
for dl2:
There are 16 memory controllers (or memory channels). And each controller has 2 L2 banks (sub partitions). So in total, 32 banks.
Each bank is 128KB as you said, 128K*32 = 4MB.