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/shader.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/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 bdd8dbe..fbddd18 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1285,7 +1285,7 @@ struct shader_core_config : public core_config unsigned max_cta_per_core; //Limit on number of concurrent CTAs in shader core unsigned max_barriers_per_cta; char * gpgpu_scheduler_string; - + unsigned gpgpu_shmem_per_block; char* pipeline_widths_string; int pipe_widths[N_PIPELINE_STAGES]; |
