diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2021-05-19 21:17:40 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2021-05-19 21:17:40 -0400 |
| commit | 24ffab25f41d76b94fd2012a8897312a73a7165f (patch) | |
| tree | d6467d667874565a61d92aeb91214bf661ed77af /src/abstract_hardware_model.h | |
| parent | e3d186bbeade78dec776989ccec2a0c0aea27fb4 (diff) | |
moving shmem option to the base class and change the code to accept turing config
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 1 |
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; |
