summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
authorJRPAN <[email protected]>2021-05-18 14:35:04 -0400
committerJRPAN <[email protected]>2021-05-18 19:51:44 -0400
commit0601354a4d7f7f106e008b47cbc74097ec0a2a69 (patch)
tree22d853e732ad5a4a24bdf5aac3b06af88c89ca7e /src/gpgpu-sim/gpu-cache.h
parent73069303b3dc0845e33b9ddafa7e6697fe3deb38 (diff)
Add WT to lazy_fetch_on_read
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
-rw-r--r--src/gpgpu-sim/gpu-cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h
index c2e302e..6811b86 100644
--- a/src/gpgpu-sim/gpu-cache.h
+++ b/src/gpgpu-sim/gpu-cache.h
@@ -821,6 +821,9 @@ class cache_config {
write_allocate_policy_t get_write_allocate_policy() {
return m_write_alloc_policy;
}
+ write_policy_t get_write_policy() {
+ return m_write_policy;
+ }
protected:
void exit_parse_error() {