diff options
| author | Aaron M Barnes <[email protected]> | 2021-05-09 13:23:12 -0400 |
|---|---|---|
| committer | Aaron M Barnes <[email protected]> | 2021-05-09 13:23:12 -0400 |
| commit | 645a0eaa6b431c5d4279330c72905ac6b6e7abb2 (patch) | |
| tree | 429f5f63b2fc54801de30003bb16e726aa791124 /src/gpgpu-sim/shader.h | |
| parent | 553346445486367799d4d67bf3537e54b7c83859 (diff) | |
minor fixes
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 6481790..05c0e4c 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -947,7 +947,7 @@ class opndcoll_rfu_t { // operand collector based register file unit arbiter_t m_arbiter; unsigned m_num_banks_per_sched; - unsigned m_num_warp_sceds; + unsigned m_num_warp_scheds; bool sub_core_model; // unsigned m_num_ports; |
