diff options
| author | mkhairy <[email protected]> | 2021-05-19 17:51:00 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-19 17:51:00 -0400 |
| commit | 2b2b6a2916e4ed833c707be887bf927167a71fa6 (patch) | |
| tree | 526646c9ac3f182e9fd7103255e3680f2fcc7adc /configs/tested-cfgs/SM7_QV100/gpgpusim.config | |
| parent | 0e4f12ae3fefd6bad6175014411a6587a3898ac8 (diff) | |
| parent | 1875132a20422404ea75d04fc7be58a1bbca48f3 (diff) | |
Merge pull request #15 from JRPan/adaptive-cache
Adaptive cache
Diffstat (limited to 'configs/tested-cfgs/SM7_QV100/gpgpusim.config')
| -rw-r--r-- | configs/tested-cfgs/SM7_QV100/gpgpusim.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/tested-cfgs/SM7_QV100/gpgpusim.config b/configs/tested-cfgs/SM7_QV100/gpgpusim.config index bc5677c..59c7f43 100644 --- a/configs/tested-cfgs/SM7_QV100/gpgpusim.config +++ b/configs/tested-cfgs/SM7_QV100/gpgpusim.config @@ -124,6 +124,9 @@ -gpgpu_l1_latency 20 -gpgpu_smem_latency 20 -gpgpu_flush_l1_cache 1 +-gpgpu_l1_cache_write_ratio 25 +-gpgpu_shmem_option 0,12,24,48,96 +-gpgpu_unified_l1d_size 128 # 32 sets, each 128 bytes 24-way for each memory sub partition (96 KB per memory sub partition). This gives us 6MB L2 cache -gpgpu_cache:dl2 S:32:128:24,L:B:m:L:P,A:192:4,32:0,32 @@ -201,5 +204,4 @@ # tracing functionality #-trace_enabled 1 #-trace_components WARP_SCHEDULER,SCOREBOARD -#-trace_sampling_core 0 - +#-trace_sampling_core 0
\ No newline at end of file |
