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

Add concise illustrative examples #2

Closed
mrzv opened this issue May 23, 2015 · 1 comment
Closed

Add concise illustrative examples #2

mrzv opened this issue May 23, 2015 · 1 comment
Assignees
Labels

Comments

@mrzv
Copy link
Member

mrzv commented May 23, 2015

Issue by Dmitriy Morozov
Friday Nov 14, 2014 at 18:08 GMT


For continuous data:

  • decompose the domain into regular blocks
  • read a 3xn NumPy array (of points)
  • distribute the points to their respective blocks using swap-reduce
  • exchange points within a fixed ghost radius with neighbors (perhaps along a single axis?)

For discrete data:

  • decompose the domain into regular blocks
  • read blocks in parallel
  • perform some trivial computation (?)
  • exchange data on the shared faces
@mrzv mrzv self-assigned this May 23, 2015
@mrzv mrzv added the task label May 23, 2015
@mrzv
Copy link
Member Author

mrzv commented May 23, 2015

Comment by Dmitriy Morozov
Tuesday Dec 02, 2014 at 18:51 GMT


Perhaps, it's worth adding a simple compositing example. Something along the lines of:

  • generate random triangles
  • project them as a depth map onto an image
  • perform swap-reduce, combining the images, so that every processor ends up responsible for a small part of the image.

@mrzv mrzv closed this as completed Mar 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant