diff options
| author | tgrogers <[email protected]> | 2018-03-25 16:41:51 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-25 16:41:51 -0400 |
| commit | bd2700c7a1b5be3e71ee2f0e9abab76719f2f462 (patch) | |
| tree | e564b54c566f2fe315e4e24e39455697ccef5cb0 /configs/PascalP100X | |
| parent | db4bd85339caee6a6bd470da1c5f24bc4e8cbe45 (diff) | |
Need to explicity set this or the stupid GPGPU-Sim defaults of 16k kicks in.
Diffstat (limited to 'configs/PascalP100X')
| -rw-r--r-- | configs/PascalP100X/gpgpu-sim-3.x/gpgpusim.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/PascalP100X/gpgpu-sim-3.x/gpgpusim.config b/configs/PascalP100X/gpgpu-sim-3.x/gpgpusim.config index 8afdd7f..b87d958 100644 --- a/configs/PascalP100X/gpgpu-sim-3.x/gpgpusim.config +++ b/configs/PascalP100X/gpgpu-sim-3.x/gpgpusim.config @@ -56,6 +56,8 @@ # Pascal GP100 has 48KB L1 cache -gpgpu_cache:dl1 64:128:6,L:L:m:N:H,A:128:8,16 -gpgpu_shmem_size 65536 +-gpgpu_shmem_size_PrefL1 65536 +-gpgpu_shmem_size_PrefShared 65536 -gmem_skip_L1D 0 # 64 sets, each 128 bytes 16-way for each memory sub partition (128 KB per memory sub partition). This gives 3MB L2 cache |
