[BYOC][VitisAI] Fix issue in Vitis AI codegen out tensor names matching & update docs and docker#7350
Merged
comaniac merged 10 commits intoapache:mainfrom Feb 24, 2021
Conversation
leandron
reviewed
Jan 27, 2021
leandron
reviewed
Jan 27, 2021
Contributor
|
cc @tqchen as I think it will require a Docker images rebuild |
comaniac
requested changes
Jan 27, 2021
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
Contributor
Author
|
@comaniac I made some adjustments based on your comments and updated to main to make the tests pass. Could you have another look at this? |
comaniac
requested changes
Feb 15, 2021
Contributor
comaniac
left a comment
There was a problem hiding this comment.
Overall LGTM. Just a nit.
Co-authored-by: Cody Yu <comaniac0422@gmail.com>
comaniac
approved these changes
Feb 16, 2021
zhiics
reviewed
Feb 17, 2021
zhiics
approved these changes
Feb 24, 2021
Contributor
Lokiiiiii
pushed a commit
to Lokiiiiii/tvm
that referenced
this pull request
Mar 2, 2021
…ng & update docs and docker (apache#7350) * Fix bug in vitis ai codegen out tensor names matching & update docs & update docker * Update vitis_ai.rst * Move gpg-agent package installation to vitis ai core script * Refactor install_vitis_ai_core script * Update docs/deploy/vitis_ai.rst Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Update docs/deploy/vitis_ai.rst Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Update vitis-ai docs pynq/edge setup & adjustements for comments * Update python/tvm/contrib/target/vitis_ai.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Reorg Vitis AI dockerfile to make sure gpg-agent is installed before llvm Co-authored-by: Jorn Tuyls <jornt.tuyls@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 2, 2021
…ng & update docs and docker (apache#7350) * Fix bug in vitis ai codegen out tensor names matching & update docs & update docker * Update vitis_ai.rst * Move gpg-agent package installation to vitis ai core script * Refactor install_vitis_ai_core script * Update docs/deploy/vitis_ai.rst Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Update docs/deploy/vitis_ai.rst Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Update vitis-ai docs pynq/edge setup & adjustements for comments * Update python/tvm/contrib/target/vitis_ai.py Co-authored-by: Cody Yu <comaniac0422@gmail.com> * Reorg Vitis AI dockerfile to make sure gpg-agent is installed before llvm Co-authored-by: Jorn Tuyls <jornt.tuyls@gmail.com> Co-authored-by: Cody Yu <comaniac0422@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix occasional issue in Vitis AI codegen out tensor names matching.
Small updates in Vitis AI docs & demo_vitis_ai docker.
@comaniac @zhiics @anilmartha
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.