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 support for distributed I/O #26

Open
EiffL opened this issue Nov 11, 2019 · 1 comment
Open

Add support for distributed I/O #26

EiffL opened this issue Nov 11, 2019 · 1 comment

Comments

@EiffL
Copy link
Member

EiffL commented Nov 11, 2019

When eventually scaling up mesh computation to very large volumes, we need to output the layed out tensors to a file system.
For cori and similar systems we will need to have each process output its own slice of the data. Not sure what's the best approach to do this yet.

@EiffL
Copy link
Member Author

EiffL commented Aug 13, 2020

At least the parallel reading can be taken care of by this:
https://github.com/tensorflow/mesh/blob/master/mesh_tensorflow/experimental/input_reader.py
\o/

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

No branches or pull requests

1 participant