diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-08 14:53:27 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-08 14:53:27 -0400 |
| commit | 7c13f6c7cc7fd598b268810c903983b79606f3ca (patch) | |
| tree | a55f0f997692c7a2b15356f712bc2ad0a27753ce /src/cuda-sim/cuda-sim.h | |
| parent | c643efb70a02fcbf4a1326cf96d625cf2e51a0b5 (diff) | |
Move g_ptxinfo_error_detected
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 6b40300..76450dc 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -138,6 +138,7 @@ class cuda_sim { char *opcode_latency_int; int cp_count; int cp_cta_resume; + int g_ptxinfo_error_detected; //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 ); |
