diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-10 16:09:54 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-10 16:09:54 -0400 |
| commit | e83a9c978ebd08eed616eb6fdbdef88160232076 (patch) | |
| tree | 46a10f1a45c6dd770384dabf37a09e52551a3b25 /src/cuda-sim/cuda-sim.h | |
| parent | 57f8e9bd4e73757f4026e8b257fb625d465e0271 (diff) | |
Move cdp_latency
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/cuda-sim.h')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index 89f67cf..0b6e84f 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -163,6 +163,7 @@ class cuda_sim { std::map<unsigned,function_info*> g_pc_to_finfo; int gpgpu_ptx_instruction_classification; // backward pointer + unsigned cdp_latency[5]; class gpgpu_context* gpgpu_ctx; //global functions void ptx_opcocde_latency_options (option_parser_t opp); |
