Skip to content

auto data sync between different devices #6549

@jacquesqiao

Description

@jacquesqiao

project: #6403
In a sequence of operators, when some of them run on GPU, some can only run on CPU, we need to auto add some operators to copy host memory and device memory, so the whole graph can run in a multi devices environment.

some problem

  1. now we use name to get var in scope, and data on different devices should have different names, if we add some operator to sync data between different devices, we should change the input name of corresponding operators.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions