diff options
| -rw-r--r-- | configs/GTX480/gpgpusim.config | 2 | ||||
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config index 5ab928d..4fc7a13 100644 --- a/configs/GTX480/gpgpusim.config +++ b/configs/GTX480/gpgpusim.config @@ -53,7 +53,7 @@ #-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 +# 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 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 |
