Skip to content

Commit 7bbd428

Browse files
Docs: Update the doc on how to manually set operations affinity & fix some spelling errors (#13203)
* Docs: Fix spelling errors * Docs: Update the doc on how to manually set operations affinity
1 parent 766c289 commit 7bbd428

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/OV_Runtime_UG/hetero_execution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Following the OpenVINO™ naming convention, the Hetero execution plugin is assi
3131
#### The Manual Mode
3232
It assumes setting affinities explicitly for all operations in the model using `ov::Node::get_rt_info` with the `"affinity"` key.
3333

34+
If you assign specific operation to a specific device, make sure that the device actually supports the operation.
35+
Randomly selecting operations and setting affinities may lead to decrease in model accuracy. To avoid that, try to set the related operations or subgraphs of this operation to the same affinity, such as the constant operation that will be folded into this operation.
36+
3437
@sphinxtabset
3538

3639
@sphinxtab{C++}

docs/OV_Runtime_UG/supported_plugins/GPU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Alternatively, it can be enabled explicitly via the device notion, for example `
160160

161161
@endsphinxtab
162162

163-
@sphinxtab{Bacthing via throughput hint}
163+
@sphinxtab{Batching via throughput hint}
164164

165165
@sphinxtabset
166166

docs/OV_Runtime_UG/supported_plugins/GPU_RemoteTensor_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To request the current default context of the plugin, use one of the following m
108108

109109
@endsphinxtab
110110

111-
@sphinxtab{Bacthing via throughput hint}
111+
@sphinxtab{Batching via throughput hint}
112112

113113
@snippet docs/snippets/gpu/remote_objects_creation.cpp default_context_from_model
114114

0 commit comments

Comments
 (0)