summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-10-09 17:12:57 -0400
committerMahmoud <[email protected]>2018-10-09 17:12:57 -0400
commit0e46a261dfeba9c19d1637f46277986d7eb1b9d8 (patch)
tree533054077681b336b23cf63b0bd7217af1a8e0cf /src/gpgpu-sim/shader.h
parentf15ed6a7303fea32dbd93e69072e91d90b1706fc (diff)
adding adaptive volta cache config
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index e07096e..92b4159 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1409,6 +1409,8 @@ struct shader_core_config : public core_config
//Jin: concurrent kernel on sm
bool gpgpu_concurrent_kernel_sm;
+
+ bool adpative_volta_cache_config;
};
struct shader_core_stats_pod {