diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-08 14:34:47 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-08 14:34:47 -0400 |
| commit | c643efb70a02fcbf4a1326cf96d625cf2e51a0b5 (patch) | |
| tree | 8b42b762e71202e671b8918d8dc54ea6701244ab /src/cuda-sim/cuda-sim.h | |
| parent | 98bb2046a70715c8599561ca78425a7ff99ce53b (diff) | |
Move cp_cta_resume
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 4c8d953..6b40300 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -137,6 +137,7 @@ class cuda_sim { //global variables char *opcode_latency_int; int cp_count; + int cp_cta_resume; //global functions void ptx_opcocde_latency_options (option_parser_t opp); void gpgpu_cuda_ptx_sim_main_func( kernel_info_t &kernel, bool openCL = false ); |
