[GitHub] [tvm] junrushao1994 commented on pull request #10453: [arith] Handle mod/floormod in modular set analysis

2022-03-02 Thread GitBox
junrushao1994 commented on pull request #10453: URL: https://github.com/apache/tvm/pull/10453#issuecomment-1057758224 looks like we need to fix the lint -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] zxybazh commented on a change in pull request #10368: [MetaSchedule] Fix Cyclic Dependency in PyClass Family

2022-03-02 Thread GitBox
zxybazh commented on a change in pull request #10368: URL: https://github.com/apache/tvm/pull/10368#discussion_r818383780 ## File path: python/tvm/meta_schedule/task_scheduler/task_scheduler.py ## @@ -187,10 +160,114 @@ def f_join_running_task(task_id: int) -> None:

[tvm] branch last-successful updated (a5cb76a -> 74a08b9)

2022-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git. from a5cb76a [Relay] Fix shape func for strided slice (#10418) add 74a08b9 [skip-ci][COMMUNITY] leandron

[GitHub] [tvm] areusch commented on pull request #10283: [runtime] AOTExecutor implementation and c target code-generator

2022-03-02 Thread GitBox
areusch commented on pull request #10283: URL: https://github.com/apache/tvm/pull/10283#issuecomment-1057723457 @manupa-arm @kparzysz-quic please take a look when you have a minute, CI is green now. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [tvm] YuchenJin commented on a change in pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
YuchenJin commented on a change in pull request #10459: URL: https://github.com/apache/tvm/pull/10459#discussion_r818343820 ## File path: tests/python/relay/test_op_grad_level2.py ## @@ -281,5 +281,37 @@ def test_conv2d_backward_weight(): ) +def test_conv2d_backward_we

[tvm] branch main updated (74a08b9 -> 5e33ffc)

2022-03-02 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 74a08b9 [skip-ci][COMMUNITY] leandron to PMC (#10448) add 5e33ffc [Hexagon] Allow execution on target or simulator

[GitHub] [tvm] masahi merged pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
masahi merged pull request #10454: URL: https://github.com/apache/tvm/pull/10454 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr.

[GitHub] [tvm] masahi commented on a change in pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
masahi commented on a change in pull request #10459: URL: https://github.com/apache/tvm/pull/10459#discussion_r818341639 ## File path: tests/python/relay/test_op_grad_level2.py ## @@ -281,5 +281,37 @@ def test_conv2d_backward_weight(): ) +def test_conv2d_backward_weigh

[GitHub] [tvm] YuchenJin commented on a change in pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
YuchenJin commented on a change in pull request #10459: URL: https://github.com/apache/tvm/pull/10459#discussion_r818325048 ## File path: tests/python/relay/test_op_grad_level2.py ## @@ -281,5 +281,37 @@ def test_conv2d_backward_weight(): ) +def test_conv2d_backward_we

[GitHub] [tvm] Lyken17 commented on pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
Lyken17 commented on pull request #10459: URL: https://github.com/apache/tvm/pull/10459#issuecomment-1057645460 LGTM! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [tvm] Lyken17 commented on pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
Lyken17 commented on pull request #10459: URL: https://github.com/apache/tvm/pull/10459#issuecomment-1057639428 Thanks for the quick fix. How about also adding the type infer in python side? https://github.com/apache/tvm/blob/8f6fa8f2c41406cb54d01647ba8731e4ceb8f4ab/python/tvm/relay

[GitHub] [tvm] masahi opened a new pull request #10459: [Relay] Fix output dtype for conv2d wgrad when the original one is void

2022-03-02 Thread GitBox
masahi opened a new pull request #10459: URL: https://github.com/apache/tvm/pull/10459 https://github.com/apache/tvm/pull/10439 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [tvm] masahi commented on pull request #10439: Fix gradient OP for nn.conv2d

2022-03-02 Thread GitBox
masahi commented on pull request #10439: URL: https://github.com/apache/tvm/pull/10439#issuecomment-1057636263 https://github.com/apache/tvm/pull/10459 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
AndrewZhaoLuo commented on a change in pull request #10450: URL: https://github.com/apache/tvm/pull/10450#discussion_r818281903 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -3935,6 +3935,58 @@ def try_resolve_to_const(x, dtype_override=None): return y +cla

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
AndrewZhaoLuo commented on a change in pull request #10450: URL: https://github.com/apache/tvm/pull/10450#discussion_r818281692 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -3935,6 +3935,58 @@ def try_resolve_to_const(x, dtype_override=None): return y +cla

[tvm] branch main updated (a5cb76a -> 74a08b9)

2022-03-02 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from a5cb76a [Relay] Fix shape func for strided slice (#10418) add 74a08b9 [skip-ci][COMMUNITY] leandron to PMC (#10448)

[GitHub] [tvm] masahi merged pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
masahi merged pull request #10448: URL: https://github.com/apache/tvm/pull/10448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr.

[GitHub] [tvm] zxybazh commented on a change in pull request #10368: [MetaSchedule] Fix Cyclic Dependency in PyClass Family

2022-03-02 Thread GitBox
zxybazh commented on a change in pull request #10368: URL: https://github.com/apache/tvm/pull/10368#discussion_r818260181 ## File path: python/tvm/meta_schedule/utils.py ## @@ -31,6 +31,107 @@ from tvm.tir import FloatImm, IntImm +def derived_object(cls: type) -> type: +

[GitHub] [tvm] Mousius opened a new pull request #10458: Correctly enable architecture extensions in CMSIS-NN Zephyr Demo

2022-03-02 Thread GitBox
Mousius opened a new pull request #10458: URL: https://github.com/apache/tvm/pull/10458 Without `CONFIG_FPU` being set the correct architecture extensions weren't being applied which means the buffer sizes didn't necessarily match up - this corrects it so that they align. -- This is

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10081: [MetaSchedule][M4a] Rewrite-Cooperative-Fetch

2022-03-02 Thread GitBox
junrushao1994 commented on a change in pull request #10081: URL: https://github.com/apache/tvm/pull/10081#discussion_r818232786 ## File path: src/meta_schedule/postproc/rewrite_cooperative_fetch.cc ## @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] [tvm] kparzysz-quic commented on pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
kparzysz-quic commented on pull request #10454: URL: https://github.com/apache/tvm/pull/10454#issuecomment-1057554574 @mehrdadh Yes, I'd like to do that. I'm also going to be switching our downstream CI to use the `HexagonLauncher` mechanism. -- This is an automated message from the Apa

[GitHub] [tvm] kparzysz-quic commented on a change in pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
kparzysz-quic commented on a change in pull request #10454: URL: https://github.com/apache/tvm/pull/10454#discussion_r818227667 ## File path: python/tvm/contrib/hexagon/build.py ## @@ -17,146 +17,320 @@ """Defines top-level glue functions for building Hexagon.""" -import p

[GitHub] [tvm] shingjan commented on a change in pull request #10081: [MetaSchedule][M4a] Rewrite-Cooperative-Fetch

2022-03-02 Thread GitBox
shingjan commented on a change in pull request #10081: URL: https://github.com/apache/tvm/pull/10081#discussion_r818214864 ## File path: src/meta_schedule/postproc/rewrite_cooperative_fetch.cc ## @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [tvm] areusch commented on a change in pull request #10283: [runtime] AOTExecutor implementation and c target code-generator

2022-03-02 Thread GitBox
areusch commented on a change in pull request #10283: URL: https://github.com/apache/tvm/pull/10283#discussion_r818128014 ## File path: src/target/metadata_module.cc ## @@ -25,17 +25,145 @@ #include +#include #include +#include "../runtime/const_loader_module.h" #in

[tvm] branch last-successful updated (fdbb88f -> a5cb76a)

2022-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git. from fdbb88f [Frontend][TFLite] Added broadcasting to prelu alpha. (#10435) add a5cb76a [Relay] Fix shape

[GitHub] [tvm] junrushao1994 commented on pull request #10444: [MetaSchedule] update misc parts

2022-03-02 Thread GitBox
junrushao1994 commented on pull request #10444: URL: https://github.com/apache/tvm/pull/10444#issuecomment-1057487652 Please fix the CI BTW -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[tvm] branch last-successful updated (4913453 -> fdbb88f)

2022-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git. from 4913453 [CMSIS-NN] enable USMP with CMSIS-NN (#10224) add 29f64c6 Fix plint complain for some files.

[GitHub] [tvm] driazati opened a new pull request #10457: [ci] Fix slow test script permissions

2022-03-02 Thread GitBox
driazati opened a new pull request #10457: URL: https://github.com/apache/tvm/pull/10457 This is failing silently, e.g.: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10359/4/pipeline cc @areusch Thanks for contributing to TVM! Please refer to guideline htt

[GitHub] [tvm] driazati closed pull request #10353: [ci][testing only] Test sccache

2022-03-02 Thread GitBox
driazati closed pull request #10353: URL: https://github.com/apache/tvm/pull/10353 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubsc

[GitHub] [tvm] mehrdadh commented on a change in pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
mehrdadh commented on a change in pull request #10454: URL: https://github.com/apache/tvm/pull/10454#discussion_r818172278 ## File path: python/tvm/contrib/hexagon/build.py ## @@ -17,146 +17,320 @@ """Defines top-level glue functions for building Hexagon.""" -import pathli

[GitHub] [tvm] driazati edited a comment on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
driazati edited a comment on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057356221 @masahi is right, both the commit message and the PR title at the time the build is run have to start with `[skip ci]` (so you need to re-push the commit so the check run

[GitHub] [tvm] areusch commented on a change in pull request #10323: Clean up issue templates

2022-03-02 Thread GitBox
areusch commented on a change in pull request #10323: URL: https://github.com/apache/tvm/pull/10323#discussion_r818124162 ## File path: .github/ISSUE_TEMPLATE/06-other.md ## @@ -0,0 +1,7 @@ +--- +name: "\U2753 Other" +about: File an issue that doesn't fit into the other cat

[GitHub] [tvm] driazati opened a new pull request #10456: [ci] Skip CI based on globs

2022-03-02 Thread GitBox
driazati opened a new pull request #10456: URL: https://github.com/apache/tvm/pull/10456 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 fro

[tvm] branch last-successful updated (122be3f -> 4913453)

2022-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git. from 122be3f Add group_conv2d_transpose_nchw to CUDA backend (#10423) add 1df1580 [MISC] Add miss Type2St

[GitHub] [tvm] driazati commented on a change in pull request #10323: Clean up issue templates

2022-03-02 Thread GitBox
driazati commented on a change in pull request #10323: URL: https://github.com/apache/tvm/pull/10323#discussion_r818109679 ## File path: .github/ISSUE_TEMPLATE/02-feature-request.md ## @@ -0,0 +1,19 @@ +--- Review comment: did a quick write up here for discussion: http

[GitHub] [tvm] tkonolige opened a new pull request #10455: [AUTO_SCHEDULER] Add feature extraction directly from PrimFunc

2022-03-02 Thread GitBox
tkonolige opened a new pull request #10455: URL: https://github.com/apache/tvm/pull/10455 Allow users to directly extract features from a PrimFunc. Extracted features can be used to get an estimate of flops, memory load size, or arithmetic intensity of a PrimFunc. I've improved support to

[GitHub] [tvm] masahi commented on pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
masahi commented on pull request #10454: URL: https://github.com/apache/tvm/pull/10454#issuecomment-1057387398 please fix the lint issues -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [tvm] kparzysz-quic opened a new pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
kparzysz-quic opened a new pull request #10454: URL: https://github.com/apache/tvm/pull/10454 Setting `ANDROID_SERIAL_NUMBER=simulator` will execute the tests on simulator instead of a hardware device. This patch also introduces an environment variable `HEXAGON_RPC_LIB_DIR` to speci

[GitHub] [tvm] kparzysz-quic commented on pull request #10454: [Hexagon] Allow execution on target or simulator from HexagonLauncher

2022-03-02 Thread GitBox
kparzysz-quic commented on pull request #10454: URL: https://github.com/apache/tvm/pull/10454#issuecomment-1057374210 cc: @mehrdadh @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [tvm] driazati edited a comment on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
driazati edited a comment on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057356221 @masahi is right, both the commit message and the PR title at the time the build is run have to start with `[skip ci]` (so you need to re-push the commit so the check run

[GitHub] [tvm] driazati commented on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
driazati commented on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057356221 @masahi is right, both the commit message and the PR title at the time the build is run have to start with `[skip ci]`. We're working on a glob-based approach for auto-skipping

[GitHub] [tvm] vinx13 opened a new pull request #10453: [arith] Handle mod/floormod in modular set analysis

2022-03-02 Thread GitBox
vinx13 opened a new pull request #10453: URL: https://github.com/apache/tvm/pull/10453 cc @spectrometerHBH @jinhongyii @junrushao1994 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [tvm] masahi commented on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
masahi commented on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057336191 maybe @tqchen can push another commit to be sure. It should finish after sanity check. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [tvm] masahi commented on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
masahi commented on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057335823 > `[skip ci]` seems only effective when opening the PR at the first time. Change the PR title or commit message after opening the PR might not work I remember doing `[skip c

[GitHub] [tvm] masahi commented on pull request #10448: [skip-ci][COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
masahi commented on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057334904 I think we need to change the title before pushing commit? cc @driazati -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] driazati commented on a change in pull request #10323: Clean up issue templates

2022-03-02 Thread GitBox
driazati commented on a change in pull request #10323: URL: https://github.com/apache/tvm/pull/10323#discussion_r818034060 ## File path: .github/ISSUE_TEMPLATE/06-other.md ## @@ -0,0 +1,7 @@ +--- +name: "\U2753 Other" +about: File an issue that doesn't fit into the other ca

[GitHub] [tvm] masahi commented on pull request #10448: [COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
masahi commented on pull request #10448: URL: https://github.com/apache/tvm/pull/10448#issuecomment-1057299033 Need to undo the pylint change. We can do `[skip-ci]` for a PR like this. (Add `[skip-ci]` to the beginning of the PR title and commit message) -- This is an automated message f

[GitHub] [tvm] huajsj commented on a change in pull request #10434: [Runtime][ThreadPool] Handle the default value of affinity mode.

2022-03-02 Thread GitBox
huajsj commented on a change in pull request #10434: URL: https://github.com/apache/tvm/pull/10434#discussion_r818024014 ## File path: src/runtime/threading_backend.cc ## @@ -279,11 +280,7 @@ void Yield() { std::this_thread::yield(); } /*! * \bief Set the maximum number of a

[GitHub] [tvm] masahi commented on a change in pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
masahi commented on a change in pull request #10450: URL: https://github.com/apache/tvm/pull/10450#discussion_r818009862 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -3935,6 +3935,58 @@ def try_resolve_to_const(x, dtype_override=None): return y +class MatM

[GitHub] [tvm] masahi commented on a change in pull request #10283: [runtime] AOTExecutor implementation and c target code-generator

2022-03-02 Thread GitBox
masahi commented on a change in pull request #10283: URL: https://github.com/apache/tvm/pull/10283#discussion_r818004670 ## File path: src/relay/backend/aot_executor_codegen.cc ## @@ -177,6 +179,12 @@ class AOTOnDemandAllocator : public transform::DeviceAwareExprVisitor {

[GitHub] [tvm] mbrookhart commented on pull request #10418: [Relay] Fix shape func for strided slice

2022-03-02 Thread GitBox
mbrookhart commented on pull request #10418: URL: https://github.com/apache/tvm/pull/10418#issuecomment-1057271147 Thanks Andrew -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[tvm] branch main updated (fdbb88f -> a5cb76a)

2022-03-02 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from fdbb88f [Frontend][TFLite] Added broadcasting to prelu alpha. (#10435) add a5cb76a [Relay] Fix shape func for s

[GitHub] [tvm] masahi commented on a change in pull request #10283: [runtime] AOTExecutor implementation and c target code-generator

2022-03-02 Thread GitBox
masahi commented on a change in pull request #10283: URL: https://github.com/apache/tvm/pull/10283#discussion_r818002978 ## File path: src/target/metadata_module.cc ## @@ -25,17 +25,145 @@ #include +#include #include +#include "../runtime/const_loader_module.h" #inc

[GitHub] [tvm] mbrookhart merged pull request #10418: [Relay] Fix shape func for strided slice

2022-03-02 Thread GitBox
mbrookhart merged pull request #10418: URL: https://github.com/apache/tvm/pull/10418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [tvm] mbrookhart commented on a change in pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
mbrookhart commented on a change in pull request #10450: URL: https://github.com/apache/tvm/pull/10450#discussion_r817994425 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -3935,6 +3935,58 @@ def try_resolve_to_const(x, dtype_override=None): return y +class

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
AndrewZhaoLuo commented on a change in pull request #10450: URL: https://github.com/apache/tvm/pull/10450#discussion_r817987993 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -3935,6 +3935,58 @@ def try_resolve_to_const(x, dtype_override=None): return y +cla

[GitHub] [tvm] AndrewZhaoLuo commented on a change in pull request #10434: [Runtime][ThreadPool] Handle the default value of affinity mode.

2022-03-02 Thread GitBox
AndrewZhaoLuo commented on a change in pull request #10434: URL: https://github.com/apache/tvm/pull/10434#discussion_r817983799 ## File path: src/runtime/threading_backend.cc ## @@ -279,11 +280,7 @@ void Yield() { std::this_thread::yield(); } /*! * \bief Set the maximum numb

[GitHub] [tvm] areusch commented on pull request #10432: Modify Jenkinsfile to prevent builds from triggering on branch indexing

2022-03-02 Thread GitBox
areusch commented on pull request #10432: URL: https://github.com/apache/tvm/pull/10432#issuecomment-1057243749 lgtm, hopefully this fixes https://github.com/tlc-pack/ci/issues/11. waiting for the ci-docker-staging branch to pass before approving. -- This is an automated message from the

[tvm] branch ci-docker-staging updated (977bdd3 -> 8b4b4e9)

2022-03-02 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git. discard 977bdd3 Upgrade tensorflow to version to 2.6.x add f49a853 Fix relative include path (#10402) ad

[tvm] branch main updated (60ffcb5 -> fdbb88f)

2022-03-02 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 60ffcb5 Fix a Uninitialized Variable Warnings. (#10436) add fdbb88f [Frontend][TFLite] Added broadcasting to

[GitHub] [tvm] AndrewZhaoLuo merged pull request #10435: [Frontend][TFLite] Added broadcasting to prelu alpha.

2022-03-02 Thread GitBox
AndrewZhaoLuo merged pull request #10435: URL: https://github.com/apache/tvm/pull/10435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [tvm] areusch commented on a change in pull request #10283: [runtime] AOTExecutor implementation and c target code-generator

2022-03-02 Thread GitBox
areusch commented on a change in pull request #10283: URL: https://github.com/apache/tvm/pull/10283#discussion_r817079407 ## File path: src/target/source/source_module.cc ## @@ -518,6 +522,264 @@ class CSourceCrtMetadataModuleNode : public runtime::ModuleNode { } }; +sta

[tvm] branch main updated (29f64c6 -> 60ffcb5)

2022-03-02 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 29f64c6 Fix plint complain for some files. (#10433) add 60ffcb5 Fix a Uninitialized Variable Warnings. (#104

[GitHub] [tvm] AndrewZhaoLuo merged pull request #10436: Fix a Uninitialized Variable Warnings.

2022-03-02 Thread GitBox
AndrewZhaoLuo merged pull request #10436: URL: https://github.com/apache/tvm/pull/10436 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [tvm] areusch commented on a change in pull request #10323: Clean up issue templates

2022-03-02 Thread GitBox
areusch commented on a change in pull request #10323: URL: https://github.com/apache/tvm/pull/10323#discussion_r817976444 ## File path: .github/ISSUE_TEMPLATE/06-other.md ## @@ -0,0 +1,7 @@ +--- +name: "\U2753 Other" +about: File an issue that doesn't fit into the other cat

[tvm] branch main updated (4913453 -> 29f64c6)

2022-03-02 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 4913453 [CMSIS-NN] enable USMP with CMSIS-NN (#10224) add 29f64c6 Fix plint complain for some files. (#10433

[GitHub] [tvm] AndrewZhaoLuo merged pull request #10433: Fix plint complain for some files.

2022-03-02 Thread GitBox
AndrewZhaoLuo merged pull request #10433: URL: https://github.com/apache/tvm/pull/10433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [tvm] ShuKun-coder opened a new pull request #10452: @shukun.net: Complete pytorch grid_sample

2022-03-02 Thread GitBox
ShuKun-coder opened a new pull request #10452: URL: https://github.com/apache/tvm/pull/10452 @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

[GitHub] [tvm] ShuKun-coder closed pull request #10451: @shukun.net: Complete pytorch grid_sample

2022-03-02 Thread GitBox
ShuKun-coder closed pull request #10451: URL: https://github.com/apache/tvm/pull/10451 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-uns

[tvm] branch main updated (a772de8 -> 4913453)

2022-03-02 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from a772de8 [skip ci][CI][Fix] Fixing lint (#10445) add 4913453 [CMSIS-NN] enable USMP with CMSIS-NN (#10224) No new

[GitHub] [tvm] ShuKun-coder opened a new pull request #10451: @shukun.net: Complete pytorch grid_sample

2022-03-02 Thread GitBox
ShuKun-coder opened a new pull request #10451: URL: https://github.com/apache/tvm/pull/10451 @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

[GitHub] [tvm] Mousius commented on pull request #10224: [CMSIS-NN] enable USMP with CMSIS-NN

2022-03-02 Thread GitBox
Mousius commented on pull request #10224: URL: https://github.com/apache/tvm/pull/10224#issuecomment-1057196107 Thanks @manupa-arm! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [tvm] Mousius merged pull request #10224: [CMSIS-NN] enable USMP with CMSIS-NN

2022-03-02 Thread GitBox
Mousius merged pull request #10224: URL: https://github.com/apache/tvm/pull/10224 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [tvm] comaniac commented on a change in pull request #10388: [BYOC][TENSOORT] Add support for FP16 on TensorRT BYOC flow

2022-03-02 Thread GitBox
comaniac commented on a change in pull request #10388: URL: https://github.com/apache/tvm/pull/10388#discussion_r817934703 ## File path: src/runtime/contrib/tensorrt/tensorrt_builder.cc ## @@ -139,17 +141,21 @@ void TensorRTBuilder::AddLayer(int nid, const JSONGraphNode& node)

[GitHub] [tvm] tqchen commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2022-03-02 Thread GitBox
tqchen commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r817935868 ## File path: src/tir/ir/buffer.cc ## @@ -407,22 +515,31 @@ PrimExpr Buffer::access_ptr(int access_mask, DataType ptr_type, int content_lane Buffer::Buffer

[GitHub] [tvm] tqchen commented on a change in pull request #9727: [TE][TIR] Implement layout transformations, non-flat memory buffers

2022-03-02 Thread GitBox
tqchen commented on a change in pull request #9727: URL: https://github.com/apache/tvm/pull/9727#discussion_r817931584 ## File path: src/printer/tvmscript_printer.cc ## @@ -1008,8 +1013,59 @@ Doc TVMScriptPrinter::VisitStmt_(const BufferRealizeNode* op) { return Doc(); }

[GitHub] [tvm] lhutton1 edited a comment on issue #10300: [Flaky Test] `tests/python/contrib/test_ethosu`

2022-03-02 Thread GitBox
lhutton1 edited a comment on issue #10300: URL: https://github.com/apache/tvm/issues/10300#issuecomment-1056957983 After #10214 we witnessed a flaky test failure in #10445: ``` E RuntimeError: Subprocess failed: make -f /workspace/tests/python/relay/aot/corstone300.mk build

[GitHub] [tvm] FranckQC edited a comment on issue #10211: [Tracking Issue] TIR-level CSE follow up

2022-03-02 Thread GitBox
FranckQC edited a comment on issue #10211: URL: https://github.com/apache/tvm/issues/10211#issuecomment-1057160549 Hi @yuanfz98 Thanks for your interest in the pass! That's great, I didn't know that there was an arith::Analyzer which was already able to algebraic simplifications

[GitHub] [tvm] FranckQC commented on issue #10211: [Tracking Issue] TIR-level CSE follow up

2022-03-02 Thread GitBox
FranckQC commented on issue #10211: URL: https://github.com/apache/tvm/issues/10211#issuecomment-1057160549 Hi @yuanfz98 Thanks for your interest in the pass! That's great, I didn't know that there was an arith::Analyzer which was already able to algebraic simplifications of term

[GitHub] [tvm] manupa-arm commented on issue #10300: [Flaky Test] `tests/python/contrib/test_ethosu`

2022-03-02 Thread GitBox
manupa-arm commented on issue #10300: URL: https://github.com/apache/tvm/issues/10300#issuecomment-1057159415 It seems like model library format extraction seems missing (or the temp directory itself goes missing) and that happens intermittently. Any thoughts why would this happen in the C

[GitHub] [tvm] anwang2009 opened a new pull request #10450: [ONNX] Add MatMulInteger importer

2022-03-02 Thread GitBox
anwang2009 opened a new pull request #10450: URL: https://github.com/apache/tvm/pull/10450 As title. Re-uses `QLinearMatMul`'s implementation. The only difference is that MatMulInteger accumulates into int32, not int8 or uint8. cc @cconvey @AndrewZhaoLuo -- This is an automated

[GitHub] [tvm] ShuKun-coder closed pull request #10449: @shukun.net: complete pytorch grid_sample

2022-03-02 Thread GitBox
ShuKun-coder closed pull request #10449: URL: https://github.com/apache/tvm/pull/10449 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-uns

[GitHub] [tvm] ShuKun-coder opened a new pull request #10449: @shukun.net: complete pytorch grid_sample

2022-03-02 Thread GitBox
ShuKun-coder opened a new pull request #10449: URL: https://github.com/apache/tvm/pull/10449 @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

[tvm] branch main updated (8f6fa8f -> a772de8)

2022-03-02 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 8f6fa8f [cleanup] Log compile errors for AOT tests (#10214) add a772de8 [skip ci][CI][Fix] Fixing lint (#10445)

[GitHub] [tvm] leandron commented on pull request #10445: [CI][Fix] Fixing lint

2022-03-02 Thread GitBox
leandron commented on pull request #10445: URL: https://github.com/apache/tvm/pull/10445#issuecomment-1057091241 This is now merged, thanks @lhutton1 ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] leandron merged pull request #10445: [CI][Fix] Fixing lint

2022-03-02 Thread GitBox
leandron merged pull request #10445: URL: https://github.com/apache/tvm/pull/10445 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubsc

[GitHub] [tvm] yuanfz98 commented on issue #10211: [Tracking Issue] TIR-level CSE follow up

2022-03-02 Thread GitBox
yuanfz98 commented on issue #10211: URL: https://github.com/apache/tvm/issues/10211#issuecomment-1057078163 Hello, For semantic extension, I listed some items: - commutativity (identifying for instance (x+y) with (y+x)) - associativity (identifying for instance (x+y)+z with x+(y

[GitHub] [tvm] tqchen commented on a change in pull request #10368: [MetaSchedule] Fix Cyclic Dependency in PyClass Family

2022-03-02 Thread GitBox
tqchen commented on a change in pull request #10368: URL: https://github.com/apache/tvm/pull/10368#discussion_r817802314 ## File path: python/tvm/meta_schedule/task_scheduler/task_scheduler.py ## @@ -187,10 +160,114 @@ def f_join_running_task(task_id: int) -> None:

[GitHub] [tvm] tqchen commented on a change in pull request #10368: [MetaSchedule] Fix Cyclic Dependency in PyClass Family

2022-03-02 Thread GitBox
tqchen commented on a change in pull request #10368: URL: https://github.com/apache/tvm/pull/10368#discussion_r817802314 ## File path: python/tvm/meta_schedule/task_scheduler/task_scheduler.py ## @@ -187,10 +160,114 @@ def f_join_running_task(task_id: int) -> None:

[GitHub] [tvm] tqchen commented on a change in pull request #10368: [MetaSchedule] Fix Cyclic Dependency in PyClass Family

2022-03-02 Thread GitBox
tqchen commented on a change in pull request #10368: URL: https://github.com/apache/tvm/pull/10368#discussion_r817802314 ## File path: python/tvm/meta_schedule/task_scheduler/task_scheduler.py ## @@ -187,10 +160,114 @@ def f_join_running_task(task_id: int) -> None:

[GitHub] [tvm] gromero commented on pull request #10416: [microTVM] Zephyr: add B-U585I-IOT02A board support

2022-03-02 Thread GitBox
gromero commented on pull request #10416: URL: https://github.com/apache/tvm/pull/10416#issuecomment-1057035919 @areusch I'm wondering if you could kindly land this change now that the CI is green :) -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] gromero commented on pull request #8738: [RVM] Improve base-box-tool 'build' command

2022-03-02 Thread GitBox
gromero commented on pull request #8738: URL: https://github.com/apache/tvm/pull/8738#issuecomment-1057032062 @areusch Hi. Now that CI is green again, I'm wondering if you could reconsider/review it again. I've replied to your comment but likely you missed my reply. Thanks! -- This is a

[GitHub] [tvm] tqchen opened a new pull request #10448: [COMMUNITY] leandron to PMC

2022-03-02 Thread GitBox
tqchen opened a new pull request #10448: URL: https://github.com/apache/tvm/pull/10448 Dear community: Please join us to welcome @leandron as a new PMC member. Leandro was one of the early contributors to the community. He contributed to the TVM command line driver. He helps

[GitHub] [tvm] cgerum commented on issue #10309: [Bug] dense.py in matmul tensor_b.shape mismatch after autoscheduler tuning in ARM CPU

2022-03-02 Thread GitBox
cgerum commented on issue #10309: URL: https://github.com/apache/tvm/issues/10309#issuecomment-1056981200 This can be solved by changing: https://github.com/apache/tvm/blob/8f6fa8f2c41406cb54d01647ba8731e4ceb8f4ab/python/tvm/relay/op/strategy/arm_cpu.py#L466 to: ```pyt

[GitHub] [tvm] lhutton1 commented on pull request #10407: [WIP][microNPU] Show debug logging when running tests

2022-03-02 Thread GitBox
lhutton1 commented on pull request #10407: URL: https://github.com/apache/tvm/pull/10407#issuecomment-1056959354 Closing since #10214 has been merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [tvm] lhutton1 commented on issue #10300: [Flaky Test] `tests/python/contrib/test_ethosu`

2022-03-02 Thread GitBox
lhutton1 commented on issue #10300: URL: https://github.com/apache/tvm/issues/10300#issuecomment-1056957983 After #10214 we witnessed a flaky test failure in #10445: ``` [](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10445/1/pipeline/#step-525-log-1028)[](https://ci

[GitHub] [tvm] lhutton1 closed pull request #10407: [WIP][microNPU] Show debug logging when running tests

2022-03-02 Thread GitBox
lhutton1 closed pull request #10407: URL: https://github.com/apache/tvm/pull/10407 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubsc

[GitHub] [tvm] haoyang9804 commented on pull request #10447: fix one InferType related bug

2022-03-02 Thread GitBox
haoyang9804 commented on pull request #10447: URL: https://github.com/apache/tvm/pull/10447#issuecomment-1056941812 @jroesch hi, I just found that there exists one TODO for you lying in InferType, which may be related to my commit. Could you please help check my commit? Thanks in advance.

[GitHub] [tvm] haoyang9804 opened a new pull request #10447: fix one InferType related bug

2022-03-02 Thread GitBox
haoyang9804 opened a new pull request #10447: URL: https://github.com/apache/tvm/pull/10447 This commit focuses on the problem in [](https://github.com/apache/tvm/issues/10398) and [](https://discuss.tvm.apache.org/t/infertype-crashes-when-a-relay-function-call-another-function/12176).

[GitHub] [tvm] DimStar77 edited a comment on issue #10443: [Bug] tvmc failed on onnx with `google.protobuf.message.DecodeError: unexpected end-group tag`

2022-03-02 Thread GitBox
DimStar77 edited a comment on issue #10443: URL: https://github.com/apache/tvm/issues/10443#issuecomment-1056896462 * tvm version 0.8.0 * protobuf 3.19.4 * ~~expat version 2.4.6~~ (seems irrelevant) -- This is an automated message from the Apache Git Service. To respond to the messa

  1   2   >