From f97c52bbaed425f5ada9758c248c9a2c2b9853dd Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 3 Oct 2010 15:16:46 -0800 Subject: 1. enable L2 cache as a texture cache (also some bug fixes for L2 as regular cache) 2. update gpgpusim.config for Quadro to use L1 cache geometry from Henry's ISPASS paper 3. minor edit to CUDA api : add notion of fat_cubin_handle (currently not used for anything) 4. minor edits to deadlock detection message (more accurate reporting of source of deadlock) 5. other minor edits [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7809] --- configs/QuadroFX5800/gpgpusim.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 4ce24a3..8c14ea3 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -25,8 +25,9 @@ -gpgpu_const_port_per_bank 2 -gpgpu_interwarp_mshr_merge 6 -gpgpu_cache:dl1 128:64:4:L --gpgpu_tex_cache:l1 64:64:2:L --gpgpu_const_cache:l1 64:64:2:L +-gpgpu_tex_cache:l1 8:32:20:L +-gpgpu_const_cache:l1 64:64:2:L +-gpgpu_cache:dl2 64:32:8:L # interconnection -network_mode 1 -- cgit v1.3