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/gpu-sim.cc | |
| parent | ad37c917f8641930f9f58c3f04fa6e22600015cd (diff) | |
enable FEM and fixed indentation
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 3f1fc7e..89c6695 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -479,9 +479,6 @@ void shader_core_config::reg_options(class OptionParser * opp) "Support concurrent kernels on a SM (default = disabled)", "0"); - option_parser_register(opp, "-fast_execution_mode", OPT_BOOL, &fast_execution_mode, - "fast_execution_mode (default = disabled)", - "0"); } void gpgpu_sim_config::reg_options(option_parser_t opp) |
