From 495cfab5e38d80c8daddf170dce84f3e2d08f537 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Fri, 28 Sep 2012 10:37:26 -0800 Subject: 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] --- configs/GTX480/gpgpusim.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/GTX480') 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 # :::::,::, --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 -- cgit v1.3