diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2018-08-29 20:49:55 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2018-08-29 20:49:55 -0400 |
| commit | ead72d01d7e4ec90a37589d821540f509dc2fd35 (patch) | |
| tree | 211de538d1e6bcd3742311679dfddb1b2d56dd54 | |
| parent | b013499f5f490086c7a7c5c28b04346e79ab2635 (diff) | |
increase MSHR for P100
| -rw-r--r-- | configs/4.x-cfgs/SM6_P100/gpgpusim.config | 6 | ||||
| -rw-r--r-- | configs/4.x-cfgs/SM6_P100_64SMs/gpgpusim.config | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/configs/4.x-cfgs/SM6_P100/gpgpusim.config b/configs/4.x-cfgs/SM6_P100/gpgpusim.config index a4e745d..13f0f18 100644 --- a/configs/4.x-cfgs/SM6_P100/gpgpusim.config +++ b/configs/4.x-cfgs/SM6_P100/gpgpusim.config @@ -54,9 +54,9 @@ # ** Optional parameter - Required when mshr_type==Texture Fifo # Note: Hashing set index function (H) only applies to a set size of 32 or 64. # Pascal GP100 has 64KB Shared memory --gpgpu_cache:dl1 S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 --gpgpu_cache:dl1PrefL1 S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 --gpgpu_cache:dl1PrefShared S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 +-gpgpu_cache:dl1 S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 +-gpgpu_cache:dl1PrefL1 S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 +-gpgpu_cache:dl1PrefShared S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 -gpgpu_shmem_size 65536 -gpgpu_shmem_size_PrefL1 65536 -gpgpu_shmem_size_PrefShared 65536 diff --git a/configs/4.x-cfgs/SM6_P100_64SMs/gpgpusim.config b/configs/4.x-cfgs/SM6_P100_64SMs/gpgpusim.config index edcd919..722184c 100644 --- a/configs/4.x-cfgs/SM6_P100_64SMs/gpgpusim.config +++ b/configs/4.x-cfgs/SM6_P100_64SMs/gpgpusim.config @@ -54,9 +54,9 @@ # ** Optional parameter - Required when mshr_type==Texture Fifo # Note: Hashing set index function (H) only applies to a set size of 32 or 64. # Pascal GP100 has 64KB Shared memory --gpgpu_cache:dl1 S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 --gpgpu_cache:dl1PrefL1 S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 --gpgpu_cache:dl1PrefShared S:64:128:6,L:L:f:N:H,A:256:8,16:0,32 +-gpgpu_cache:dl1 S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 +-gpgpu_cache:dl1PrefL1 S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 +-gpgpu_cache:dl1PrefShared S:64:128:6,L:L:f:N:H,A:512:8,16:0,32 -gpgpu_shmem_size 65536 -gpgpu_shmem_size_PrefL1 65536 -gpgpu_shmem_size_PrefShared 65536 |
