From 41d57f85442b53f3ce9d8f81a44e1ec4296e6f41 Mon Sep 17 00:00:00 2001 From: Davit Grigoryan Date: Sun, 19 Apr 2026 03:35:21 +0000 Subject: add option for dbg prints --- src/gpgpu-sim/gpu-sim.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gpgpu-sim/gpu-sim.cc') diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 7b947fb..cd38857 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -703,6 +703,14 @@ void shader_core_config::reg_options(class OptionParser *opp) { "2=inter-first (matches pre-Change-4 behavior), 3=fewest-lanes, " "4=same-PC (default 2).", "2"); + option_parser_register( + opp, "-gpgpu_simd_partitioning_debug", OPT_BOOL, + &gpgpu_simd_partitioning_debug, + "Enable per-cycle `SIMD_SETS:` printf spam from the co-issue " + "scheduler (default off). Aggregate counts are always available in " + "the `gpu_tot_inter_warp_coissue` / `gpu_tot_intra_warp_coissue` " + "stats; only turn this on for quick_tests that grep the raw lines.", + "0"); for (unsigned j = 0; j < SPECIALIZED_UNIT_NUM; ++j) { std::stringstream ss; -- cgit v1.3