diff options
| author | Tayler Hetherington <[email protected]> | 2012-09-16 14:34:13 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:20 -0700 |
| commit | ceb7ae4d53c176e270358d97ef950f6e69d24f66 (patch) | |
| tree | c6a28196b09cfeba60f8510af537ceecfbd596b0 /configs/TeslaC2050 | |
| parent | 28473f00c427ec4236782e8915b73c1a09892767 (diff) | |
Same issue with Quadro and Tesla configuration file ("," -> ":")
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14083]
Diffstat (limited to 'configs/TeslaC2050')
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index 2407ea9..c86c0fe 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -39,7 +39,7 @@ # In Fermi, the cache and shared memory can be configured to 16kb:48kb(default) or 48kb:16kb # <nsets>:<bsize>:<assoc>:<rep>:<wr>:<alloc>,<mshr>:<N>:<merge>,<mq> --gpgpu_cache:dl1 32:128:4:L:B:m:A:P:N:32:8,8 +-gpgpu_cache:dl1 32:128:4:L:B:m:A:P:N:32:8:8 -gpgpu_shmem_size 49152 # The alternative configuration for fermi in case cudaFuncCachePreferL1 is selected |
