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/shader.h | |
| parent | 6c9555d42f3ab7f11dd003a9271d0c7e0ad21031 (diff) | |
added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function
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]; |
