diff options
| author | Davit Grigoryan <[email protected]> | 2026-04-19 03:35:21 +0000 |
|---|---|---|
| committer | Davit Grigoryan <[email protected]> | 2026-04-19 03:35:21 +0000 |
| commit | 41d57f85442b53f3ce9d8f81a44e1ec4296e6f41 (patch) | |
| tree | bfa839c1b6fe7f53467fcad4cf248cb0ce8a2dde /src/gpgpu-sim/shader.h | |
| parent | 966b202df2441204386bad4d8bcd2c1d47aedd36 (diff) | |
add option for dbg prints
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 70de529..42d807c 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1960,6 +1960,7 @@ class shader_core_config : public core_config { unsigned gpgpu_compaction_mode; // 0=none, 1=xor-static, 2=full unsigned gpgpu_opndcoll_read_latency; // extra cycles to collector unsigned gpgpu_co_issue_priority; // 0=greedy..4=same-PC + bool gpgpu_simd_partitioning_debug; // verbose SIMD_SETS printf gate unsigned n_simt_cores_per_cluster; unsigned n_simt_clusters; |
