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

[doc][VM] Update the vm doc #4868

Merged
merged 3 commits into from
Feb 13, 2020
Merged

[doc][VM] Update the vm doc #4868

merged 3 commits into from
Feb 13, 2020

Conversation

zhiics
Copy link
Member

@zhiics zhiics commented Feb 11, 2020

https://discuss.tvm.ai/t/relay-vm-from-c/5623

The VM doc is stale, this PR updates it.

@icemelon9 we need a followup to update the dynamic shape handling section.

@wweic @jroesch @jmorrill

docs/dev/virtual_machine.rst Outdated Show resolved Hide resolved
docs/dev/virtual_machine.rst Outdated Show resolved Hide resolved
- Lambda Lift (see `src/relay/vm/lambda_lift.cc`_)
- Inline Primitives (see `src/relay/vm/inline_primitives.cc`_)
- Constant Pool Layout (see `src/relay/backend/vm/compiler.cc`_)
- ADT Tag Allocation (see `src/relay/backend/vm/compiler.cc`_)
Copy link
Contributor

Choose a reason for hiding this comment

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

What is "ADT Tag Allocation"?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, it was from the old version. We need to remove it.

@wweic wweic merged commit a6c42b3 into apache:master Feb 13, 2020
@wweic
Copy link
Contributor

wweic commented Feb 13, 2020

thanks @zhiics @tqchen

@zhiics zhiics deleted the vm_doc branch February 13, 2020 16:38
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.

3 participants