Skip to content

L1D and L2 cache config for RTX3070 seems fishy!! #323

Answered by JRPan
sroy729 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

-gpgpu_n_mem 16
-gpgpu_n_sub_partition_per_mchannel 2

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sroy729
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