Uh oh!
There was an error while loading. Please reload this page.
Update Docker CI - #8193
Merged
Merged
Conversation
mbrookhartforce-pushed
the
update_onnx
branch
4 times, most recently
from
June 17, 2021 22:17
b4fb990 to
9371913Compareareusch
reviewed
Jun 18, 2021
Uh oh!
There was an error while loading. Please reload this page.
26 tasks
Merged
mbrookhartforce-pushed
the
update_onnx
branch
4 times, most recently
from
July 4, 2021 02:16
13e27ef to
c41a4ebComparembrookhartforce-pushed
the
update_onnx
branch
3 times, most recently
from
July 12, 2021 15:35
0d1693a to
7f5a959Comparemehrdadh
commented
Jul 15, 2021
Member
@mbrookhart I just tested it for both |
added 10 commits
July 15, 2021 09:46
areusch
reviewed
Jul 16, 2021
Uh oh!
There was an error while loading. Please reload this page.
areusch
reviewed
Jul 16, 2021
Uh oh!
There was an error while loading. Please reload this page.
areusch
reviewed
Jul 16, 2021
Uh oh!
There was an error while loading. Please reload this page.
areusch
reviewed
Jul 16, 2021
Uh oh!
There was an error while loading. Please reload this page.
Thanks, Andrew! Co-authored-by: Andrew Reusch <areusch@gmail.com>
areusch
approved these changes
Jul 16, 2021
areusch
left a comment
Contributor
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
mbrookhart
commented
Jul 19, 2021
ContributorAuthor
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 freeto 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.