diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 20:54:44 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 20:54:44 -0400 |
| commit | bd647361e2b8eb2d72f0055df851fcdee53e94cc (patch) | |
| tree | 928f7a21d0ff28c48829064477c2df037a2da8f4 | |
| parent | 3633eacca183608fe1a666212ba468b787c063a5 (diff) | |
fixing the tensor unit failing
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.cc b/src/gpgpu-sim/gpu-sim.cc index 94ea6d2..e5b9c9d 100644 --- a/src/gpgpu-sim/gpu-sim.cc +++ b/src/gpgpu-sim/gpu-sim.cc @@ -453,7 +453,7 @@ void shader_core_config::reg_options(class OptionParser * opp) "1"); option_parser_register(opp, "-gpgpu_num_tensor_core_units", OPT_INT32, &gpgpu_num_tensor_core_units, "Number of tensor_core units (default=1)", - "1"); + "0"); option_parser_register(opp, "-gpgpu_num_mem_units", OPT_INT32, &gpgpu_num_mem_units, "Number if ldst units (default=1) WARNING: not hooked up to anything", "1"); |
