diff options
| author | Mahmoud <[email protected]> | 2019-10-16 15:30:22 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-10-16 15:30:22 -0400 |
| commit | 998bbc82176e1579c8500aa0c01bb00395da74dc (patch) | |
| tree | ba7a769e50a73e01621a52be1760f2f459847067 /src/gpgpu-sim/gpu-sim.h | |
| parent | 9d845da65a4b60d78e1a57dd081a6a155be78edd (diff) | |
adding kernel latency
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 1 |
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(); |
