From 1c74dcc29176cb3f6464d9088511216ba0e12c8d Mon Sep 17 00:00:00 2001 From: aamir Date: Tue, 7 Aug 2018 18:53:26 -0700 Subject: implemented prmt and started working on variable precision mul inst --- src/cuda-sim/ptx_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuda-sim/ptx_parser.cc') diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index eb81961..6757091 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; -- cgit v1.3