diff options
| author | Mahmoud <[email protected]> | 2019-05-08 11:37:32 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-08 11:37:32 -0400 |
| commit | 5325856b19fbb175d1f2af0a48cc0fa8e453ca24 (patch) | |
| tree | f423fc04ce1aa3d0dc4011273986b4340d9f4ef8 /src/gpgpu-sim/shader.h | |
| parent | fe6506a14839b8614b5f4daa2d8331441feb6902 (diff) | |
| parent | 90755c4dbdd8295b70632bb8e8868a980c9fd9ab (diff) | |
Merge branch 'dev' into dev-private
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..a0c2b63 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1519,7 +1519,7 @@ struct shader_core_config : public core_config bool gpgpu_concurrent_kernel_sm; bool adpative_volta_cache_config; - bool fast_execution_mode; + }; struct shader_core_stats_pod { |
