From 918b3ef50790f0ae7c8c079754f7332933572d5b Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Thu, 11 Apr 2013 05:17:09 -0800 Subject: Replaced the legacy L2 cache access stats with more meaningful breakdown that categorize access by their access type (global memory read/write, local memory read/write, instruction read, ... etc.). [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15784] --- src/abstract_hardware_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/abstract_hardware_model.h') diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index ce428da..de6eef8 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -540,6 +540,8 @@ enum mem_access_type { NUM_MEM_ACCESS_TYPE }; +const char * mem_access_type_str(enum mem_access_type access_type); + enum cache_operator_type { CACHE_UNDEFINED, -- cgit v1.3