diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-12-18 12:11:05 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:23 -0700 |
| commit | ecdbb77acbbc8613aefa2f2e5408ff3a6bf84865 (patch) | |
| tree | ee781b60aa4ffa868bd4cb2bfeb1f9fa9571ce9d /src/gpuwattch/cacti/cacti_interface.h | |
| parent | ce1e13752fa620aad6f57326beb1ba5d9c5a8462 (diff) | |
fixing some valgrind erros by initializing uninitialized values in CACTI
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14839]
Diffstat (limited to 'src/gpuwattch/cacti/cacti_interface.h')
| -rw-r--r-- | src/gpuwattch/cacti/cacti_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpuwattch/cacti/cacti_interface.h b/src/gpuwattch/cacti/cacti_interface.h index f6b6424..ff639da 100644 --- a/src/gpuwattch/cacti/cacti_interface.h +++ b/src/gpuwattch/cacti/cacti_interface.h @@ -110,6 +110,7 @@ enum Wire_type class InputParameter { public: + InputParameter(); void parse_cfg(const string & infile); bool error_checking(); // return false if the input parameters are problematic |
