summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorJRPAN <[email protected]>2021-05-17 17:35:06 -0400
committerJRPAN <[email protected]>2021-05-18 19:54:39 -0400
commitf7833519471ce92619bd1e4807ec07eb55aed76e (patch)
tree0a6a5a3cc523ff02c22142be667e1155a8e49487 /src/abstract_hardware_model.h
parent585dcf5dc05d6343314600114ebcea8c719e7423 (diff)
new configs - adaptive cache and cache write ratio
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 982e416..e796571 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -373,6 +373,8 @@ class core_config {
}
unsigned mem_warp_parts;
mutable unsigned gpgpu_shmem_size;
+ char *gpgpu_shmem_option;
+ unsigned gpgpu_unified_l1d_size;
unsigned gpgpu_shmem_sizeDefault;
unsigned gpgpu_shmem_sizePrefL1;
unsigned gpgpu_shmem_sizePrefShared;