diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-11-30 22:13:02 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:22 -0700 |
| commit | 00121bc4595b4cbc66d054ab09c6a9b10e25e914 (patch) | |
| tree | 6c90e584a51bb180c34a7411dc4c9d0ac3442f14 /configs/TeslaC2050 | |
| parent | bdd69b01cb7fd1d74a6e3df7c573bbd609130fa3 (diff) | |
update comments of the L2 configuration and update Tesla L2 config with 128 line size/16 way instead of 256 line size/8 ways
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14732]
Diffstat (limited to 'configs/TeslaC2050')
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index 4871378..635119b 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -56,8 +56,8 @@ #-gpgpu_cache:dl1 64:128:6,L:L:m:N,A:32:8,8 #-gpgpu_shmem_size 16384 -# 64 sets, each 256 bytes 8-way for each memory partition. This gives 786KB L2 cache --gpgpu_cache:dl2 64:256:8,L:B:m:W,A:32:4,4 +# 64 sets, each 128 bytes 16-way for each memory partition. This gives 786KB L2 cache +-gpgpu_cache:dl2 64:128:16,L:B:m:W,A:32:4,4 -gpgpu_cache:dl2_texture_only 0 -gpgpu_cache:il1 4:128:4,L:R:f:N,A:2:32,4 |
