diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-11-30 21:58:39 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:22 -0700 |
| commit | bdd69b01cb7fd1d74a6e3df7c573bbd609130fa3 (patch) | |
| tree | 8aa94847f4b6e00e3eb99d76c5e02de9dd1ae220 /src | |
| parent | ecc7998d319050a219507b2d7c965b2152f4072e (diff) | |
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]
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
