summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-05-02 16:03:22 -0400
committerGitHub <[email protected]>2019-05-02 16:03:22 -0400
commitb169534b2b9470e6f51111a41d568f7d20f51945 (patch)
tree6c13acf17fbdf827bf6e9e3864a411da85ee7cc2 /src/gpgpu-sim/shader.h
parent60cbe5e00a76a655b093041d4ed3df3d07379094 (diff)
parent7baae0e937143e0acfc71382eb432bdc42d4ca41 (diff)
Merge pull request #95 from CoffeeBeforeArch/volta_spelling_fix
Fix spelling from adpative -> adaptive for volta cache config
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 9abd223..473d6b0 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1523,7 +1523,7 @@ struct shader_core_config : public core_config
//Jin: concurrent kernel on sm
bool gpgpu_concurrent_kernel_sm;
- bool adpative_volta_cache_config;
+ bool adaptive_volta_cache_config;
};
struct shader_core_stats_pod {