diff options
| author | Mahmoud <[email protected]> | 2019-05-08 11:25:29 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-08 11:25:29 -0400 |
| commit | e7186c0f8232cfd857263d460c3bcd93a7a33877 (patch) | |
| tree | 75e22b0169a29c800c4752386e6bcd7900e8618f /src/abstract_hardware_model.h | |
| parent | 3c5761ef742fd87b02be0c7bbe2a1945307b6883 (diff) | |
fixing the building fail
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 |
