diff options
| author | Mahmoud <[email protected]> | 2019-08-30 18:43:21 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-08-30 18:43:21 -0400 |
| commit | 93597743b24b7d7726096d337e6c9c4516cb2273 (patch) | |
| tree | a9bca57c102d11edb3a8d878324db5a810caef60 /src/gpgpu-sim/addrdec.cc | |
| parent | 2e2b0911f8cc9d172e4602765ce4c20ffb583cf0 (diff) | |
update the adaptive cache behaviour and make L1 fully assoc in Volta
Diffstat (limited to 'src/gpgpu-sim/addrdec.cc')
| -rw-r--r-- | src/gpgpu-sim/addrdec.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/addrdec.cc b/src/gpgpu-sim/addrdec.cc index b0db034..3262456 100644 --- a/src/gpgpu-sim/addrdec.cc +++ b/src/gpgpu-sim/addrdec.cc @@ -124,8 +124,8 @@ void linear_to_raw_address_translation::addrdec_tlx(new_addr_type addr, addrdec_ * Rau, B. R et al. * ISCA 1991 * - * equations are adopted from: - * "Sacat: streaming-aware conflict-avoiding thrashing-resistant gpgpu cache management scheme." + * equations are corresponding to IPOLY(37) and are adopted from: + * "SACAT: streaming-aware conflict-avoiding thrashing-resistant gpgpu cache management scheme." * Khairy et al. * IEEE TPDS 2017. */ |
