Conversion fail for ov::hint::performance_mode with UNDEFINED value (#15629)

* Update ov::hint::performance_hint UNDEFINED value from empty string to "UNDEFINED".

* Update benchmark Python version.

* Update.

* Update.

* Update.

* Update the description about hint setting within benchmark APP README and help message.
This commit is contained in:
Wang, Yang
2023-02-22 17:01:18 +08:00
committed by GitHub
parent e34d4e4664
commit 7f3ea9a59c
7 changed files with 10 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ Options:
'throughput' or 'tput': device performance mode will be set to THROUGHPUT.
'cumulative_throughput' or 'ctput': device performance mode will be set to CUMULATIVE_THROUGHPUT.
'latency': device performance mode will be set to LATENCY.
'none': no device performance mode will be set.
'none': device performance mode will be set to UNDEFINED.
Using explicit 'nstreams' or other device-specific options, please set hint to 'none'
-niter <integer> Optional. Number of iterations. If not specified, the number of iterations is calculated depending on a device.
-t Optional. Time in seconds to execute topology.

View File

@@ -44,7 +44,7 @@ static const char hint_message[] =
" 'cumulative_throughput' or 'ctput': device performance mode will be set to "
"CUMULATIVE_THROUGHPUT.\n"
" 'latency': device performance mode will be set to LATENCY.\n"
" 'none': no device performance mode will be set.\n"
" 'none': device performance mode will be set to UNDEFINED.\n"
" Using explicit 'nstreams' or other device-specific options, please set hint to "
"'none'";