From bdd69b01cb7fd1d74a6e3df7c573bbd609130fa3 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Fri, 30 Nov 2012 21:58:39 -0800 Subject: setting power model congfig to zero by default (because the mcpat.xml is available only for GTX480) and enable it from GTX480 config [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14727] --- configs/GTX480/gpgpusim.config | 2 ++ src/gpgpu-sim/gpu-sim.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config index fdb2aa9..5ab928d 100644 --- a/configs/GTX480/gpgpusim.config +++ b/configs/GTX480/gpgpusim.config @@ -113,3 +113,5 @@ -enable_ptx_file_line_stats 1 -visualizer_enabled 0 +# power model configs +-power_simulation_enabled 1 diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index fd87299..b2b00a4 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -107,7 +107,7 @@ void power_config::reg_options(class OptionParser * opp) option_parser_register(opp, "-power_simulation_enabled", OPT_BOOL, &g_power_simulation_enabled, "Turn on power simulator (1=On, 0=Off)", - "1"); + "0"); option_parser_register(opp, "-power_per_cycle_dump", OPT_BOOL, &g_power_per_cycle_dump, "Dump detailed power output each cycle", -- cgit v1.3