Moving the Hybrid CPUs API out of preview (#680)Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic Signed-
Moving the Hybrid CPUs API out of preview (#680)Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic Signed-off-by: Kochin Ivan <[email protected]> Co-authored-by: Kochin Ivan <[email protected]> Co-authored-by: Isaev, Ilya <[email protected]> Co-authored-by: Alexandra <[email protected]>
show more ...
Document a way to flow graph can be attached to arbitrary task_arena (#785)* Document a way to flow graph can be attached to arbitrary task_arena task_arena interface provides mechanisms to guid
Document a way to flow graph can be attached to arbitrary task_arena (#785)* Document a way to flow graph can be attached to arbitrary task_arena task_arena interface provides mechanisms to guide tasks execution within the arena by setting the preferred computation units or restricting part of computation units. In some cases, you may want to use mechanisms within a flow graph. Signed-off-by: Serov, Vladimir <[email protected]> Co-authored-by: Aleksei Fedotov <[email protected]> Co-authored-by: Alexandra Epanchinzeva <[email protected]>