diff options
| author | Tor Aamodt <[email protected]> | 2010-10-05 22:58:15 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-05 22:58:15 -0800 |
| commit | 474e6d99c8efa9e3b8518eecb059546364370fd9 (patch) | |
| tree | 4cd74a453048ea8cdcca10169b3fe18cd13ed1a9 /src/gpgpusim_entrypoint.cc | |
| parent | 6cd75fefce592e193ddb2cdc90842664682ff281 (diff) | |
simulator "working" on ptxplus, simulated IPC "too low" by about a factor of up to 50%
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7816]
Diffstat (limited to 'src/gpgpusim_entrypoint.cc')
| -rw-r--r-- | src/gpgpusim_entrypoint.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpusim_entrypoint.cc b/src/gpgpusim_entrypoint.cc index 4f5cffe..7947a8f 100644 --- a/src/gpgpusim_entrypoint.cc +++ b/src/gpgpusim_entrypoint.cc @@ -151,7 +151,7 @@ void print_simulation_time() fflush(stderr); printf("\n\ngpgpu_simulation_time = %u days, %u hrs, %u min, %u sec (%u sec)\n", (unsigned)d, (unsigned)h, (unsigned)m, (unsigned)s, (unsigned)difference ); - printf("gpgpu_simulation_rate = %u (inst/sec)\n", (unsigned)(gpu_tot_sim_insn / difference) ); + printf("gpgpu_simulation_rate = %u (inst/sec)\n", (unsigned)(g_the_gpu.gpu_tot_sim_insn / difference) ); printf("gpgpu_simulation_rate = %u (cycle/sec)\n", (unsigned)(gpu_tot_sim_cycle / difference) ); fflush(stdout); } |
