From b3de117ec61c3b59dc386562dc821fed6627e38b Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 25 Jan 2013 21:34:30 -0800 Subject: Added kernel name and launch uids to the stat printout to simplify per-kernel stat binning. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15109] --- src/gpgpu-sim/gpu-sim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpgpu-sim/gpu-sim.h') diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index f8c2e2e..93b7b0c 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -457,7 +457,8 @@ private: unsigned long long gpu_tot_issued_cta; unsigned long long last_gpu_sim_insn; - + std::vector m_executed_kernel_names; //< names of kernel for stat printout + std::vector m_executed_kernel_uids; //< uids of kernel launches for stat printout public: -- cgit v1.3