aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp')
-rw-r--r--tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp b/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
index 7b55b28b8b..4066cdcadb 100644
--- a/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
+++ b/tests/ExecuteNetwork/ExecuteNetworkProgramOptions.cpp
@@ -410,7 +410,9 @@ ProgramOptions::ProgramOptions() : m_CxxOptions{"ExecuteNetwork",
("fp16-turbo-mode",
"If this option is enabled, FP32 layers, "
- "weights and biases will be converted to FP16 where the backend supports it",
+ "weights and biases will be converted to FP16 where the backend supports it. "
+ "If the first preferred backend does not have FP16 support, this option will be disabled. "
+ "If the value of converted FP16 is infinity, round to the closest finite FP16 value.",
cxxopts::value<bool>(m_ExNetParams.m_EnableFp16TurboMode)
->default_value("false")->implicit_value("true"))