diff options
| author | Suchita Pati <[email protected]> | 2018-04-10 14:52:49 -0500 |
|---|---|---|
| committer | Suchita Pati <[email protected]> | 2018-04-10 14:52:49 -0500 |
| commit | 960a1492fbbf2a4d098c8d060bc22782211ca60b (patch) | |
| tree | 4b4f02d73c427ccfbac8fd372cb9e759f5a2bdc5 /src/gpgpu-sim/gpu-sim.h | |
| parent | 6c9555d42f3ab7f11dd003a9271d0c7e0ad21031 (diff) | |
added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function
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 7d92c66..8d1c4fc 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -389,6 +389,7 @@ public: void get_pdom_stack_top_info( unsigned sid, unsigned tid, unsigned *pc, unsigned *rpc ); int shared_mem_size() const; + int shared_mem_per_block() const; int num_registers_per_core() const; int wrp_size() const; int shader_clock() const; |
