diff options
| author | aamir <[email protected]> | 2018-11-02 21:37:31 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-11-02 21:37:31 -0700 |
| commit | 8db50a319911b803a386a7d7eca10afbea4d7e75 (patch) | |
| tree | 95d2f732c362a6400d5a36c5858c39b6c4735242 /src/cuda-sim/ptx_parser.cc | |
| parent | aeb78a3dcd5613404162514e98d18ee9dbf31569 (diff) | |
added incount and outcount, addressed all of the pull request comments
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
| -rw-r--r-- | src/cuda-sim/ptx_parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index d5324d0..9671ab7 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -39,7 +39,7 @@ void set_ptx_warp_size(const struct core_config * warp_size) g_shader_core_config=warp_size; } -static bool g_debug_ir_generation=true; +static bool g_debug_ir_generation=false; const char *g_filename; unsigned g_max_regs_per_thread = 0; |
