From 2e2f1c89a6b296c9cb28c8e8b0fabb670b4ba3f7 Mon Sep 17 00:00:00 2001 From: Davit Grigoryan Date: Mon, 27 Apr 2026 06:39:20 +0000 Subject: fix co-issue scheduling pc assertions --- src/gpgpu-sim/shader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gpgpu-sim/shader.h') diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index ce0c8c4..f25ba0e 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -196,6 +196,9 @@ class shd_warp_t { n_completed++; } bool test_active(unsigned lane) { return m_active_threads.test(lane); } + const std::bitset &get_active_threads() const { + return m_active_threads; + } void set_last_fetch(unsigned long long sim_cycle) { m_last_fetch = sim_cycle; -- cgit v1.3