Skip to content

Commit

Permalink
rm test print
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Aug 9, 2024
1 parent c74d934 commit 9531c73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gpgpu-sim/gpu-cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,6 @@ cache_stats cache_stats::operator+(const cache_stats &cs) {
else {
for (unsigned type = 0; type < NUM_MEM_ACCESS_TYPE; ++type) {
for (unsigned status = 0; status < NUM_CACHE_REQUEST_STATUS; ++status) {
// test
if ((type == GLOBAL_ACC_R) && (status == HIT))
fprintf(stdout, "cache_stats::operator+ m_stats=%llu, cs=%llu\n", ret.m_stats.at(streamID)[type][status], cs(type, status, false, streamID));

ret.m_stats.at(streamID)[type][status] += cs(type, status, false, streamID);
}
}
Expand Down

0 comments on commit 9531c73

Please sign in to comment.