From 18326901673c076332a9439abc12348151dd2389 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Thu, 7 Feb 2013 20:49:45 -0800 Subject: Adding an accessor to the distro vector [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15209] --- src/gpgpu-sim/shader.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 5699115..e1015ab 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1308,6 +1308,11 @@ public: void print( FILE *fout ) const; + std::vector< std::vector >& get_dynamic_warp_issue() + { + return m_shader_dynamic_warp_issue_distro; + } + private: const shader_core_config *m_config; // Counts the instructions issued for each dynamic warp. -- cgit v1.3