Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel do need to support multi-device #6478

Closed
dzhwinter opened this issue Dec 11, 2017 · 1 comment
Closed

parallel do need to support multi-device #6478

dzhwinter opened this issue Dec 11, 2017 · 1 comment

Comments

@dzhwinter
Copy link
Contributor

Suppose we have two kinds of device, we will have program composed of:

  1. Multi CPUDevice.
  2. Multi GPUDevice.
  3. Mixed Device, maybe some operators.
    Currently, we only support the first two and leave 3 in the future work.

For the parallel computing design, please refer to #6394

@dzhwinter
Copy link
Contributor Author

This issue is a proposal, which has been implemented in the latest develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant