Merged
Conversation
b4fb990 to
9371913
Compare
areusch
reviewed
Jun 18, 2021
26 tasks
Merged
13e27ef to
c41a4eb
Compare
0d1693a to
7f5a959
Compare
Member
|
@mbrookhart I just tested it for both |
added 10 commits
July 15, 2021 09:46
areusch
reviewed
Jul 16, 2021
areusch
reviewed
Jul 16, 2021
areusch
reviewed
Jul 16, 2021
areusch
reviewed
Jul 16, 2021
Thanks, Andrew! Co-authored-by: Andrew Reusch <areusch@gmail.com>
areusch
approved these changes
Jul 16, 2021
Contributor
areusch
left a comment
There was a problem hiding this comment.
thanks @mbrookhart ! please update the tracking issue when you merge
| repeat(1, D), | ||
| auto_pad="SAME_UPPER", | ||
| ) | ||
| ## TODO(mbrookhart): renable autopad tests when CI ONNX |
Contributor
There was a problem hiding this comment.
per discussion, this will be a follow-on PR
Contributor
Author
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Sep 29, 2021
* add failing onnx tets * point jenkins at new docker * support convtranspose opset 11 autopadding * Don't force output shape for conv transpose tests, add 1D and 3D cases * disable test until CI update complete * try updating docker images again * skip a test until update complete * next try at docker images * manage TF memory use in TF1 tests * support explicit padding for NCHW TF padding test * Update to tagged tlcpack images Thanks, Andrew! Co-authored-by: Andrew Reusch <areusch@gmail.com> Co-authored-by: Andrew Reusch <areusch@gmail.com>
ylc
pushed a commit
to ylc/tvm
that referenced
this pull request
Jan 13, 2022
* add failing onnx tets * point jenkins at new docker * support convtranspose opset 11 autopadding * Don't force output shape for conv transpose tests, add 1D and 3D cases * disable test until CI update complete * try updating docker images again * skip a test until update complete * next try at docker images * manage TF memory use in TF1 tests * support explicit padding for NCHW TF padding test * Update to tagged tlcpack images Thanks, Andrew! Co-authored-by: Andrew Reusch <areusch@gmail.com> Co-authored-by: Andrew Reusch <areusch@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.
Adding a lot of updates to CI docker images, including onnx, arm, tensorflow, tflite, etc. Fixes a couple of bugs with the update.