diff options
| author | JRPAN <[email protected]> | 2021-05-17 17:35:53 -0400 |
|---|---|---|
| committer | JRPAN <[email protected]> | 2021-05-18 19:54:57 -0400 |
| commit | a2b1b1c2839fe3fc05a0cae126204120fab00f62 (patch) | |
| tree | 5d4fb54cc9be41745fb2a698351fb1d01a288704 /src/abstract_hardware_model.h | |
| parent | f7833519471ce92619bd1e4807ec07eb55aed76e (diff) | |
adaptive cache - update
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index e796571..bd10a93 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -65,7 +65,7 @@ enum FuncCache { FuncCachePreferL1 = 2 }; -enum AdaptiveCache { FIXED = 0, ADAPTIVE_VOLTA = 1 }; +enum AdaptiveCache { FIXED = 0, ADAPTIVE_CACHE = 1 }; #ifdef __cplusplus |
