aboutsummaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorSuchita Pati <[email protected]>2018-04-13 00:02:37 +0000
committerTor Aamodt <[email protected]>2018-04-13 00:02:37 +0000
commit37b9b2b393a13d5882ffe42afdc905e87449f9ac (patch)
tree7c5da4e6928e9c5d559cb99c938f6c3664d060d8 /src/gpgpu-sim/shader.h
parentc980c7557b3c60857bea13fde868366b32f93cef (diff)
parent960a1492fbbf2a4d098c8d060bc22782211ca60b (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.h2
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];