diff options
| author | Mahmoud <[email protected]> | 2019-05-07 16:28:16 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-07 16:28:16 -0400 |
| commit | cf47bd8a20dfb75e8ba5d4aa8e41f570da0cb7f4 (patch) | |
| tree | 51cc9048b0c1f05c0f8dfcd9efee75a14355ee21 /src/gpgpu-sim/shader.h | |
| parent | ad37c917f8641930f9f58c3f04fa6e22600015cd (diff) | |
enable FEM and fixed indentation
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 { |
