diff options
| author | Ahmad Alawneh <[email protected]> | 2023-06-12 17:31:05 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-12 17:31:05 -0400 |
| commit | b471b3481b2399222ffd9ee0f007628834e68767 (patch) | |
| tree | 267f112f3608ce7f4caa898250a3eb24a90814b6 /src/gpgpu-sim/gpu-sim.cc | |
| parent | 73db3f79467cb918c6ac11796268e2492c69b101 (diff) | |
fixing bunch of formatting warnings (#53)
* fixing bunch of formating warrnings
* remove unintialized and unused results warnnings
* revert the changes , as it doenst fix the warning
---------
Co-authored-by: Fangjia Shen <[email protected]>
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, |
