diff options
| author | JRPan <[email protected]> | 2023-06-13 20:40:17 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-13 20:40:17 +0800 |
| commit | 4f1cdbe1ff00ab003cc9d33f1a6943eeb6b203a3 (patch) | |
| tree | 5ee800a6507b85bfbefae1c242f9d285731aa4a3 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 25cdd73b170b0c560d1e6bf5f5418b0a9be2325b (diff) | |
| parent | b471b3481b2399222ffd9ee0f007628834e68767 (diff) | |
Merge branch 'dev' into dev
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -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 5af244b..5a68f13 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -2053,7 +2053,7 @@ void gpgpu_sim::cycle() { m_cluster[i]->get_current_occupancy(active, total); } DPRINTFG(LIVENESS, - "uArch: inst.: %lld (ipc=%4.1f, occ=%0.4f\% [%llu / %llu]) " + "uArch: inst.: %lld (ipc=%4.1f, occ=%0.4f%% [%llu / %llu]) " "sim_rate=%u (inst/sec) elapsed = %u:%u:%02u:%02u / %s", gpu_tot_sim_insn + gpu_sim_insn, (double)gpu_sim_insn / (double)gpu_sim_cycle, |
