svn commit: r55860 - in /dev/tvm/tvm-v0.9.0-rc0: ./ apache-tvm-src-v0.9.0.rc0.tar.gz apache-tvm-src-v0.9.0.rc0.tar.gz.asc apache-tvm-src-v0.9.0.rc0.tar.gz.sha512

2022-07-19 Thread areusch
Author: areusch Date: Wed Jul 20 05:27:44 2022 New Revision: 55860 Log: Add back rc0 temporarily Added: dev/tvm/tvm-v0.9.0-rc0/ dev/tvm/tvm-v0.9.0-rc0/apache-tvm-src-v0.9.0.rc0.tar.gz (with props) dev/tvm/tvm-v0.9.0-rc0/apache-tvm-src-v0.9.0.rc0.tar.gz.asc dev/tvm/tvm-v0.9.0-rc0

[GitHub] [tvm] areusch commented on a diff in pull request #12087: [UMA] UMA v1.0

2022-07-19 Thread GitBox
areusch commented on code in PR #12087: URL: https://github.com/apache/tvm/pull/12087#discussion_r924081353 ## tests/python/contrib/test_uma/test_uma_lowering_with_umalower.py: ## @@ -0,0 +1,115 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

[GitHub] [tvm] quic-sanirudh commented on pull request #11712: [Docker][Pylint] Use regexes for good names

2022-07-19 Thread GitBox
quic-sanirudh commented on PR #11712: URL: https://github.com/apache/tvm/pull/11712#issuecomment-1189822698 Is there any ideas to either merge this patch, or modify this to remote all the single variable names altogether. When modifying the pytests to be linter compliant, I normally just ru

[GitHub] [tvm] sunjiweiswift commented on a diff in pull request #11599: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-07-19 Thread GitBox
sunjiweiswift commented on code in PR #11599: URL: https://github.com/apache/tvm/pull/11599#discussion_r925109751 ## src/runtime/threading_backend.cc: ## @@ -101,13 +109,19 @@ class QuRTThread { }; #endif // __hexagon__ thread_local int max_concurrency = 0; + class ThreadGr

[tvm] branch last-successful updated (7bf5fa449c -> eb7cf7051d)

