summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-10-11 14:16:33 -0400
committerGitHub Enterprise <[email protected]>2018-10-11 14:16:33 -0400
commit982d7e02ff64c8978d5635bbc2b3515e2145574b (patch)
tree04e71c63714464d17105f8ae2563a99365d821f8 /src/gpgpu-sim/shader.h
parenta43799f779a2cf23728659733649506a2d5420df (diff)
parentbeeafb66d2e2bb441ab1eacade75322a72961be0 (diff)
Merge pull request #28 from abdallm/dev-purdue-integration
Dev purdue integration
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 f7b13e2..fc8fe78 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 {