Fix wrong word in multi-device doc (#5930)

Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com>
This commit is contained in:
Xie Zhengtian
2021-06-01 00:10:15 +08:00
committed by GitHub
parent e29169db47
commit f58f636ba9

View File

@@ -85,7 +85,7 @@ Notice that until R2 you had to calculate number of requests in your application
@snippet snippets/MULTI5.cpp part5
## Using the Multi-Device with OpenVINO Samples and Benchmarking the Performance
Notice that every OpenVINO sample that supports "-d" (which stays for "device") command-line option transparently accepts the multi-device.
Notice that every OpenVINO sample that supports "-d" (which stands for "device") command-line option transparently accepts the multi-device.
The [Benchmark Application](../../../inference-engine/samples/benchmark_app/README.md) is the best reference to the optimal usage of the multi-device. As discussed multiple times earlier, you don't need to setup number of requests, CPU streams or threads as the application provides optimal out of the box performance.
Below is example command-line to evaluate HDDL+GPU performance with that: