[tvm] branch main updated: [Relay][Pass] Meta-Schedule-Layout-Rewrite (#11845)

2022-06-22 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 b47725627e [Relay][Pass] Meta-Schedule-Layout-Rewrit

[GitHub] [tvm] junrushao1994 merged pull request #11845: [Relay][Pass] Meta-Schedule-Layout-Rewrite

2022-06-22 Thread GitBox
junrushao1994 merged PR #11845: URL: https://github.com/apache/tvm/pull/11845 -- 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 last-successful updated (03ed04e6a9 -> 25cf489b04)

2022-06-22 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 03ed04e6a9 [CI] Amend docs bot comment (#11836) add 25cf489b04 [TOPI] Layout Rewriting in TE (#11844)

[tvm] branch main updated (3c5365dc7b -> 410e836025)

2022-06-22 Thread xiyou
This is an automated email from the ASF dual-hosted git repository. xiyou pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 3c5365dc7b [TIR] Fix dtype mismatch in UnifyThreadBinding (#11843) add 410e836025 [Bugfix][Minor] Avoid re-inference fo

[GitHub] [tvm] zxybazh merged pull request #11842: [Bugfix][Minor] Avoid re-inference for MetaSchedule layout

2022-06-22 Thread GitBox
zxybazh merged PR #11842: URL: https://github.com/apache/tvm/pull/11842 -- 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: [TIR] Fix dtype mismatch in UnifyThreadBinding (#11843)

2022-06-22 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 3c5365dc7b [TIR] Fix dtype mismatch in UnifyThreadBi

[GitHub] [tvm] junrushao1994 merged pull request #11843: [TIR] Fix dtype mismatch in UnifyThreadBinding

2022-06-22 Thread GitBox
junrushao1994 merged PR #11843: URL: https://github.com/apache/tvm/pull/11843 -- 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] jinhongyii opened a new pull request, #11845: [Relay][Pass] Meta-Schedule-Layout-Rewrite

2022-06-22 Thread GitBox
jinhongyii opened a new pull request, #11845: URL: https://github.com/apache/tvm/pull/11845 This is part of our effort to support layout rewrite on Meta Schedule. cc: @junrushao1994 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[tvm] branch main updated: [TOPI] Layout Rewriting in TE (#11844)

2022-06-22 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 25cf489b04 [TOPI] Layout Rewriting in TE (#11844) 25

[GitHub] [tvm] junrushao1994 merged pull request #11844: [TOPI] Layout Rewriting in TE

2022-06-22 Thread GitBox
junrushao1994 merged PR #11844: URL: https://github.com/apache/tvm/pull/11844 -- 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] AndrewZhaoLuo commented on pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-22 Thread GitBox
AndrewZhaoLuo commented on PR #11700: URL: https://github.com/apache/tvm/pull/11700#issuecomment-1163874896 I'm not sure, maybe @mehrdadh or @cconvey knows something? Maybe you just need to rebase on main and try again? Not sure -- This is an automated message from the Apache Git S

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

2022-06-22 Thread GitBox
sunjiweiswift commented on code in PR #11599: URL: https://github.com/apache/tvm/pull/11599#discussion_r904477123 ## 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 (910624a86b -> 03ed04e6a9)

2022-06-22 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 910624a86b [LLVM/String] Remove conversion operator of String to llvm::StringRef (#11807) add c80da037

[GitHub] [tvm] github-actions[bot] commented on pull request #11813: [ci][docker] Send a PR to bump the Docker images nightly

2022-06-22 Thread GitBox
github-actions[bot] commented on PR #11813: URL: https://github.com/apache/tvm/pull/11813#issuecomment-1163845923 Built docs for commit 3fdec57e807102be6a7c244211ff0ddad7235458 can be found [here](https://pr-docs.tlcpack.ai/PR-11813/5/docs/index.html). -- This is an automated message from

[GitHub] [tvm] jinhongyii opened a new pull request, #11844: [TOPI] Layout Rewriting in TE

2022-06-22 Thread GitBox
jinhongyii opened a new pull request, #11844: URL: https://github.com/apache/tvm/pull/11844 This is part of our effort to support layout rewrite on Meta Schedule. cc: @junrushao1994 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [tvm] xiongdl commented on issue #10384: [Bug] [VTA] [TSIM] cannot run tsim-example in the current TVM version 0.9

2022-06-22 Thread GitBox
xiongdl commented on issue #10384: URL: https://github.com/apache/tvm/issues/10384#issuecomment-1163834926 Hi, I meet the similar error when running VTA test with tsim target. python vta/tests/python/integration/test_benchmark_topi_conv2d.py python: symbol lookup error: $VTA_HW_P

[tvm] branch last-successful updated (f53f70cb93 -> 910624a86b)

2022-06-22 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 f53f70cb93 Sort functions (#11814) add 910624a86b [LLVM/String] Remove conversion operator of String to

[GitHub] [tvm] Icemist commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-22 Thread GitBox
Icemist commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r904437877 ## include/tvm/runtime/profiling.h: ## @@ -554,10 +554,16 @@ PackedFunc ProfileFunction(Module mod, std::string func_name, int device_type, i *minimum duration

[GitHub] [tvm] Icemist commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-22 Thread GitBox
Icemist commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r90443 ## src/runtime/graph_executor/debug/graph_executor_debug.cc: ## @@ -55,48 +56,54 @@ class GraphExecutorDebug : public GraphExecutor { *By default, one `repeat`

[GitHub] [tvm] zhaoyang-star commented on pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-22 Thread GitBox
zhaoyang-star commented on PR #11700: URL: https://github.com/apache/tvm/pull/11700#issuecomment-1163819277 > LGTM, the hexagon was probably just flaky so you can rerun CI with an empty commit: > > `git commit -m 'jostle ci' --allow-empty` and `git push` > > As for the other er

[GitHub] [tvm] Icemist commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-22 Thread GitBox
Icemist commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r904433737 ## src/runtime/crt/common/crt_runtime_api.c: ## @@ -528,23 +539,34 @@ tvm_crt_error_t RunTimeEvaluator(tvm_function_index_t function_index, TVMValue* } result_byte_

[GitHub] [tvm] Icemist commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-22 Thread GitBox
Icemist commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r904433549 ## include/tvm/runtime/profiling.h: ## @@ -554,10 +554,16 @@ PackedFunc ProfileFunction(Module mod, std::string func_name, int device_type, i *minimum duration

[GitHub] [tvm] guberti commented on a diff in pull request #11782: [microTVM] Autotuning performance tests

2022-06-22 Thread GitBox
guberti commented on code in PR #11782: URL: https://github.com/apache/tvm/pull/11782#discussion_r904431759 ## python/tvm/testing/utils.py: ## @@ -1613,6 +1615,47 @@ def is_ampere_or_newer(): return major >= 8 +def fetch_model_from_url( +url: str, +model_format:

[tvm] branch last-successful updated (d5e812cb5b -> f53f70cb93)

2022-06-22 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 d5e812cb5b skip mps2_an521 for host-driven AoT zephyr tests (#11833) add f53f70cb93 Sort functions (#11

[GitHub] [tvm] zxybazh commented on pull request #11843: [TIR] Fix dtype mismatch in UnifyThreadBinding

2022-06-22 Thread GitBox
zxybazh commented on PR #11843: URL: https://github.com/apache/tvm/pull/11843#issuecomment-1163799827 LGTM. Thanks for the quick fix! -- 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 speci

[GitHub] [tvm] vinx13 opened a new pull request, #11843: [TIR] Fix dtype mismatch in UnifyThreadBinding

2022-06-22 Thread GitBox
vinx13 opened a new pull request, #11843: URL: https://github.com/apache/tvm/pull/11843 This PR fixed dtype mismatch in UnifyThreadBinding when multiple thread axes with the same thread tag have different dtype. cc @zxybazh @junrushao1994 -- This is an automated message from the

[tvm] branch main updated: [CI] Amend docs bot comment (#11836)

2022-06-22 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati 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 03ed04e6a9 [CI] Amend docs bot comment (#11836) 03ed0

[GitHub] [tvm] driazati merged pull request #11836: [CI] Amend docs bot comment

2022-06-22 Thread GitBox
driazati merged PR #11836: URL: https://github.com/apache/tvm/pull/11836 -- 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.

[tvm] branch main updated: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file (#11835)

2022-06-22 Thread mehrdadh
This is an automated email from the ASF dual-hosted git repository. mehrdadh 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 b241bca292 [microTVM][CMSIS] Add CMSIS libraries/sour

[GitHub] [tvm] mehrdadh merged pull request #11835: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file

2022-06-22 Thread GitBox
mehrdadh merged PR #11835: URL: https://github.com/apache/tvm/pull/11835 -- 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] driazati commented on a diff in pull request #11775: [ci][docker] Fall back to tlcpackstaging if images don't exist

2022-06-22 Thread GitBox
driazati commented on code in PR #11775: URL: https://github.com/apache/tvm/pull/11775#discussion_r904402831 ## tests/scripts/determine_docker_images.py: ## @@ -0,0 +1,115 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contrib

[GitHub] [tvm] areusch merged pull request #10189: [USMP] Adding support for U1 usecase for constant pools

2022-06-22 Thread GitBox
areusch merged PR #10189: URL: https://github.com/apache/tvm/pull/10189 -- 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 (910624a86b -> c80da037d8)

2022-06-22 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 910624a86b [LLVM/String] Remove conversion operator of String to llvm::StringRef (#11807) add c80da037d8 [USMP] Addi

[tvm] branch main updated: [LLVM/String] Remove conversion operator of String to llvm::StringRef (#11807)

2022-06-22 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 910624a86b [LLVM/String] Remove conversion operator o

[GitHub] [tvm] kparzysz-quic merged pull request #11807: [LLVM/String] Remove conversion operator of String to llvm::StringRef

2022-06-22 Thread GitBox
kparzysz-quic merged PR #11807: URL: https://github.com/apache/tvm/pull/11807 -- 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] github-actions[bot] commented on pull request #11836: [CI] Amend docs bot comment

2022-06-22 Thread GitBox
github-actions[bot] commented on PR #11836: URL: https://github.com/apache/tvm/pull/11836#issuecomment-1163751845 Built docs for commit [af3ace905c6acd94f3258f580bdfd71c5477e9cf](af3ace905c6acd94f3258f580bdfd71c5477e9cf) can be found [here](https://pr-docs.tlcpack.ai/PR-11836/2/docs/index.h

[GitHub] [tvm] github-actions[bot] commented on pull request #11775: [ci][docker] Fall back to tlcpackstaging if images don't exist

2022-06-22 Thread GitBox
github-actions[bot] commented on PR #11775: URL: https://github.com/apache/tvm/pull/11775#issuecomment-1163748678 Built docs for commit [9240ff20484c07f896cb4a3d6ed0cfb9be3b5a79](9240ff20484c07f896cb4a3d6ed0cfb9be3b5a79) can be found [here](https://pr-docs.tlcpack.ai/PR-11775/7/docs/index.h

[GitHub] [tvm] github-actions[bot] commented on pull request #11832: [ci][docker] Tag tlcpackstaging images to tlcpack

2022-06-22 Thread GitBox
github-actions[bot] commented on PR #11832: URL: https://github.com/apache/tvm/pull/11832#issuecomment-1163747171 Built docs for commit [b668c92730a4afc237752d86b7aefe832652489f](b668c92730a4afc237752d86b7aefe832652489f) can be found [here](https://pr-docs.tlcpack.ai/PR-11832/4/docs/index.h

[tvm] branch main updated: Sort functions (#11814)

2022-06-22 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 f53f70cb93 Sort functions (#11814) f53f70cb93 is descr

[GitHub] [tvm] areusch merged pull request #11814: [microTVM][CMSIS] Sort functions in codegen

2022-06-22 Thread GitBox
areusch merged PR #11814: URL: https://github.com/apache/tvm/pull/11814 -- 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] areusch commented on a diff in pull request #11775: [ci][docker] Fall back to tlcpackstaging if images don't exist

2022-06-22 Thread GitBox
areusch commented on code in PR #11775: URL: https://github.com/apache/tvm/pull/11775#discussion_r904361962 ## tests/scripts/determine_docker_images.py: ## @@ -0,0 +1,115 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

[GitHub] [tvm] areusch commented on a diff in pull request #11813: [ci][docker] Send a PR to bump the Docker images nightly

2022-06-22 Thread GitBox
areusch commented on code in PR #11813: URL: https://github.com/apache/tvm/pull/11813#discussion_r904102417 ## .github/workflows/nightly_docker_update.yml: ## @@ -0,0 +1,31 @@ + +name: Nightly Docker Update +on: + schedule: +- cron: "0 0 * * *" + workflow_dispatch: + +conc

[GitHub] [tvm] nverke opened a new issue, #11840: [CI Problem] No space left on device

2022-06-22 Thread GitBox
nverke opened a new issue, #11840: URL: https://github.com/apache/tvm/issues/11840 Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussio

[tvm] branch last-successful updated (83bbcd76b7 -> d5e812cb5b)

2022-06-22 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 83bbcd76b7 [docs] Fix the error in install/from_source.rst file (#11796) add d5e812cb5b skip mps2_an52

[GitHub] [tvm] wrongtest commented on pull request #11828: [TIR][BugFix] Do not bind non-index type value of lets in CompactBufferAllocation

2022-06-22 Thread GitBox
wrongtest commented on PR #11828: URL: https://github.com/apache/tvm/pull/11828#issuecomment-1163651679 > Hey thanks for the contribution! I don't think I fully comprehend this change (and the unittest) so would love to hear more about your insights :-) With this change, whether or not to a

[GitHub] [tvm] driazati commented on pull request #11829: [CI][arm] Fix tensorflow-aarch64 repository URL

2022-06-22 Thread GitBox
driazati commented on PR #11829: URL: https://github.com/apache/tvm/pull/11829#issuecomment-1163648216 @tvm-bot rerun -- 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 uns

[GitHub] [tvm] mehrdadh commented on pull request #11838: [microTVM] Update RVM versions because of LLVM update due to #11808

2022-06-22 Thread GitBox
mehrdadh commented on PR #11838: URL: https://github.com/apache/tvm/pull/11838#issuecomment-1163645648 converting to draft and wait for hardware CI to pass. -- 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] mehrdadh opened a new pull request, #11838: [microTVM] Update RVM versions because of LLVM update due to #11808

2022-06-22 Thread GitBox
mehrdadh opened a new pull request, #11838: URL: https://github.com/apache/tvm/pull/11838 cc @guberti @alanmacd @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 the specific comment. To

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11835: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file

2022-06-22 Thread GitBox
mehrdadh commented on code in PR #11835: URL: https://github.com/apache/tvm/pull/11835#discussion_r904267410 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -508,18 +521,18 @@ def generate_project(self, model_library_format_path, standalone_crt_dir, proje

[GitHub] [tvm] alanmacd commented on pull request #11833: [microTVM][zephyr] skip mps2_an521 for host-driven AoT zephyr tests

2022-06-22 Thread GitBox
alanmacd commented on PR #11833: URL: https://github.com/apache/tvm/pull/11833#issuecomment-1163642657 @driazati thank you, updated -- 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] driazati opened a new issue, #11837: [ci] Docs comment bot should update comments in-place

2022-06-22 Thread GitBox
driazati opened a new issue, #11837: URL: https://github.com/apache/tvm/issues/11837 Posting a new comment generates a notification which I don't think we want beyond the first one from `github-actions` since it doesn't carry much signal. The [docs-bot](https://github.com/apache/tvm/actions

[GitHub] [tvm-rfcs] Lunderberg commented on pull request #77: [RFC] Buffer Layout Padding

2022-06-22 Thread GitBox
Lunderberg commented on PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1163620046 Writing out some of my thoughts, to see if there's a way to express the constraints while only using existing TIR features. The main goals would be as follows. 1. Allow simplifica

[GitHub] [tvm-rfcs] Lunderberg commented on pull request #77: [RFC] Buffer Layout Padding

2022-06-22 Thread GitBox
Lunderberg commented on PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1163616169 > For example, we may introduce explicit cache stage to add the padding, and mark this block for later processing. Wouldn't that require a "remove entirely" annotation that was sugg

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11835: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file

2022-06-22 Thread GitBox
mehrdadh commented on code in PR #11835: URL: https://github.com/apache/tvm/pull/11835#discussion_r904260094 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -508,18 +521,18 @@ def generate_project(self, model_library_format_path, standalone_crt_dir, proje

[GitHub] [tvm] driazati commented on issue #11831: [Flaky Test] tests/micro/zephyr/test_zephyr_aot_exec.py::test_aot_executor

2022-06-22 Thread GitBox
driazati commented on issue #11831: URL: https://github.com/apache/tvm/issues/11831#issuecomment-1163634310 PR is merged 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] driazati closed issue #11831: [Flaky Test] tests/micro/zephyr/test_zephyr_aot_exec.py::test_aot_executor

2022-06-22 Thread GitBox
driazati closed issue #11831: [Flaky Test] tests/micro/zephyr/test_zephyr_aot_exec.py::test_aot_executor URL: https://github.com/apache/tvm/issues/11831 -- 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

[GitHub] [tvm] driazati commented on pull request #11833: [microTVM][zephyr] skip mps2_an521 for host-driven AoT zephyr tests

2022-06-22 Thread GitBox
driazati commented on PR #11833: URL: https://github.com/apache/tvm/pull/11833#issuecomment-1163634161 just fyi @alanmacd if you put something like `Fixes #11831` then the corresponding issue will get closed when the PR is merged: https://docs.github.com/en/issues/tracking-your-work-with-is

[GitHub] [tvm] driazati commented on pull request #11775: [ci][docker] Fall back to tlcpackstaging if images don't exist

2022-06-22 Thread GitBox
driazati commented on PR #11775: URL: https://github.com/apache/tvm/pull/11775#issuecomment-1163625275 @tvm-bot rerun -- 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 uns

[GitHub] [tvm-rfcs] vinx13 commented on pull request #77: [RFC] Buffer Layout Padding

2022-06-22 Thread GitBox
vinx13 commented on PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1163633675 > > For example, we may introduce explicit cache stage to add the padding, and mark this block for later processing. > > Wouldn't that require a "remove entirely" annotation that was su

[GitHub] [tvm] driazati commented on pull request #11832: [ci][docker] Tag tlcpackstaging images to tlcpack

2022-06-22 Thread GitBox
driazati commented on PR #11832: URL: https://github.com/apache/tvm/pull/11832#issuecomment-1163625234 @tvm-bot rerun -- 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 uns

[GitHub] [tvm] driazati commented on pull request #11836: [CI] Amend docs bot comment

2022-06-22 Thread GitBox
driazati commented on PR #11836: URL: https://github.com/apache/tvm/pull/11836#issuecomment-1163631673 @tvm-bot rerun -- 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 uns

[tvm] branch last-successful updated (5ac8993da2 -> 83bbcd76b7)

2022-06-22 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 5ac8993da2 [TOPI][Relay] New Op: MetaScheduleLayoutRewrite (#11826) add caa0d59c33 [ONNX] Add more dyna

[GitHub] [tvm] github-actions[bot] commented on pull request #11666: [ci] Enable pylint for tests/python/ci

2022-06-22 Thread GitBox
github-actions[bot] commented on PR #11666: URL: https://github.com/apache/tvm/pull/11666#issuecomment-1163627875 Built docs for commit [a3d981345a0b314e7d5ad52f07495d84a513891c](a3d981345a0b314e7d5ad52f07495d84a513891c) can be found [here](https://pr-docs.tlcpack.ai/PR-11666/13/docs/index.

[GitHub] [tvm] areusch commented on a diff in pull request #11835: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file

2022-06-22 Thread GitBox
areusch commented on code in PR #11835: URL: https://github.com/apache/tvm/pull/11835#discussion_r904232425 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -508,18 +521,18 @@ def generate_project(self, model_library_format_path, standalone_crt_dir, projec

[GitHub] [tvm-rfcs] vinx13 commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
vinx13 commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904227714 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[GitHub] [tvm-rfcs] vinx13 commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
vinx13 commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904227714 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[GitHub] [tvm-rfcs] JosephTheOctonaut commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
JosephTheOctonaut commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904226239 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/mas

[GitHub] [tvm-rfcs] JosephTheOctonaut commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
JosephTheOctonaut commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904223269 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/mas

[GitHub] [tvm-rfcs] masahi commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
masahi commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904211230 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[tvm] branch last-successful updated (698e7adb4a -> 5ac8993da2)

2022-06-22 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 698e7adb4a [microTVM][RVM] Reuse QEMU installation config and fix bug in RVM testing (#11808) add 51b0

[GitHub] [tvm-rfcs] masahi commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
masahi commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904211230 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[GitHub] [tvm-rfcs] masahi commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-22 Thread GitBox
masahi commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r904211230 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[GitHub] [tvm] ganler commented on issue #11783: [Bug] Expand Op v8 with ConstantOfShape as shape input will failed when because of infer_shape's output

2022-06-22 Thread GitBox
ganler commented on issue #11783: URL: https://github.com/apache/tvm/issues/11783#issuecomment-1163576581 Hi @TaylorHere , I actually successfully passed the script you provided. https://user-images.githubusercontent.com/38074777/175131080-99a0dd0a-bfc6-4c2c-90cb-4b395592f2a6.png";>

[tvm] branch main updated (83bbcd76b7 -> d5e812cb5b)

2022-06-22 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 83bbcd76b7 [docs] Fix the error in install/from_source.rst file (#11796) add d5e812cb5b skip mps2_an521 for host-dri

[GitHub] [tvm] areusch merged pull request #11833: [microTVM][zephyr] skip mps2_an521 for host-driven AoT zephyr tests

2022-06-22 Thread GitBox
areusch merged PR #11833: URL: https://github.com/apache/tvm/pull/11833 -- 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] driazati commented on pull request #11666: [ci] Enable pylint for tests/python/ci

2022-06-22 Thread GitBox
driazati commented on PR #11666: URL: https://github.com/apache/tvm/pull/11666#issuecomment-1163541665 @Mousius this is ready for another 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

[GitHub] [tvm] vinx13 commented on a diff in pull request #11592: [TIR] HoistExpression, generalization of HoistIfThenElse

2022-06-22 Thread GitBox
vinx13 commented on code in PR #11592: URL: https://github.com/apache/tvm/pull/11592#discussion_r890362091 ## include/tvm/tir/transform.h: ## @@ -363,6 +363,14 @@ TVM_DLL Pass PointerValueTypeRewrite(); */ TVM_DLL Pass HoistIfThenElse(); +/*! + * \brief Hoist loop-invariant

[tvm] branch last-successful updated (5056eb751b -> 698e7adb4a)

2022-06-22 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 5056eb751b Change new concat (#11800) add 98fb955a51 [Relay][Op] MetaSchedule layout in TypeRel (#11819

[tvm] branch main updated (c334790bf8 -> 83bbcd76b7)

2022-06-22 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from c334790bf8 [Fix] int32/64 mismatch of buffer elem_offset at HandleBufferBindScope (#11755) add 83bbcd76b7 [docs] Fi

[GitHub] [tvm] driazati merged pull request #11796: [docs] Fixed the error in install/from_source.rst file

2022-06-22 Thread GitBox
driazati merged PR #11796: URL: https://github.com/apache/tvm/pull/11796 -- 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-rfcs] vinx13 commented on pull request #77: [RFC] Buffer Layout Padding

2022-06-22 Thread GitBox
vinx13 commented on PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1163535262 Indeed if buffer is used in annotation value that will change the semantic of a node, however, that are different ways to represent this, as long as it can be reconstructed later. For example

[GitHub] [tvm] gigiblender opened a new pull request, #11836: [CI] Amend docs bot comment

2022-06-22 Thread GitBox
gigiblender opened a new pull request, #11836: URL: https://github.com/apache/tvm/pull/11836 This PR fixes the docs bot comment message. @driazati -- 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] junrushao1994 commented on pull request #11755: [Fix] int32/64 mismatch of buffer elem_offset at HandleBufferBindScope

2022-06-22 Thread GitBox
junrushao1994 commented on PR #11755: URL: https://github.com/apache/tvm/pull/11755#issuecomment-1163533411 Thanks!! @ganler -- 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.

[tvm] branch main updated (caa0d59c33 -> c334790bf8)

2022-06-22 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 caa0d59c33 [ONNX] Add more dynamism to Eyelike (#11615) add c334790bf8 [Fix] int32/64 mismatch of buffer elem_offse

[GitHub] [tvm] junrushao1994 merged pull request #11755: [Fix] int32/64 mismatch of buffer elem_offset at HandleBufferBindScope

2022-06-22 Thread GitBox
junrushao1994 merged PR #11755: URL: https://github.com/apache/tvm/pull/11755 -- 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: [ONNX] Add more dynamism to Eyelike (#11615)

2022-06-22 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo 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 caa0d59c33 [ONNX] Add more dynamism to Eyelike (

[GitHub] [tvm] AndrewZhaoLuo merged pull request #11615: [ONNX] Add more dynamism to Eyelike

2022-06-22 Thread GitBox
AndrewZhaoLuo merged PR #11615: URL: https://github.com/apache/tvm/pull/11615 -- 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] gigiblender commented on issue #11462: CI monitoring rotation schedule

2022-06-22 Thread GitBox
gigiblender commented on issue #11462: URL: https://github.com/apache/tvm/issues/11462#issuecomment-1163510284 Happy to sign up for 6/27-7/1 if someone could edit the issue for me :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [tvm-rfcs] Lunderberg commented on pull request #77: [RFC] Buffer Layout Padding

2022-06-22 Thread GitBox
Lunderberg commented on PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#issuecomment-1163510231 > It doesn't add additional semantic, the computation semantic stays the same, it is a hint to the graph compiler. My apologies, I had meant the semantics of a node from the perspec

[GitHub] [tvm] driazati commented on pull request #11549: [HEXAGON] Initial clip operator for Hexagon

2022-06-22 Thread GitBox
driazati commented on PR #11549: URL: https://github.com/apache/tvm/pull/11549#issuecomment-1163507076 hey @jcoplin-quic, CI was busted when you pushed so the build never started, could you rebase/merge with `main` and push to your PR branch again? -- This is an automated message from the

[GitHub] [tvm] junrushao1994 merged pull request #11826: [TOPI][Relay] New Op: MetaScheduleLayoutRewrite

2022-06-22 Thread GitBox
junrushao1994 merged PR #11826: URL: https://github.com/apache/tvm/pull/11826 -- 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 (51b0d8c44a -> 5ac8993da2)

2022-06-22 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 51b0d8c44a [lint] CHange docker lint message (#11767) add 5ac8993da2 [TOPI][Relay] New Op: MetaScheduleLayoutRewrit

[tvm] branch main updated: [lint] CHange docker lint message (#11767)

2022-06-22 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 51b0d8c44a [lint] CHange docker lint message (#11767)

[GitHub] [tvm] leandron merged pull request #11767: [CI] Change docker lint message

2022-06-22 Thread GitBox
leandron merged PR #11767: URL: https://github.com/apache/tvm/pull/11767 -- 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] ganler commented on pull request #11755: [Fix] int32/64 mismatch of buffer elem_offset at HandleBufferBindScope

2022-06-22 Thread GitBox
ganler commented on PR #11755: URL: https://github.com/apache/tvm/pull/11755#issuecomment-1163485767 @junrushao1994 Eventually passed the CI. Sorry for the latency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [tvm] areusch commented on pull request #11767: [CI] Change docker lint message

2022-06-22 Thread GitBox
areusch commented on PR #11767: URL: https://github.com/apache/tvm/pull/11767#issuecomment-1163463496 thanks @gigiblender , @leandron can you approve? -- 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

[GitHub] [tvm] areusch commented on a diff in pull request #11782: [microTVM] Autotuning performance tests

2022-06-22 Thread GitBox
areusch commented on code in PR #11782: URL: https://github.com/apache/tvm/pull/11782#discussion_r904091362 ## python/tvm/testing/utils.py: ## @@ -1613,6 +1615,47 @@ def is_ampere_or_newer(): return major >= 8 +def fetch_model_from_url( +url: str, +model_format:

[GitHub] [tvm] mehrdadh commented on issue #11810: [CMSIS-NN][ARM] ARM_MATH_ARGUMENT_ERROR due to not setting the context buffer in `arm_avgpool_s8`

2022-06-22 Thread GitBox
mehrdadh commented on issue #11810: URL: https://github.com/apache/tvm/issues/11810#issuecomment-1163459852 Here is a gist to reproduce this error: https://gist.github.com/mehrdadh/2f3aa844e2df21e22e5ccf9708a56e0c#file-tvm_kws_cmsis-py Note: 1. You don't see the error unless you

[GitHub] [tvm] mehrdadh opened a new pull request, #11835: [microTVM][CMSIS] Add CMSIS libraries/sources to Zephyr CMake file

2022-06-22 Thread GitBox
mehrdadh opened a new pull request, #11835: URL: https://github.com/apache/tvm/pull/11835 cc @gromero @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 the specific comment. To unsubscri

[GitHub] [tvm] trahman-quic opened a new pull request, #11834: [HEXAGON] Add op resize2d for hexagon

2022-06-22 Thread GitBox
trahman-quic opened a new pull request, #11834: URL: https://github.com/apache/tvm/pull/11834 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

  1   2   >