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

[REFACTOR] Move python vm runtime into runtime/vm.py #4854

Closed
tqchen opened this issue Feb 10, 2020 · 3 comments
Closed

[REFACTOR] Move python vm runtime into runtime/vm.py #4854

tqchen opened this issue Feb 10, 2020 · 3 comments

Comments

@tqchen
Copy link
Member

tqchen commented Feb 10, 2020

as #4818 we are moving to put the core runtime related modules in python to the runtime folder.

We will need to do the same thing for relay related codes, in particular:

  • vm.py perhaps need to goto the runtime folder
  • Data structures (e.g. ADT) goes to runtime/container.py
@tqchen
Copy link
Member Author

tqchen commented Feb 10, 2020

cc @zhiics @wweic please see if you are interested

@zhiics
Copy link
Member

zhiics commented Feb 10, 2020

Yeah, I just noticed this a few days ago. Will take a stab on it.

@zhiics
Copy link
Member

zhiics commented Feb 10, 2020

#4855

@zhiics zhiics closed this as completed Feb 11, 2020
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

2 participants