2022-07-19 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 7bf5fa449c [Target] Add "features" property to Target (#12121) add 3e7a2ad956 support overlapped itersu

[GitHub] [tvm] driazati closed issue #10832: [ci] `unknown parent image ID` in Docker builds

2022-07-19 Thread GitBox
driazati closed issue #10832: [ci] `unknown parent image ID` in Docker builds URL: https://github.com/apache/tvm/issues/10832 -- 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

[GitHub] [tvm] driazati commented on issue #10832: [ci] `unknown parent image ID` in Docker builds

2022-07-19 Thread GitBox
driazati commented on issue #10832: URL: https://github.com/apache/tvm/issues/10832#issuecomment-1189665006 this should be fixed since we updated the pruning script -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[tvm] branch nightly-docker-update updated (e78ac1eca8 -> 29030af865)

2022-07-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly-docker-update in repository https://gitbox.apache.org/repos/asf/tvm.git discard e78ac1eca8 [ci][docker] Nightly Docker image update add 94d01d3565 [microNPU] Add support for har

[GitHub] [tvm] wrongtest-intellif commented on pull request #12137: [skip ci] Revert "[Arith] DetectIterMap support overlapped iteration sum"

2022-07-19 Thread GitBox
wrongtest-intellif commented on PR #12137: URL: https://github.com/apache/tvm/pull/12137#issuecomment-1189658904 > Reverts #12039 > > Seems like the CI [has been failing](https://github.com/apache/tvm/commits/main) since #12039. Providing a quick fix for this might not be very trivia

[GitHub] [tvm] gigiblender commented on pull request #12039: [Arith] DetectIterMap support overlapped iteration sum

2022-07-19 Thread GitBox
gigiblender commented on PR #12039: URL: https://github.com/apache/tvm/pull/12039#issuecomment-1189651753 This caused the CI to fail and was therefore reverted by #12137. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[tvm] branch main updated: Revert "support overlapped itersum (#12039)" (#12137)

2022-07-19 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new eb7cf7051d Revert "support overlapped itersum (#12039

[GitHub] [tvm] kparzysz-quic merged pull request #12137: [skip ci] Revert "[Arith] DetectIterMap support overlapped iteration sum"

2022-07-19 Thread GitBox
kparzysz-quic merged PR #12137: URL: https://github.com/apache/tvm/pull/12137 -- 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...@tvm.ap

[GitHub] [tvm] shingjan commented on issue #12009: [Bug] xgboost version conflict

2022-07-19 Thread GitBox
shingjan commented on issue #12009: URL: https://github.com/apache/tvm/issues/12009#issuecomment-1189650031 @Sunny-Island It looks like `cvfolds` is default to `None` when using the deprecated callback function in xgboost [here](https://github.com/dmlc/xgboost/blob/a09446d12b49b15b00dad944a

[GitHub] [tvm] shingjan opened a new pull request, #12141: [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule

2022-07-19 Thread GitBox
shingjan opened a new pull request, #12141: URL: https://github.com/apache/tvm/pull/12141 This PR intends to update the custom callback function of xgboost in meta schedule. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tvm] huajsj commented on pull request #11557: [Runtime][PipelineExecutor] Tutorial of using pipeline executor.

2022-07-19 Thread GitBox
huajsj commented on PR #11557: URL: https://github.com/apache/tvm/pull/11557#issuecomment-1189621367 @masahi, please take a look. -- 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 (175f362181 -> ac1ab3b298)

2022-07-19 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 175f362181 [microTVM] Arduino retry on flash failure (#12114) add ac1ab3b298 [LLVM] Clarify the status of pointers to

[GitHub] [tvm] masahi merged pull request #12123: [LLVM] Clarify the status of pointers to llvm::Module in LLVMModule

2022-07-19 Thread GitBox
masahi merged PR #12123: URL: https://github.com/apache/tvm/pull/12123 -- 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...@tvm.apache.or

[GitHub] [tvm] gromero commented on pull request #12114: [microTVM] Arduino retry on flash failure

2022-07-19 Thread GitBox
gromero commented on PR #12114: URL: https://github.com/apache/tvm/pull/12114#issuecomment-1189599755 @guberti Thanks for the enhancement, I remember facing this issue sometimes in my setup in the past. The changes LGTM (although already merged by @areusch -- he merged right when I was abou

[GitHub] [tvm] kparzysz-quic opened a new pull request, #12140: [LLVM] Create LLVM scope object for use with LLVM libraries

2022-07-19 Thread GitBox
kparzysz-quic opened a new pull request, #12140: URL: https://github.com/apache/tvm/pull/12140 This implements RFC 80. See https://github.com/apache/tvm-rfcs/pull/83. Summary of changes: - Created an `LLVMScope` class. Uses of LLVM functions and data structures should be contai

[tvm] branch main updated (a1f27e57f6 -> 175f362181)

2022-07-19 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from a1f27e57f6 [Hexagon] Slice op relu (#11449) add 175f362181 [microTVM] Arduino retry on flash failure (#12114) No new

[GitHub] [tvm] areusch merged pull request #12114: [microTVM] Arduino retry on flash failure

2022-07-19 Thread GitBox
areusch merged PR #12114: URL: https://github.com/apache/tvm/pull/12114 -- 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...@tvm.apache.o

svn commit: r55856 - /release/tvm/tvm-v0.9.0/

2022-07-19 Thread areusch
Author: areusch Date: Tue Jul 19 21:27:07 2022 New Revision: 55856 Log: Remove rc suffix Added: release/tvm/tvm-v0.9.0/apache-tvm-src-v0.9.0.tar.gz - copied unchanged from r55855, release/tvm/tvm-v0.9.0/apache-tvm-src-v0.9.0.rc1.tar.gz release/tvm/tvm-v0.9.0/apache-tvm-src-v0.9.0.t

[tvm] branch main updated (ae015d9ea2 -> a1f27e57f6)

2022-07-19 Thread lunderberg
This is an automated email from the ASF dual-hosted git repository. lunderberg pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ae015d9ea2 [microTVM] Make Arduino API server obey timeout (#12074) add a1f27e57f6 [Hexagon] Slice op relu (#11449

[GitHub] [tvm] Lunderberg merged pull request #11449: [Hexagon] Slice op relu

2022-07-19 Thread GitBox
Lunderberg merged PR #11449: URL: https://github.com/apache/tvm/pull/11449 -- 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...@tvm.apach

[GitHub] [tvm] gigiblender commented on pull request #12137: [skip ci] Revert "[Arith] DetectIterMap support overlapped iteration sum"

2022-07-19 Thread GitBox
gigiblender commented on PR #12137: URL: https://github.com/apache/tvm/pull/12137#issuecomment-1189500354 > LGTM thanks! just fyi to skip GitHub Actions jobs as well as Jenkins `[skip ci]` needs to be on the commit message subject too (its already been going for a while so we can wait it ou

[GitHub] [tvm] github-actions[bot] commented on pull request #12137: [skip ci] Revert "[Arith] DetectIterMap support overlapped iteration sum"

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #12137: URL: https://github.com/apache/tvm/pull/12137#issuecomment-1189486646 Built docs for commit 8f0a9be4ed114dbd419c020759b2834b960fe3ef can be found [here](https://pr-docs.tlcpack.ai/PR-12137/2/docs/index.html). -- This is an automated mess

[GitHub] [tvm] tkonolige opened a new issue, #12139: [Bug] Metaschedule flop estimation cannot handle non-integer loop dimensions

2022-07-19 Thread GitBox
tkonolige opened a new issue, #12139: URL: https://github.com/apache/tvm/issues/12139 Metaschedule does not handle non-integer loop extents. This problem is specific to metaschedule as auto_scheduler handles non-integer loop extents. This failure happens with extents that can be simplified

[GitHub] [tvm] tkonolige opened a new pull request, #12138: [FIX,TIR] Handle LetStmt in EstimateTIRFLops

2022-07-19 Thread GitBox
tkonolige opened a new pull request, #12138: URL: https://github.com/apache/tvm/pull/12138 Add flops for the right hand side of let statements to the total flops. @junrushao1994 @Hzfengsy -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tvm] gigiblender opened a new pull request, #12137: Revert "[Arith] DetectIterMap support overlapped iteration sum"

2022-07-19 Thread GitBox
gigiblender opened a new pull request, #12137: URL: https://github.com/apache/tvm/pull/12137 Reverts apache/tvm#12039 Seems like the CI [has been failing](https://github.com/apache/tvm/commits/main) since #12039. Providing a quick fix for this might not be very trivial, and therefor

[GitHub] [tvm] driazati opened a new issue, #12136: [ci] Add retries to upload to S3

2022-07-19 Thread GitBox
driazati opened a new issue, #12136: URL: https://github.com/apache/tvm/issues/12136 Uploading artifacts sometimes fails, we should retry it up to 3 times with a short backoff. Example failure: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3840/pipeline/378 -- This is

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924864417 ## docker/Dockerfile.ci_cpu: ## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/a

[GitHub] [tvm] vinx13 commented on issue #12135: [Bug] Metaschedule nonexistent error message

2022-07-19 Thread GitBox
vinx13 commented on issue #12135: URL: https://github.com/apache/tvm/issues/12135#issuecomment-1189445267 cc @zxybazh -- 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] areusch commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
areusch commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1189443940 +1 to this as well, i will leave the previously-approved rc0 in the release dir for posterity. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] tkonolige opened a new issue, #12135: [Bug] Metaschedule nonexistent error message

2022-07-19 Thread GitBox
tkonolige opened a new issue, #12135: URL: https://github.com/apache/tvm/issues/12135 Using this test script: ```python import tvm import tempfile import tvm.script.tir as T @T.prim_func def bad_message( B: T.Buffer[(64), "float32"], B_pack: T.Buffer[(8

[GitHub] [tvm] shingjan opened a new pull request, #12134: [PyTorch] Fix pad_common for float pad_value

2022-07-19 Thread GitBox
shingjan opened a new pull request, #12134: URL: https://github.com/apache/tvm/pull/12134 This PR intends to fix the impl of `pad_common` for float pad_value found in models like `pytorch_unet` and `timm_efficientdet`, as well as add a couple new tests for the `torch.nn.functional.pad`.

svn commit: r55855 - /dev/tvm/tvm-0.9.0-rc1/ /release/tvm/tvm-v0.9.0/

2022-07-19 Thread areusch
Author: areusch Date: Tue Jul 19 18:45:41 2022 New Revision: 55855 Log: promote rc1 to release Added: release/tvm/tvm-v0.9.0/ - copied from r55854, dev/tvm/tvm-0.9.0-rc1/ Removed: dev/tvm/tvm-0.9.0-rc1/

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924848507 ## docker/Dockerfile.ci_cpu: ## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/a

[GitHub] [tvm] tqchen commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
tqchen commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1189431322 can verify, and +1 on the rc1 as well TQ -- 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] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924844530 ## docker/Dockerfile.ci_cpu: ## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/a

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924844530 ## docker/Dockerfile.ci_cpu: ## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/a

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r924843090 ## docker/Dockerfile.ci_cpu: ## @@ -124,15 +124,6 @@ RUN bash /install/ubuntu_install_androidsdk.sh ENV ANDROID_HOME=/opt/android-sdk-linux/ ENV ANDROID_NDK_HOME=/opt/a

[GitHub] [tvm] yelite commented on a diff in pull request #12048: [TVMScript] ExprDoc

2022-07-19 Thread GitBox
yelite commented on code in PR #12048: URL: https://github.com/apache/tvm/pull/12048#discussion_r924842630 ## python/tvm/script/printer/doc.py: ## @@ -29,12 +34,63 @@ class Doc(Object): class ExprDoc(Object): """Base class of all expression Docs""" +def attr_access(s

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11953: [CI][docker] Add comment

2022-07-19 Thread GitBox
mehrdadh commented on code in PR #11953: URL: https://github.com/apache/tvm/pull/11953#discussion_r924837226 ## docker/bash.sh: ## @@ -138,6 +138,8 @@ CONTAINER_NAME= # "${REPO_DIR}". The consistent directory for Jenkins is currently # necessary to allow cmake build commands

[GitHub] [tvm] driazati commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
driazati commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1189417401 This release and past releases have included the `rc0` in the top-level folder inside the source release tar. We've pushed a [new RC](https://dist.apache.org/repos/dist/dev/tvm/tvm-0.

svn commit: r55854 - in /dev/tvm/tvm-0.9.0-rc1: ./ apache-tvm-src-v0.9.0.rc1.tar.gz apache-tvm-src-v0.9.0.rc1.tar.gz.asc apache-tvm-src-v0.9.0.rc1.tar.gz.sha512

2022-07-19 Thread driazati
Author: driazati Date: Tue Jul 19 18:21:18 2022 New Revision: 55854 Log: Add v0.9.0 RC1 Added: dev/tvm/tvm-0.9.0-rc1/ dev/tvm/tvm-0.9.0-rc1/apache-tvm-src-v0.9.0.rc1.tar.gz (with props) dev/tvm/tvm-0.9.0-rc1/apache-tvm-src-v0.9.0.rc1.tar.gz.asc dev/tvm/tvm-0.9.0-rc1/apache-tvm-s

[GitHub] [tvm] driazati closed issue #11514: [CI Problem] from_oneflow can flake due to network dependency

2022-07-19 Thread GitBox
driazati closed issue #11514: [CI Problem] from_oneflow can flake due to network dependency URL: https://github.com/apache/tvm/issues/11514 -- 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 specif

[GitHub] [tvm] driazati commented on issue #11514: [CI Problem] from_oneflow can flake due to network dependency

2022-07-19 Thread GitBox
driazati commented on issue #11514: URL: https://github.com/apache/tvm/issues/11514#issuecomment-1189366300 closing since we wrap these network calls now with S3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tvm] driazati commented on issue #11710: [ci] docker pull network errors

2022-07-19 Thread GitBox
driazati commented on issue #11710: URL: https://github.com/apache/tvm/issues/11710#issuecomment-1189365868 closing in favor of #12110 -- 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

[GitHub] [tvm] driazati closed issue #11710: [ci] docker pull network errors

2022-07-19 Thread GitBox
driazati closed issue #11710: [ci] docker pull network errors URL: https://github.com/apache/tvm/issues/11710 -- 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] driazati commented on issue #11713: [ci] docker pull failed

2022-07-19 Thread GitBox
driazati commented on issue #11713: URL: https://github.com/apache/tvm/issues/11713#issuecomment-1189365588 closing in favor of #12110 -- 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

[GitHub] [tvm] driazati closed issue #11713: [ci] docker pull failed

2022-07-19 Thread GitBox
driazati closed issue #11713: [ci] docker pull failed URL: https://github.com/apache/tvm/issues/11713 -- 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: co

[GitHub] [tvm] driazati closed issue #11492: Use git annex to log large files in CI

2022-07-19 Thread GitBox
driazati closed issue #11492: Use git annex to log large files in CI URL: https://github.com/apache/tvm/issues/11492 -- 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 unsubscr

[GitHub] [tvm] driazati commented on issue #11492: Use git annex to log large files in CI

2022-07-19 Thread GitBox
driazati commented on issue #11492: URL: https://github.com/apache/tvm/issues/11492#issuecomment-1189356023 we're using S3 and a custom map of URLs instead -- 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

[GitHub] [tvm] driazati closed issue #11605: [ci] Move PR docs hosting to a custom domain

2022-07-19 Thread GitBox
driazati closed issue #11605: [ci] Move PR docs hosting to a custom domain URL: https://github.com/apache/tvm/issues/11605 -- 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] driazati commented on issue #11605: [ci] Move PR docs hosting to a custom domain

2022-07-19 Thread GitBox
driazati commented on issue #11605: URL: https://github.com/apache/tvm/issues/11605#issuecomment-1189355769 this is done now -- 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.

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #12116: [QNN] Support different qnn params between in/out tensor in leaky_relu

2022-07-19 Thread GitBox
AndrewZhaoLuo commented on code in PR #12116: URL: https://github.com/apache/tvm/pull/12116#discussion_r924739254 ## python/tvm/relay/qnn/op/qnn.py: ## @@ -1179,7 +1179,7 @@ def batch_matmul(x, y, x_zero_point, y_zero_point, x_scale, y_scale, out_dtype=" reg.register_pattern("

[tvm] branch last-successful updated (342fbea84e -> 7bf5fa449c)

2022-07-19 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 342fbea84e [CMSIS-NN] Fix typo in EmitPool2D (#11702) add 7bf5fa449c [Target] Add "features" property t

svn commit: r55851 - /dev/tvm/tvm-v0.9.0-rc0/

2022-07-19 Thread driazati
Author: driazati Date: Tue Jul 19 16:27:56 2022 New Revision: 55851 Log: (empty) Removed: dev/tvm/tvm-v0.9.0-rc0/

[GitHub] [tvm] areusch merged pull request #12074: [microTVM] Make Arduino API server obey timeout

2022-07-19 Thread GitBox
areusch merged PR #12074: URL: https://github.com/apache/tvm/pull/12074 -- 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...@tvm.apache.o

[tvm] branch main updated: [microTVM] Make Arduino API server obey timeout (#12074)

2022-07-19 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ae015d9ea2 [microTVM] Make Arduino API server obey tim

[GitHub] [tvm] driazati commented on issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
driazati commented on issue #12103: URL: https://github.com/apache/tvm/issues/12103#issuecomment-1189295436 Thanks everyone! Following the schedule in #11736 the vote thread is closing today with the results in #12133. -- This is an automated message from the Apache Git Service. To respon

[GitHub] [tvm] driazati closed issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
driazati closed issue #12103: [VOTE] Release Apache TVM v0.9.0.rc0 URL: https://github.com/apache/tvm/issues/12103 -- 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 unsubscrib

[GitHub] [tvm] driazati commented on issue #12102: TVM v0.9.0.rc0 Release Candidate Notes

2022-07-19 Thread GitBox
driazati commented on issue #12102: URL: https://github.com/apache/tvm/issues/12102#issuecomment-1189293781 Closing now that the vote thread has passed: #12133 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [tvm] driazati opened a new issue, #12133: [RESULT][VOTE] Release Apache TVM v0.9.0.rc0

2022-07-19 Thread GitBox
driazati opened a new issue, #12133: URL: https://github.com/apache/tvm/issues/12133 Dear TVM community, I'm glad to announce the results of the vote for the release of the v0.9.0.rc0 package. This vote passes with 6 +1 votes 4 binding), no 0 votes, and 0 -1 vote. +1 votes

[tvm] branch main updated (ff8d2c77df -> 97f2838938)

2022-07-19 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ff8d2c77df [Fix] post-fix incre/decre should not return reference (#12128) add 97f2838938 [MetaSchedule, Testing]

[GitHub] [tvm] junrushao1994 merged pull request #12122: [MetaSchedule, Testing] Generalize in/out dtype of testing te workloads

2022-07-19 Thread GitBox
junrushao1994 merged PR #12122: URL: https://github.com/apache/tvm/pull/12122 -- 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...@tvm.ap

[tvm] branch main updated: [Fix] post-fix incre/decre should not return reference (#12128)

2022-07-19 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ff8d2c77df [Fix] post-fix incre/decre should not ret

[GitHub] [tvm] junrushao1994 merged pull request #12128: [Fix] post-fix incre/decre should not return reference

2022-07-19 Thread GitBox
junrushao1994 merged PR #12128: URL: https://github.com/apache/tvm/pull/12128 -- 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...@tvm.ap

[GitHub] [tvm] mikepapadim commented on pull request #12124: [Relay][Op] Trilu operator implementation

2022-07-19 Thread GitBox
mikepapadim commented on PR #12124: URL: https://github.com/apache/tvm/pull/12124#issuecomment-1189241324 thanks @jwfromm, if this one is merged then we should close following as depreceated #11761 #10873 and #9329 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [tvm] sunggg commented on pull request #12087: [UMA] UMA v1.0

2022-07-19 Thread GitBox
sunggg commented on PR #12087: URL: https://github.com/apache/tvm/pull/12087#issuecomment-1189214887 @cbalint13, appreciate sharing your thoughts! I also think this is a great out-of-tree approach and look forward to its actual usage. > Could you add more documentation in general (e.g

[tvm] branch last-successful updated (94d01d3565 -> 342fbea84e)

2022-07-19 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 94d01d3565 [microNPU] Add support for hard swish (#12120) add 342fbea84e [CMSIS-NN] Fix typo in EmitPoo

[GitHub] [tvm] leandron merged pull request #10941: TVMC: Add new text/relay frontend

2022-07-19 Thread GitBox
leandron merged PR #10941: URL: https://github.com/apache/tvm/pull/10941 -- 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...@tvm.apache.

[GitHub] [tvm] Mousius commented on pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-19 Thread GitBox
Mousius commented on PR #12082: URL: https://github.com/apache/tvm/pull/12082#issuecomment-1189189976 Landing this as it's a great step towards linted tests - thanks @quic-sanirudh! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[tvm] branch main updated: TVMC: Add new text/relay frontend (#10941)

2022-07-19 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 4d95f2c9c5 TVMC: Add new text/relay frontend (#10941)

[GitHub] [tvm] leandron commented on pull request #10941: TVMC: Add new text/relay frontend

2022-07-19 Thread GitBox
leandron commented on PR #10941: URL: https://github.com/apache/tvm/pull/10941#issuecomment-1189189851 @PhilippvK I'm merging this after a long time. It's a great new feature - sorry it took so long to realise it was pending. -- This is an automated message from the Apache Git Service

[tvm] branch main updated: [Pylint] Making hexagon tests pylint compliant Part 1 of N (#12082)

2022-07-19 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 7159ddd40a [Pylint] Making hexagon tests pylint compli

[GitHub] [tvm] Mousius merged pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-19 Thread GitBox
Mousius merged PR #12082: URL: https://github.com/apache/tvm/pull/12082 -- 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...@tvm.apache.o

[GitHub] [tvm] Mousius commented on a diff in pull request #12082: [Pylint] Making hexagon tests pylint compliant Part 1 of N

2022-07-19 Thread GitBox
Mousius commented on code in PR #12082: URL: https://github.com/apache/tvm/pull/12082#discussion_r924643330 ## tests/python/contrib/test_hexagon/test_2d_physical_buffers.py: ## @@ -84,6 +83,12 @@ def target_host(target): return tvm.target.Target(target, host=host) +# Di

[tvm] branch main updated (7bf5fa449c -> 3e7a2ad956)

2022-07-19 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 7bf5fa449c [Target] Add "features" property to Target (#12121) add 3e7a2ad956 support overlapped itersum (#12039) No

[GitHub] [tvm] Hzfengsy merged pull request #12039: [Arith] DetectIterMap support overlapped iteration sum

2022-07-19 Thread GitBox
Hzfengsy merged PR #12039: URL: https://github.com/apache/tvm/pull/12039 -- 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...@tvm.apache.

[GitHub] [tvm] kparzysz-quic merged pull request #12121: [Target] Add "features" property to Target

2022-07-19 Thread GitBox
kparzysz-quic merged PR #12121: URL: https://github.com/apache/tvm/pull/12121 -- 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...@tvm.ap

[tvm] branch main updated (342fbea84e -> 7bf5fa449c)

2022-07-19 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 342fbea84e [CMSIS-NN] Fix typo in EmitPool2D (#11702) add 7bf5fa449c [Target] Add "features" property to Target (#12

[GitHub] [tvm] manupa-arm commented on pull request #11702: [CMSIS-NN] Fix typo in EmitPool2D

2022-07-19 Thread GitBox
manupa-arm commented on PR #11702: URL: https://github.com/apache/tvm/pull/11702#issuecomment-1189001319 Thanks @PhilippvK @ashutosh-arm @areusch ! -- 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

[GitHub] [tvm] manupa-arm merged pull request #11702: [CMSIS-NN] Fix typo in EmitPool2D

2022-07-19 Thread GitBox
manupa-arm merged PR #11702: URL: https://github.com/apache/tvm/pull/11702 -- 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...@tvm.apach

[tvm] branch main updated: [CMSIS-NN] Fix typo in EmitPool2D (#11702)

2022-07-19 Thread manupa
This is an automated email from the ASF dual-hosted git repository. manupa pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 342fbea84e [CMSIS-NN] Fix typo in EmitPool2D (#11702) 3

[GitHub] [tvm] lhutton1 commented on pull request #11519: [TFLite] Support quantized GREATER op in TFLite frontend

2022-07-19 Thread GitBox
lhutton1 commented on PR #11519: URL: https://github.com/apache/tvm/pull/11519#issuecomment-118978 I believe its still waiting on an update, @dchauhan-arm please let me know if that's not the case -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] sfvaroglu commented on pull request #12124: [Relay][Op] Trilu operator implementation

2022-07-19 Thread GitBox
sfvaroglu commented on PR #12124: URL: https://github.com/apache/tvm/pull/12124#issuecomment-1188998506 LGTM! Thanks for doing this @jwfromm! cc @mikepapadim -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [tvm] manupa-arm commented on pull request #11702: [CMSIS-NN] Fix typo in EmitPool2D

2022-07-19 Thread GitBox
manupa-arm commented on PR #11702: URL: https://github.com/apache/tvm/pull/11702#issuecomment-1188997606 @ashutosh-arm, can you approve it explicitly ? (as a token of confirmation that this change will be tested in the follow up you mentioned) -- This is an automated message from the

[GitHub] [tvm] github-actions[bot] commented on pull request #12066: Unify name mangling in TVM

2022-07-19 Thread GitBox
github-actions[bot] commented on PR #12066: URL: https://github.com/apache/tvm/pull/12066#issuecomment-1188994047 Built docs for commit 96a7135b3c5d6c9260c303059fc6a71cd728be30 can be found [here](https://pr-docs.tlcpack.ai/PR-12066/8/docs/index.html). -- This is an automated mess

[GitHub] [tvm] leandron commented on pull request #11519: [TFLite] Support quantized GREATER op in TFLite frontend

2022-07-19 Thread GitBox
leandron commented on PR #11519: URL: https://github.com/apache/tvm/pull/11519#issuecomment-1188923037 @lhutton1 can you have another look on this one? -- 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] ashutosh-arm commented on pull request #11702: [CMSIS-NN] Fix typo in EmitPool2D

2022-07-19 Thread GitBox
ashutosh-arm commented on PR #11702: URL: https://github.com/apache/tvm/pull/11702#issuecomment-1188920006 I think this PR can be merged now that we have upcoming support for passing +nomve flag around from test runner: https://github.com/apache/tvm/pull/12132 -- This is an automated mess

[GitHub] [tvm] ashutosh-arm opened a new pull request, #12132: [CMSIS-NN] Support for passing cpu flags to Arm(R) Corstone(TM)-300 s…

2022-07-19 Thread GitBox
ashutosh-arm opened a new pull request, #12132: URL: https://github.com/apache/tvm/pull/12132 This commit contains: -Infrastructure for passing CPU flags to Arm(R) Corstone(TM)-300 software. -CMSIS-NN tests for Arm(R) Cortex(R)-M7 and Arm(R) Cortex(R)-M55 with -nomve flag. -Removes

[GitHub] [tvm] leandron opened a new pull request, #12131: [TFLite][CI] Update TensorFlow dependency to 2.9.1

2022-07-19 Thread GitBox
leandron opened a new pull request, #12131: URL: https://github.com/apache/tvm/pull/12131 This updates the TF version to be used in TVM CI to 2.9.1, which brings improvements so that more platforms are supported by official packages. This PR updates the Docker images scripting to install TF

[GitHub] [tvm] cbalint13 commented on pull request #12087: [UMA] UMA v1.0

2022-07-19 Thread GitBox
cbalint13 commented on PR #12087: URL: https://github.com/apache/tvm/pull/12087#issuecomment-1188904111 > Thank you for the great contribution for better accelerator supports! partying_face I enjoyed reading the code and learning the design. Overall, implementation looks good to me. Here ar

[tvm] branch last-successful updated (6bad21e9fe -> 94d01d3565)

2022-07-19 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 6bad21e9fe [Texture] Add 2d memory support into static memory planner (#11876) add 94d01d3565 [microNP

[GitHub] [tvm] NicolaLancellotti commented on pull request #12130: Fix TFLite 2.9 tests

2022-07-19 Thread GitBox
NicolaLancellotti commented on PR #12130: URL: https://github.com/apache/tvm/pull/12130#issuecomment-1188875298 @leandron -- 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. T

[GitHub] [tvm] NicolaLancellotti opened a new pull request, #12130: Fix TFLite 2.9 tests

2022-07-19 Thread GitBox
NicolaLancellotti opened a new pull request, #12130: URL: https://github.com/apache/tvm/pull/12130 This pr fixes the tests that will be broken when we will update TFLite to the 2.9 version. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tvm] lhutton1 commented on a diff in pull request #11591: [microNPU] Reorder copies and computes based on the cycle count

2022-07-19 Thread GitBox
lhutton1 commented on code in PR #11591: URL: https://github.com/apache/tvm/pull/11591#discussion_r924233555 ## tests/python/contrib/test_ethosu/test_copy_compute_reordering.py: ## @@ -468,5 +468,288 @@ def main() -> None: tvm.ir.assert_structural_equal(test_mod, reference_

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12048: [TVMScript] ExprDoc

2022-07-19 Thread GitBox
junrushao1994 commented on code in PR #12048: URL: https://github.com/apache/tvm/pull/12048#discussion_r924226829 ## python/tvm/script/printer/doc.py: ## @@ -29,12 +34,63 @@ class Doc(Object): class ExprDoc(Object): """Base class of all expression Docs""" +def attr_a

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12048: [TVMScript] ExprDoc

2022-07-19 Thread GitBox
junrushao1994 commented on code in PR #12048: URL: https://github.com/apache/tvm/pull/12048#discussion_r924226829 ## python/tvm/script/printer/doc.py: ## @@ -29,12 +34,63 @@ class Doc(Object): class ExprDoc(Object): """Base class of all expression Docs""" +def attr_a

  1   2   >