diff options
| author | Tim Rogers <[email protected]> | 2019-05-02 16:11:34 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-02 16:11:34 -0400 |
| commit | 4697483b3fffcdfcf81a4199d87c1255a8b55729 (patch) | |
| tree | 3e422d596167ebde1a0fdf9994bee87d66843426 /src/gpgpu-sim/shader.h | |
| parent | bbef52a122761bc8f02092e0acf867dbd87cbe70 (diff) | |
| parent | f507979bcf0f14d1e5843c9b08613d6b0a4bb7a2 (diff) | |
Merge branch 'dev' into dev
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 2204697..86c582f 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1518,8 +1518,8 @@ struct shader_core_config : public core_config //Jin: concurrent kernel on sm bool gpgpu_concurrent_kernel_sm; - bool adpative_volta_cache_config; bool fast_execution_mode; + bool adaptive_volta_cache_config; }; struct shader_core_stats_pod { |
