From ceb7ae4d53c176e270358d97ef950f6e69d24f66 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Sun, 16 Sep 2012 14:34:13 -0800 Subject: Same issue with Quadro and Tesla configuration file ("," -> ":") [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14083] --- configs/QuadroFX5800/gpgpusim.config | 8 ++++---- configs/TeslaC2050/gpgpusim.config | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 20cb968..20a1605 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -31,10 +31,10 @@ -ptx_opcode_initiation_dp 8,8,8,8,130 # memory stage behaviour --gpgpu_cache:il1 4:256:4:L:R:f:A:P:N:2:32,4 --gpgpu_tex_cache:l1 8:128:5:L:R:m:F:P:N:128:4,128:2 --gpgpu_const_cache:l1 64:64:2:L:R:f:A:P:N:2:32,4 --gpgpu_cache:dl2 16:256:8:L:B:m:A:S:W:16:4,4 +-gpgpu_cache:il1 4:256:4:L:R:f:A:P:N:2:32:4 +-gpgpu_tex_cache:l1 8:128:5:L:R:m:F:P:N:128:4:128:2 +-gpgpu_const_cache:l1 64:64:2:L:R:f:A:P:N:2:32:4 +-gpgpu_cache:dl2 16:256:8:L:B:m:A:S:W:16:4:4 -gpgpu_cache:dl2_texture_only 1 -gpgpu_shmem_warp_parts 2 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 # :::::,::, --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 -- cgit v1.3