From 6af42f32801f27d25feb4a7470b13bf23f2cd751 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Thu, 9 Dec 2010 11:56:44 -0800 Subject: Copied cuobjdump_to_ptxplus into fermi branch. Minor modifications were made to decuda_to_ptxplus to support this. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8229] --- decuda_to_ptxplus/decudaInstList.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decuda_to_ptxplus/decudaInstList.h') diff --git a/decuda_to_ptxplus/decudaInstList.h b/decuda_to_ptxplus/decudaInstList.h index d1707c3..743815f 100644 --- a/decuda_to_ptxplus/decudaInstList.h +++ b/decuda_to_ptxplus/decudaInstList.h @@ -56,6 +56,9 @@ struct decudaEntry // Local memory size int m_lMemSize; + //use for recording used labels + std::list m_labelList; + // Histogram for operation per cycle count std::map m_opPerCycleHistogram; }; -- cgit v1.3