diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-11 23:29:21 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-11 23:29:21 -0400 |
| commit | 0f5f90ebd896b807270abfae2cd7634733654668 (patch) | |
| tree | c67eca2e69f3e175cf5df419162ca0da5712771c /src/cuda-sim | |
| parent | 2f22ddb07752bc956063f6548d4bc26a6ae066f2 (diff) | |
Move g_kernel_launch_latency
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim')
| -rw-r--r-- | src/cuda-sim/cuda_device_runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda_device_runtime.h b/src/cuda-sim/cuda_device_runtime.h index a6303b9..5927b54 100644 --- a/src/cuda-sim/cuda_device_runtime.h +++ b/src/cuda-sim/cuda_device_runtime.h @@ -48,6 +48,7 @@ class cuda_device_runtime { unsigned long long g_total_param_size; std::map<void *, device_launch_config_t> g_cuda_device_launch_param_map; std::list<device_launch_operation_t> g_cuda_device_launch_op; + unsigned g_kernel_launch_latency; // backward pointer class gpgpu_context* gpgpu_ctx; #if (CUDART_VERSION >= 5000) |
