diff options
| author | Mahmoud <[email protected]> | 2018-09-18 10:58:11 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-09-18 10:58:11 -0400 |
| commit | 8706d35c7d4b660f767452b70084200b9c9c40cd (patch) | |
| tree | cc7e4438902c7086e6d7b042ae4b3741a7a904e1 /src/abstract_hardware_model.h | |
| parent | dd0a4eef2ae526984ac3e7dc93a0d1cf92a9a6a8 (diff) | |
| parent | 96bbd0063b479ad51f3d296f5e87a56151536d86 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
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 a70b077..e708fa7 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -665,6 +665,7 @@ enum cache_operator_type { CACHE_ALL, // .ca CACHE_LAST_USE, // .lu CACHE_VOLATILE, // .cv + CACHE_L1, // .nc // loads and stores CACHE_STREAMING, // .cs |
