From 1ade3b340c72f65fe01735df0748e13d4c026998 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Mon, 15 Oct 2012 14:49:25 -0800 Subject: - Fixing cache configuration groupings -> Now , , , - Fixing default configurations to match the new format and additonal parameters - Fixing Fermi's 48kB cache configuration [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14370] --- configs/QuadroFX5800/gpgpusim.config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'configs/QuadroFX5800') diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 7f43511..638f362 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -31,10 +31,12 @@ -ptx_opcode_initiation_dp 8,8,8,8,130 # memory stage behaviour --gpgpu_cache:il1 4:256:4:L:R:f:A:N:2:32:4 --gpgpu_tex_cache:l1 8:128:5:L:R:m:F:N:128:4:128:2 --gpgpu_const_cache:l1 64:64:2:L:R:f:A:N:2:32:4 --gpgpu_cache:dl2 16:256:8:L:B:m:A:W:16:4:4 +# ::,:::,::,:** +# ** Optional parameter - Required when mshr_type==Texture Fifo +-gpgpu_cache:il1 4:256:4,L:R:f:N,A:2:32,4 +-gpgpu_tex_cache:l1 8:128:5,L:R:m:N,F:128:4,128:2 +-gpgpu_const_cache:l1 64:64:2,L:R:f:N,A:2:32,4 +-gpgpu_cache:dl2 16:256:8,L:B:m:W,A:16:4,4 -gpgpu_cache:dl2_texture_only 1 -gpgpu_shmem_warp_parts 2 -- cgit v1.3