Skip to content

Commit

Permalink
Automated Format
Browse files Browse the repository at this point in the history
  • Loading branch information
purdue-jenkins committed Dec 11, 2024
1 parent 0e9abec commit 71fd4bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gpgpu-sim/gpu-sim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,7 @@ bool sst_gpgpu_sim::active() {
return false;
if (m_config.gpu_deadlock_detect && gpu_deadlock) return false;
for (unsigned i = 0; i < m_shader_config->n_simt_clusters; i++)
if (m_cluster[i]->get_not_completed() > 0)
return true;
if (m_cluster[i]->get_not_completed() > 0) return true;
if (get_more_cta_left()) return true;
return false;
}
Expand Down

0 comments on commit 71fd4bf

Please sign in to comment.