diff options
| author | PSuchita <[email protected]> | 2019-05-30 00:36:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-30 00:36:43 -0700 |
| commit | 580a244665a4cf6855320dc209a66dc2fe81c645 (patch) | |
| tree | 086c2973182f844dd090e60b5010f8b5aa6df06b /src/abstract_hardware_model.h | |
| parent | 51c853e42c805275c64ee90c1c025e4b111fc570 (diff) | |
| parent | 5837143ef70e20c362083b36c55e4c473f59f358 (diff) | |
Merge pull request #4 from gpgpu-sim/dev
Dev
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index e8716ab..22ef509 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -386,6 +386,8 @@ struct core_config { unsigned gpgpu_max_insn_issue_per_warp; bool gmem_skip_L1D; // on = global memory access always skip the L1 cache + + bool adaptive_volta_cache_config; }; // bounded stack that implements simt reconvergence using pdom mechanism from MICRO'07 paper |
