diff options
| author | aamir <[email protected]> | 2018-08-09 20:07:20 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-08-09 20:07:20 -0700 |
| commit | 12a8816c32a134693011d8b9e587f109e4d7e7f9 (patch) | |
| tree | 50a67f9bbb4706766d7f479658aa03705c9f9995 /src/cuda-sim/ptx_parser.cc | |
| parent | 1c74dcc29176cb3f6464d9088511216ba0e12c8d (diff) | |
added load
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 6757091..eb81961 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=false; +static bool g_debug_ir_generation=true; const char *g_filename; unsigned g_max_regs_per_thread = 0; |
