diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-02-25 22:17:04 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:04 -0700 |
| commit | 153c67bccf4b18957240122f57597b827f634578 (patch) | |
| tree | 9caabc41f58e0065cd46e393c28fee17f3ac9e95 /configs/Fermi | |
| parent | 76c69e28e08708319d39f79b01431e3d4f04dc8d (diff) | |
dl2 cache configuration specifies the config per memory partition not for the total amount of L2
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11519]
Diffstat (limited to 'configs/Fermi')
| -rw-r--r-- | configs/Fermi/gpgpusim.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/Fermi/gpgpusim.config b/configs/Fermi/gpgpusim.config index 1e5eea3..dbe86cc 100644 --- a/configs/Fermi/gpgpusim.config +++ b/configs/Fermi/gpgpusim.config @@ -32,8 +32,8 @@ #-gpgpu_cache:dl1 64:128:6:L:R:f,A:32:8,8 #-gpgpu_shmem_size 16384 -# 256 sets, each 512 bits 6-way, this gives 786KB L2 cache --gpgpu_cache:dl2 512:256:6:L:R:m,A:32:4,4 +# 64 sets, each 512 bits 8-way for each memory partition. This gives 786KB L2 cache +-gpgpu_cache:dl2 64:256:8:L:R:m,A:32:4,4 -gpgpu_cache:dl2_texture_only 0 -gpgpu_cache:il1 4:128:4:L:R:f,A:2:32,4 |
