summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2012-09-28 10:37:26 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:21 -0700
commit495cfab5e38d80c8daddf170dce84f3e2d08f537 (patch)
tree7bf683cc9bf24130bd5b61062ce26e4469f16566 /configs
parent3bcf37cfe0514e4ee13fcab94778440b17124b28 (diff)
gpu-cache revision #3. Now adding in function pointers for l1/l2 cache access functions. Removes the multiple long flaky branches in the access functions (caused by multiple config options) and replaces them with a single function that is set in the constructor to reflect the current configuration.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14198]
Diffstat (limited to 'configs')
-rw-r--r--configs/GTX480/gpgpusim.config2
-rw-r--r--configs/TeslaC2050/gpgpusim.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config
index 560f324..e5108f8 100644
--- a/configs/GTX480/gpgpusim.config
+++ b/configs/GTX480/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:N:32:8:8
+-gpgpu_cache:dl1 32:128:4:L:L:m:A:N:32:8:8
-gpgpu_shmem_size 49152
# The alternative configuration for fermi in case cudaFuncCachePreferL1 is selected
diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config
index f01daee..28e0419 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:N:32:8:8
+-gpgpu_cache:dl1 32:128:4:L:L:m:A:N:32:8:8
-gpgpu_shmem_size 49152
# The alternative configuration for fermi in case cudaFuncCachePreferL1 is selected