diff options
| author | aamir <[email protected]> | 2018-05-31 00:48:37 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-05-31 00:48:37 -0700 |
| commit | 03de5ae03420ba5666d669c6f76faccf2704fa58 (patch) | |
| tree | 3d5e75e88ed055fa369d641e9a120332524d08ec /src/cuda-sim/ptx_parser.cc | |
| parent | fa0089a5d3a86ef348fae9a83a862f5219892bab (diff) | |
mma_ld_impl
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; |
