summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-10-16 15:30:22 -0400
committerMahmoud <[email protected]>2019-10-16 15:30:22 -0400
commit998bbc82176e1579c8500aa0c01bb00395da74dc (patch)
treeba7a769e50a73e01621a52be1760f2f459847067 /src/gpgpu-sim/gpu-sim.h
parent9d845da65a4b60d78e1a57dd081a6a155be78edd (diff)
adding kernel latency
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 86d6206..9fb928a 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -502,6 +502,7 @@ public:
bool kernel_more_cta_left(kernel_info_t *kernel) const;
bool hit_max_cta_count() const;
kernel_info_t *select_kernel();
+ void decrement_kernel_latency();
const gpgpu_sim_config &get_config() const { return m_config; }
void gpu_print_stat();