summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authormkhairy <[email protected]>2021-05-19 22:26:33 -0400
committerGitHub <[email protected]>2021-05-19 22:26:33 -0400
commit2aef4e3d5a662d04da03ec782b116d16a5bcc012 (patch)
tree58910c0e1d58f9528f50affb1354ae072ffc4adf /src/abstract_hardware_model.h
parent604baaf59255776b4714c0270ce36ad823d34df4 (diff)
parent0d33266ff6ca9b880dff40f6338c8a5cae696438 (diff)
Merge pull request #16 from mkhairy/dev
Updating config files and code refactoring of Junuri's code
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 17a1cec..b33c50b 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -374,6 +374,7 @@ class core_config {
unsigned mem_warp_parts;
mutable unsigned gpgpu_shmem_size;
char *gpgpu_shmem_option;
+ std::vector<unsigned> shmem_opt_list;
unsigned gpgpu_shmem_sizeDefault;
unsigned gpgpu_shmem_sizePrefL1;
unsigned gpgpu_shmem_sizePrefShared;