diff options
| author | tgrogers <[email protected]> | 2018-05-09 15:12:52 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-05-09 15:12:52 -0400 |
| commit | 57c17b0e7a2bba50a51fdfc8e66123d628ff4ae8 (patch) | |
| tree | b09153fb84d4fd7491bdceef30fe297c45d6718d /src/cuda-sim/cuda-sim.cc | |
| parent | 7d2b1a546cfc4a03eac998fa37b7720ce9e68109 (diff) | |
| parent | cdb59de6dc329ce5777e3c961c09d26f37d32fec (diff) | |
Merge remote-tracking branch 'public/dev' into dev
Diffstat (limited to 'src/cuda-sim/cuda-sim.cc')
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 2c87031..946043a 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1418,7 +1418,7 @@ void ptx_thread_info::ptx_exec_inst( warp_inst_t &inst, unsigned lane_id) if ( (g_ptx_sim_num_insn % 100000) == 0 ) { dim3 ctaid = get_ctaid(); dim3 tid = get_tid(); - printf("GPGPU-Sim PTX: %u instructions simulated : ctaid=(%u,%u,%u) tid=(%u,%u,%u)\n", + DPRINTF(LIVENESS, "GPGPU-Sim PTX: %u instructions simulated : ctaid=(%u,%u,%u) tid=(%u,%u,%u)\n", g_ptx_sim_num_insn, ctaid.x,ctaid.y,ctaid.z,tid.x,tid.y,tid.z ); fflush(stdout); } |
