diff options
| author | Suchita Pati <[email protected]> | 2018-04-13 00:02:37 +0000 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2018-04-13 00:02:37 +0000 |
| commit | 37b9b2b393a13d5882ffe42afdc905e87449f9ac (patch) | |
| tree | 7c5da4e6928e9c5d559cb99c938f6c3664d060d8 /src/gpgpu-sim/gpu-sim.h | |
| parent | c980c7557b3c60857bea13fde868366b32f93cef (diff) | |
| parent | 960a1492fbbf2a4d098c8d060bc22782211ca60b (diff) | |
Merged in suchitapati/gpgpusim-cudnn (pull request #2)
Adding support for additional device attributes in cudaDeviceGetAttributes function for mnistCUDNN
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; |
