aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DriverOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DriverOptions.cpp b/DriverOptions.cpp
index b848f6be..f7b00f8c 100644
--- a/DriverOptions.cpp
+++ b/DriverOptions.cpp
@@ -111,7 +111,7 @@ DriverOptions::DriverOptions(int argc, char** argv)
("p,gpu-profiling", "Turns GPU profiling on",
cxxopts::value<bool>(m_EnableGpuProfiling)->default_value("false"))
- ("fp16-enabled,f", "Enables support for relaxed computation from Float32 to Float16",
+ ("f,fp16-enabled", "Enables support for relaxed computation from Float32 to Float16",
cxxopts::value<bool>(m_fp16Enabled)->default_value("false"));
}
catch (const std::exception& e)