diff options
| author | Ahmed El-Shafiey <[email protected]> | 2012-12-19 06:52:31 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:23 -0700 |
| commit | 7c67c73a642794e2f95cb9b7f5b8377363adc0f2 (patch) | |
| tree | 7bf867e60550a888480a5ae613019de76ec272f1 /src/gpuwattch/gpgpu_sim_wrapper.h | |
| parent | ecdbb77acbbc8613aefa2f2e5408ff3a6bf84865 (diff) | |
fixig more valgrind errors in CACTI due to uinitialized variables + fixing a bug in the interconect stats (initializing the n_mem_to_simt metric to zero)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14843]
Diffstat (limited to 'src/gpuwattch/gpgpu_sim_wrapper.h')
| -rw-r--r-- | src/gpuwattch/gpgpu_sim_wrapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpuwattch/gpgpu_sim_wrapper.h b/src/gpuwattch/gpgpu_sim_wrapper.h index 5ef6f05..b88af66 100644 --- a/src/gpuwattch/gpgpu_sim_wrapper.h +++ b/src/gpuwattch/gpgpu_sim_wrapper.h @@ -46,7 +46,7 @@ using namespace std; class gpgpu_sim_wrapper { public: - gpgpu_sim_wrapper(); + gpgpu_sim_wrapper(char* xmlfile); ~gpgpu_sim_wrapper(); void init_mcpat(char* xmlfile, char* powerfile, char* power_trace_file,char* metric_trace_file, |
