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

[RUNTIME] Move Map into runtime #7570

Merged
merged 3 commits into from
Mar 3, 2021
Merged

Conversation

tkonolige
Copy link
Contributor

This allows us to use Map to store parameters needed at runtime. Needed for #7559.

@junrushao1994

This allows us to use Map to store parameters needed at runtime.
@@ -25,7 +25,7 @@

#include <tvm/arith/int_set.h>
#include <tvm/ir/expr.h>
#include <tvm/node/container.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@junrushao1994 can we remove the node subdirectory now? seems to be out-dated naming now that we are in object land?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The node subdir still contains a lot of useful stuff, like structural hash and reflection, etc. Removing node/container.h looks good to me

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@junrushao junrushao merged commit 73a0b96 into apache:main Mar 3, 2021
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* [RUNTIME] Move Map into runtime

This allows us to use Map to store parameters needed at runtime.

* node.{Array|Map} -> runtime.{Array|Map}

* missed some renames
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
* [RUNTIME] Move Map into runtime

This allows us to use Map to store parameters needed at runtime.

* node.{Array|Map} -> runtime.{Array|Map}

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

Successfully merging this pull request may close these issues.

4 participants