diff options
| author | WilliamMTK <[email protected]> | 2025-02-18 17:14:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-18 22:14:19 +0000 |
| commit | 360d856f7189b2a69e5b48c04f9a0cdcbb6466b1 (patch) | |
| tree | 577d2d79941aa48b4abf47043cb82a0aea3b06a5 /configs/tested-cfgs/SM86_RTX3070 | |
| parent | 287fe0aa17ec1ac5bdd595ca6e89aa97464bcac7 (diff) | |
Fix cache string description in config files (#96)
* fix_cache_string: update cache desc in config files and remove typos
* fix_cache_string: update gitignore
Diffstat (limited to 'configs/tested-cfgs/SM86_RTX3070')
| -rw-r--r-- | configs/tested-cfgs/SM86_RTX3070/gpgpusim.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/tested-cfgs/SM86_RTX3070/gpgpusim.config b/configs/tested-cfgs/SM86_RTX3070/gpgpusim.config index d26b1a6..c884541 100644 --- a/configs/tested-cfgs/SM86_RTX3070/gpgpusim.config +++ b/configs/tested-cfgs/SM86_RTX3070/gpgpusim.config @@ -83,8 +83,8 @@ -gpgpu_dual_issue_diff_exec_units 1 ## L1/shared memory configuration -# <sector?>:<nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<mq>:**<fifo_entry> -# ** Optional parameter - Required when mshr_type==Texture Fifo +# <sector?>:<nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<mq>:**<fifo_entry>,<data_port_width> +# ** Optional parameter - Required when mshr_type==Texture Fifo, set to 0 if not used # In adaptive cache, we adaptively assign the remaining shared memory to L1 cache # For more info, see https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#shared-memory-7-x -gpgpu_adaptive_cache_config 1 |
