diff options
| author | Suchita Pati <[email protected]> | 2018-05-01 14:58:35 -0500 |
|---|---|---|
| committer | Suchita Pati <[email protected]> | 2018-05-01 14:58:35 -0500 |
| commit | 70e036c6007135c43d213139e1a6963090721f59 (patch) | |
| tree | 292bb9fd887f3481e7e6eb5fbd9344031f646557 /src/gpgpu-sim/gpu-sim.h | |
| parent | 32c6dd57e03987bec0e144efc86c08938c4f1460 (diff) | |
Added support for -gpgpu_registers_per_block config
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 8d1c4fc..5908fd5 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -391,6 +391,7 @@ public: int shared_mem_size() const; int shared_mem_per_block() const; int num_registers_per_core() const; + int num_registers_per_block() const; int wrp_size() const; int shader_clock() const; const struct cudaDeviceProp *get_prop() const; |
