Skip to content

Update Docker CI - #8193

Merged
mbrookhart merged 11 commits into
apache:mainfrom
mbrookhart:update_onnx
Jul 19, 2021
Merged

Update Docker CI#8193
mbrookhart merged 11 commits into
apache:mainfrom
mbrookhart:update_onnx

Conversation

@mbrookhart

@mbrookhartmbrookhart commented Jun 4, 2021

Copy link
Copy Markdown
Contributor

Adding a lot of updates to CI docker images, including onnx, arm, tensorflow, tflite, etc. Fixes a couple of bugs with the update.

@mbrookhart
mbrookhartforce-pushed the update_onnx branch 4 times, most recently from b4fb990 to 9371913CompareJune 17, 2021 22:17
Comment threaddocker/install/ubuntu_install_onnx.sh Outdated
@mbrookhartmbrookhart mentioned this pull request Jun 22, 2021
@mbrookhart
mbrookhartforce-pushed the update_onnx branch 4 times, most recently from 13e27ef to c41a4ebCompareJuly 4, 2021 02:16
@mbrookhart
mbrookhartforce-pushed the update_onnx branch 3 times, most recently from 0d1693a to 7f5a959CompareJuly 12, 2021 15:35
@mbrookhartmbrookhart changed the title [WIP] Update ONNX versionsUpdate Docker CIJul 14, 2021
@mehrdadh

Copy link
Copy Markdown
Member

@mbrookhart I just tested it for both host and mps2 target and it passes. It could be a flaky timeout.
Please re-trigger the test.

Comment threadJenkinsfile Outdated
Comment threadJenkinsfile Outdated
Comment threadJenkinsfile Outdated
Comment threadJenkinsfile Outdated
Thanks, Andrew!
Co-authored-by: Andrew Reusch <areusch@gmail.com>

@areuschareusch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

per discussion, this will be a follow-on PR

@mbrookhart
mbrookhart merged commit 6d88bdd into apache:mainJul 19, 2021
@mbrookhart
mbrookhart deleted the update_onnx branch July 19, 2021 15:18
@mbrookhart

Copy link
Copy Markdown
ContributorAuthor

Thanks @areusch@mehrdadh

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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@mbrookhart@mehrdadh@areusch@ZihengJiang