diff options
| author | Wilson Fung <[email protected]> | 2012-05-16 23:55:01 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:30 -0700 |
| commit | 43460d8cc9d0ba7a11016f415c7dfe199d5a2f7d (patch) | |
| tree | e6260a76fc76c5435b4553f8a08490729668bb1d | |
| parent | fa5f848c23042da4d71c12994b03b46818bf5b70 (diff) | |
Updating the alternative L1 data cache configuration in Fermi config to allocate on miss (so that it is consistent with the current L1 config).
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12619]
| -rw-r--r-- | configs/Fermi/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Fermi/gpgpusim.config b/configs/Fermi/gpgpusim.config index 5ec3f72..3b82dca 100644 --- a/configs/Fermi/gpgpusim.config +++ b/configs/Fermi/gpgpusim.config @@ -43,7 +43,7 @@ -gpgpu_shmem_size 49152 # The alternative configuration for fermi in case cudaFuncCachePreferL1 is selected -#-gpgpu_cache:dl1 64:128:6:L:R:f,A:32:8,8 +#-gpgpu_cache:dl1 64:128:6:L:R:m,A:32:8,8 #-gpgpu_shmem_size 16384 # 64 sets, each 256 bytes 8-way for each memory partition. This gives 786KB L2 cache |
