diff options
| author | Mahmoud <[email protected]> | 2017-10-26 11:27:19 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-10-26 11:27:19 -0400 |
| commit | d55bf349e018597199839d1397f9609e015d924d (patch) | |
| tree | ef540ac2bf8e6b8bc44fd1e2a67cdbc6027c1211 | |
| parent | 161f9cefeaf216f48f93e1192c817997cf875cac (diff) | |
fixing a typo in config file
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 48d1219..a668db1 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -80,7 +80,7 @@ void ptx_opcocde_latency_options (option_parser_t opp) { "Opcode latencies for double precision floating points <ADD,MAX,MUL,MAD,DIV>" "Default 8,8,8,8,335", "8,8,8,8,335"); - option_parser_register(opp, "-opcode_latency_sfu", OPT_CSTR, &opcode_latency_sfu, + option_parser_register(opp, "-ptx_opcode_latency_sfu", OPT_CSTR, &opcode_latency_sfu, "Opcode latencies for SFU instructions" "Default 8", "8"); |
