Skip to content

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.

#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