Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

[FEATURE] launch physical meshes after compilation #801

Open
3 tasks
ZYHowell opened this issue Dec 6, 2022 · 1 comment
Open
3 tasks

[FEATURE] launch physical meshes after compilation #801

ZYHowell opened this issue Dec 6, 2022 · 1 comment
Labels
enhancement New feature good first issue Good for newcomers

Comments

@ZYHowell
Copy link
Collaborator

ZYHowell commented Dec 6, 2022

This can be a starting point to learn runtime_emitter.

Background

In Pipeshard Parallel, the final compilation step is to interpret the solution into a configuration containing all information about computation, communication, parameter, output and debug information. Now the instruction_lists and executable_configs are indexed by MeshHostWorker, which means we have to give the emitter a physical mesh group(see here). The final target is to run all steps in the compilation(except for profiling) without using GPU resources.

TODO

@ZYHowell ZYHowell added enhancement New feature good first issue Good for newcomers labels Dec 6, 2022
@haifaksh
Copy link

working on it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants