[GitHub] [tvm] areusch commented on issue #13586: [Release] v0.11.0 release schedule

2023-02-02 Thread via GitHub
areusch commented on issue #13586: URL: https://github.com/apache/tvm/issues/13586#issuecomment-1415218832 i have [asked](https://the-asf.slack.com/archives/CBX4TSBQ8/p1675409181932449) asf-infra whether perhaps gitbox has misconfigured our branch protection. i'm not able to view that

[GitHub] [tvm] echuraev commented on a diff in pull request #13867: [DOCS][ADRENO] Improved Adreno documentation

2023-02-02 Thread via GitHub
echuraev commented on code in PR #13867: URL: https://github.com/apache/tvm/pull/13867#discussion_r1095428805 ## docs/how_to/deploy/adreno.rst: ## @@ -15,41 +15,60 @@ specific language governing permissions and limitations under the License. -Deploy to Adreno GPU

[GitHub] [tvm] echuraev commented on a diff in pull request #13867: [DOCS][ADRENO] Improved Adreno documentation

2023-02-02 Thread via GitHub
echuraev commented on code in PR #13867: URL: https://github.com/apache/tvm/pull/13867#discussion_r1095394301 ## gallery/how_to/deploy_models/deploy_model_on_adreno.py: ## @@ -146,85 +207,24 @@ img = np.expand_dims(img, 0)

[GitHub] [tvm] masahi closed issue #13908: [Bug]

2023-02-02 Thread via GitHub
masahi closed issue #13908: [Bug] URL: https://github.com/apache/tvm/issues/13908 -- 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:

[tvm] branch main updated: [CLML][CODEGEN] CLML native codegen utility (#13837)

2023-02-02 Thread echuraev
This is an automated email from the ASF dual-hosted git repository. echuraev 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 d35a8ab135 [CLML][CODEGEN] CLML native codegen

[GitHub] [tvm] echuraev merged pull request #13837: [CLML][CODEGEN] CLML native codegen utility

2023-02-02 Thread via GitHub
echuraev merged PR #13837: URL: https://github.com/apache/tvm/pull/13837 -- 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:

[tvm] branch nightly updated (49849c8c3e -> 666006e926)

2023-02-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly in repository https://gitbox.apache.org/repos/asf/tvm.git from 49849c8c3e Extend the USE_LIBBACKTRACE option (#13816) add f0ea9e461a [RUNTIME] Fix the manual determination

[tvm] branch main updated (a89ff3e62f -> 666006e926)

2023-02-02 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 a89ff3e62f [tir] fix buffer_decl buffer allocation (#13906) add 666006e926 [Doc] fix doc for tvm.te.const()

[GitHub] [tvm] junrushao merged pull request #13904: [Doc] fix doc for tvm.te.const()

2023-02-02 Thread via GitHub
junrushao merged PR #13904: URL: https://github.com/apache/tvm/pull/13904 -- 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:

[tvm] branch unity updated: [Unity][CI] Unity specific jenkins setup (do not upstream to main) (#13910)

2023-02-02 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new b1573d20ad [Unity][CI] Unity specific jenkins

[GitHub] [tvm] junrushao merged pull request #13910: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread via GitHub
junrushao merged PR #13910: URL: https://github.com/apache/tvm/pull/13910 -- 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:

[tvm] branch unity updated: [Unity][IR] First-class StructInfo (#13907)

2023-02-02 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 83e1f07d82 [Unity][IR] First-class StructInfo

[GitHub] [tvm] junrushao merged pull request #13907: [Unity][IR] First-class StructInfo

2023-02-02 Thread via GitHub
junrushao merged PR #13907: URL: https://github.com/apache/tvm/pull/13907 -- 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:

[GitHub] [tvm] cyx-6 commented on pull request #13900: [Fix][TVMScript] Fix `LetStmt` printing logic

2023-02-02 Thread via GitHub
cyx-6 commented on PR #13900: URL: https://github.com/apache/tvm/pull/13900#issuecomment-1414913697 @wrongtest-intellif Oh, that is just an example of the case that a `LetStmt->var` - `y` has usage before the its new value. I picked the outer `LetStmt->value` field for the usage of `y`

[GitHub] [tvm] junrushao commented on pull request #13900: [Fix][TVMScript] Fix `LetStmt` printing logic

2023-02-02 Thread via GitHub
junrushao commented on PR #13900: URL: https://github.com/apache/tvm/pull/13900#issuecomment-1414902367 Off the topic, in the future, we might want to change the syntax to: ```python with T.LetStmt(a) as b: ``` -- This is an automated message from the Apache Git Service. To

[GitHub] [tvm] Hzfengsy merged pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
Hzfengsy merged PR #13906: URL: https://github.com/apache/tvm/pull/13906 -- 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:

[GitHub] [tvm] Hzfengsy commented on pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
Hzfengsy commented on PR #13906: URL: https://github.com/apache/tvm/pull/13906#issuecomment-1414892052 Thanks @cconvey for the fixing and continuous improving -- 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] wrongtest-intellif commented on pull request #13900: [Fix][TVMScript] Fix `LetStmt` printing logic

2023-02-02 Thread via GitHub
wrongtest-intellif commented on PR #13900: URL: https://github.com/apache/tvm/pull/13900#issuecomment-1414892147 > ```python > x = T.var("int32") > y = T.var("int32") > with T.let(x, y): > with T.let(y, 0): > ``` Thank you for the fix! Here is my small question for

[tvm] branch main updated (099ed94951 -> a89ff3e62f)

2023-02-02 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 099ed94951 [OpenCL] Implement save/load pre-compiled programs (#13868) add a89ff3e62f [tir] fix buffer_decl buffer

[GitHub] [tvm] YuchenJin closed pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
YuchenJin closed pull request #13902: [Unity][CI] setup CI (do not upstream to main) URL: https://github.com/apache/tvm/pull/13902 -- 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] YuchenJin commented on pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
YuchenJin commented on PR #13902: URL: https://github.com/apache/tvm/pull/13902#issuecomment-1414808218 > #13910 should achieve the asks that leverages a customized jenkins setup and skip most of the existing pipelines without starting a stage Thanks! -- This is an automated

[GitHub] [tvm] srkreddy1238 commented on a diff in pull request #13867: [DOCS][ADRENO] Improved Adreno documentation

2023-02-02 Thread via GitHub
srkreddy1238 commented on code in PR #13867: URL: https://github.com/apache/tvm/pull/13867#discussion_r1095321344 ## docs/how_to/deploy/adreno.rst: ## @@ -15,41 +15,60 @@ specific language governing permissions and limitations under the License. -Deploy to Adreno

[GitHub] [tvm] mikeseven opened a new issue, #13911: [Bug & fix] gen_requirements issue with latest setup tools

2023-02-02 Thread via GitHub
mikeseven opened a new issue, #13911: URL: https://github.com/apache/tvm/issues/13911 latest setup tools crash when doing `make cython` The issue is in gen_requirements.py: `("numpy", "<=1.23.*"),` must be changed to: ` ("numpy", "<=1.23"), ` -- This is an

[tvm] branch main updated: [OpenCL] Implement save/load pre-compiled programs (#13868)

2023-02-02 Thread srk
This is an automated email from the ASF dual-hosted git repository. srk 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 099ed94951 [OpenCL] Implement save/load pre-compiled

[GitHub] [tvm] srkreddy1238 merged pull request #13868: [OpenCL] Implement save/load pre-compiled programs

2023-02-02 Thread via GitHub
srkreddy1238 merged PR #13868: URL: https://github.com/apache/tvm/pull/13868 -- 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:

[GitHub] [tvm] tqchen commented on pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
tqchen commented on PR #13902: URL: https://github.com/apache/tvm/pull/13902#issuecomment-1414695503 Thanks for the suggestions. https://github.com/apache/tvm/pull/13910 should achieve the asks that leverages a customized jenkins setup and skip most of the existing pipelines without

[GitHub] [tvm] tqchen commented on pull request #13910: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread via GitHub
tqchen commented on PR #13910: URL: https://github.com/apache/tvm/pull/13910#issuecomment-1414694055 already tested on the unity-staging branch, should be ready to go -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tvm] tvm-bot commented on pull request #13910: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13910: URL: https://github.com/apache/tvm/pull/13910#issuecomment-1414692858 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] tqchen opened a new pull request, #13910: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread via GitHub
tqchen opened a new pull request, #13910: URL: https://github.com/apache/tvm/pull/13910 This PR setup a unity specific jenkins with minimum jenkinsfile without sharding and disables most of the tests to reduce overall cost. We can add tests of unty branch by configuring the specific groovy

[GitHub] [tvm] tqchen commented on pull request #13910: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread via GitHub
tqchen commented on PR #13910: URL: https://github.com/apache/tvm/pull/13910#issuecomment-1414693259 cc @YuchenJin -- 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] tvm-bot commented on pull request #13909: [microTVM] unify windows build cmake for standalone crt

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13909: URL: https://github.com/apache/tvm/pull/13909#issuecomment-1414659212 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] alanmacd opened a new pull request, #13909: [microTVM] unify windows build cmake for standalone crt

2023-02-02 Thread via GitHub
alanmacd opened a new pull request, #13909: URL: https://github.com/apache/tvm/pull/13909 unify windows build cmake for standalone crt -- 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] mazen200222 opened a new issue, #13908: [Bug]

2023-02-02 Thread via GitHub
mazen200222 opened a new issue, #13908: URL: https://github.com/apache/tvm/issues/13908 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

[tvm] branch unity-staging updated (e597236a03 -> 052cf726bf)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard e597236a03 [Unity][CI] Unity specific jenkins setup (do not upstream to main) new 052cf726bf [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 052cf726bf47dcb2f98715cac7c8799d206a6691 Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[GitHub] [tvm] gromero commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

2023-02-02 Thread via GitHub
gromero commented on issue #13856: URL: https://github.com/apache/tvm/issues/13856#issuecomment-1414515680 btw, the ICE is fixed in gcc / HEAD by now (checked commit 605d1297b91). So I guess it's just a matter of a new cut for gcc and Zephyr SDK picking up it. -- This is an automated

[tvm] branch unity-staging updated (b3a437a49b -> e597236a03)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard b3a437a49b [Unity][CI] Unity specific jenkins setup (do not upstream to main) new e597236a03 [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit e597236a0312e096e37e7553e8121bd0a757210a Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[GitHub] [tvm] tqchen commented on pull request #13907: [Unity][IR] First-class StructInfo

2023-02-02 Thread via GitHub
tqchen commented on PR #13907: URL: https://github.com/apache/tvm/pull/13907#issuecomment-1414460931 NOTE: cpu/pr-head rust error is not relevant to the pr -- 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

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit b3a437a49bad27f41af7fb053887fc53505ae43a Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[tvm] branch unity-staging updated (fa52900ec0 -> b3a437a49b)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard fa52900ec0 [Unity][CI] Unity specific jenkins setup (do not upstream to main) new b3a437a49b [Unity][CI]

[tvm] branch unity-staging updated (edc3f4e21d -> fa52900ec0)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard edc3f4e21d [Unity][CI] Unity specific jenkins setup (do not upstream to main) new fa52900ec0 [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit fa52900ec02ef5ac200d8f83662f8276fbcda820 Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[GitHub] [tvm] Joetibz commented on issue #4272: [VTA] Tutorial on how to deploy and execute model on device without RPC

2023-02-02 Thread via GitHub
Joetibz commented on issue #4272: URL: https://github.com/apache/tvm/issues/4272#issuecomment-1414447359 hello guys I am equally new to tvm, and I am trying to run inference on the zynq board without rpc but I keep getting the error stated below, I have not even gotten to making the

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit edc3f4e21da3eb93d63733a9652802ec8241ef37 Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[tvm] branch unity-staging updated (d510470e64 -> edc3f4e21d)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard d510470e64 [Unity][CI] Unity specific jenkins setup (do not upstream to main) add 5c38bef497 [Unity] Relax

[tvm] branch unity-staging updated (987c962e40 -> d510470e64)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard 987c962e40 [Unity][CI] Unity specific jenkins setup (do not upstream to main) new d510470e64 [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit d510470e64164e3e8d64a0f735de6c163f8c7fa0 Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 987c962e40ff6ba97cd12e2c94112613e485b39d Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[tvm] branch unity-staging updated (0f7c9b45fb -> 987c962e40)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard 0f7c9b45fb [Unity][CI] Unity specific jenkins setup (do not upstream to main) new 987c962e40 [Unity][CI]

[tvm] 01/01: [Unity][CI] Unity specific jenkins setup (do not upstream to main)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 0f7c9b45fbc7738241a611f80c857ed18da2e287 Author: tqchen AuthorDate: Wed Feb 1 15:50:41 2023 -0500 [Unity][CI]

[tvm] branch unity-staging created (now 0f7c9b45fb)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-staging in repository https://gitbox.apache.org/repos/asf/tvm.git at 0f7c9b45fb [Unity][CI] Unity specific jenkins setup (do not upstream to main) This branch includes the

[GitHub] [tvm] github-actions[bot] commented on pull request #13751: [microTVM] Mitigate security vulnerability CVE-2007-4559

2023-02-02 Thread via GitHub
github-actions[bot] commented on PR #13751: URL: https://github.com/apache/tvm/pull/13751#issuecomment-1414347901 Failed to re-run CI in https://github.com/apache/tvm/actions/runs/4078496473 ``` Traceback (most recent call last): File

[GitHub] [tvm] gromero commented on pull request #13751: [microTVM] Mitigate security vulnerability CVE-2007-4559

2023-02-02 Thread via GitHub
gromero commented on PR #13751: URL: https://github.com/apache/tvm/pull/13751#issuecomment-1414347548 @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

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #13885: [microTVM] Refactor required external functions in CRT to platform-template.c

2023-02-02 Thread via GitHub
mkatanbaf commented on code in PR #13885: URL: https://github.com/apache/tvm/pull/13885#discussion_r1094911794 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -413,6 +418,9 @@ def _create_prj_conf( "CONFIG_UART_INTERRUPT_DRIVEN=y\n"

[tvm] branch unity updated (6c5793124f -> 5c38bef497)

2023-02-02 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git omit 6c5793124f [Unity] Relax expressions and types (#13901) new 5c38bef497 [Unity] Relax expressions and types

[tvm] 01/01: [Unity] Relax expressions and types (#13901)

2023-02-02 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git commit 5c38bef4972556092cfceb248a0faac0548e8b37 Author: Yuchen Jin AuthorDate: Thu Feb 2 09:35:41 2023 -0500 [Unity] Relax

[tvm] branch unity updated (34d29e32ce -> 6c5793124f)

2023-02-02 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git omit 34d29e32ce [Unity] Relax expressions and types (#13901) new 6c5793124f [Unity] Relax expressions and types

[tvm] 01/01: [Unity] Relax expressions and types (#13901)

2023-02-02 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git commit 6c5793124f836128fab716787e2831dba883241d Author: Yuchen Jin AuthorDate: Thu Feb 2 09:35:41 2023 -0500 [Unity] Relax

[GitHub] [tvm] gromero commented on pull request #13751: [microTVM] Mitigate security vulnerability CVE-2007-4559

2023-02-02 Thread via GitHub
gromero commented on PR #13751: URL: https://github.com/apache/tvm/pull/13751#issuecomment-1414281660 @tvm-bot retrigger -- 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 commented on a diff in pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
driazati commented on code in PR #13902: URL: https://github.com/apache/tvm/pull/13902#discussion_r1094983292 ## tests/scripts/task_convert_scripts_to_python.sh: ## @@ -17,6 +17,9 @@ # under the License. set -euxo pipefail +# SKIP: DO NOT UPSTREAM TO MAIN +exit 0 Review

[GitHub] [tvm] manupak commented on issue #13586: [Release] v0.11.0 release schedule

2023-02-02 Thread via GitHub
manupak commented on issue #13586: URL: https://github.com/apache/tvm/issues/13586#issuecomment-1414229473 Looks like the GH branch protection is kicking in , kind of like :

[GitHub] [tvm] tvm-bot commented on pull request #13907: [Unity][IR] First-class StructInfo

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13907: URL: https://github.com/apache/tvm/pull/13907#issuecomment-1414197257 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] YuchenJin opened a new pull request, #13907: [Unity][IR] First-class StructInfo

2023-02-02 Thread via GitHub
YuchenJin opened a new pull request, #13907: URL: https://github.com/apache/tvm/pull/13907 Relax tracks structural information (such as tensor shape) via `StructInfo` about the values in Relax. Original authors are: Co-Authored-by: Siyuan Feng

[GitHub] [tvm] driazati commented on pull request #13903: [ci] Disable GPU unit tests

2023-02-02 Thread via GitHub
driazati commented on PR #13903: URL: https://github.com/apache/tvm/pull/13903#issuecomment-1414164474 > @driazati are there any plans to allow other contributors to provide nodes? I remember I asked about this a long time ago but it wasn't a priority, now it might be worth re-visiting?

[GitHub] [tvm] leandron commented on issue #13586: [Release] v0.11.0 release schedule

2023-02-02 Thread via GitHub
leandron commented on issue #13586: URL: https://github.com/apache/tvm/issues/13586#issuecomment-1414158464 > The release branches are protected from force pushes / deletes by GitHub, but cherry-picking shouldn't require rewriting history right? Are you doing something like this? >

[GitHub] [tvm] YuchenJin commented on pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
YuchenJin commented on PR #13902: URL: https://github.com/apache/tvm/pull/13902#issuecomment-1414150624 > @YuchenJin because you're always launching the instances and then exiting, you'd incur the minimum charge of 60 seconds for the instances you're running even if you don't use any of

[GitHub] [tvm] cconvey commented on a diff in pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
cconvey commented on code in PR #13906: URL: https://github.com/apache/tvm/pull/13906#discussion_r1094866037 ## tests/python/unittest/test_tir_transform_plan_update_buffer_allocation_location.py: ## @@ -416,5 +416,26 @@ def test_allocate_const_after_tensorize(): _ =

[GitHub] [tvm] github-actions[bot] commented on pull request #13883: [Hexagon] Improve cache management strategy for HexagonBuffer

2023-02-02 Thread via GitHub
github-actions[bot] commented on PR #13883: URL: https://github.com/apache/tvm/pull/13883#issuecomment-1414114865 Failed to re-run CI in https://github.com/apache/tvm/actions/runs/4077070226 ``` Traceback (most recent call last): File

[GitHub] [tvm] adstraw commented on pull request #13883: [Hexagon] Improve cache management strategy for HexagonBuffer

2023-02-02 Thread via GitHub
adstraw commented on PR #13883: URL: https://github.com/apache/tvm/pull/13883#issuecomment-1414114445 @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

[GitHub] [tvm] Hzfengsy commented on a diff in pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
Hzfengsy commented on code in PR #13906: URL: https://github.com/apache/tvm/pull/13906#discussion_r1094699143 ## tests/python/unittest/test_tir_transform_plan_update_buffer_allocation_location.py: ## @@ -416,5 +416,26 @@ def test_allocate_const_after_tensorize(): _ =

[GitHub] [tvm] Hzfengsy commented on a diff in pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
Hzfengsy commented on code in PR #13906: URL: https://github.com/apache/tvm/pull/13906#discussion_r1094665278 ## src/tir/transforms/plan_update_buffer_allocation_location.cc: ## @@ -111,6 +112,12 @@ class BufferAllocationLocator : public StmtExprMutator {

[GitHub] [tvm] wangzy0327 commented on issue #13666: [Bug] rocm platform result are not correct

2023-02-02 Thread via GitHub
wangzy0327 commented on issue #13666: URL: https://github.com/apache/tvm/issues/13666#issuecomment-1413906080 > > I get the error on AMD gfx908 device . The error is ValueError:Cannot find global > > function tvm.contrib.miopen.conv2d.setup . > > How to fix it ? > > What is

[GitHub] [tvm] tvm-bot commented on pull request #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13906: URL: https://github.com/apache/tvm/pull/13906#issuecomment-1413902851 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] cconvey opened a new pull request, #13906: [tir] fix buffer_decl buffer allocation

2023-02-02 Thread via GitHub
cconvey opened a new pull request, #13906: URL: https://github.com/apache/tvm/pull/13906 - Fix a bug where `buffer_decl`, combined with certain usage patterns of the resulting buffer, cause an TVM-internal assert failure during TIR-compilation. -- This is an automated message from the

[GitHub] [tvm] mvermeulen commented on issue #13666: [Bug] rocm platform result are not correct

2023-02-02 Thread via GitHub
mvermeulen commented on issue #13666: URL: https://github.com/apache/tvm/issues/13666#issuecomment-1413902505 > I get the error on AMD gfx908 device . The error is ValueError:Cannot find global > function tvm.contrib.miopen.conv2d.setup . > How to fix it ? What is your setting

[GitHub] [tvm] gromero commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

2023-02-02 Thread via GitHub
gromero commented on issue #13856: URL: https://github.com/apache/tvm/issues/13856#issuecomment-1413860335 > > @Mousius haha ok, that explains all :-) well, not all exactly, I confess I'm still intrigued by the "impossible constraint" error. Of course the define `-DARM_MATH_AUTOVECTORIZE`

[tvm] branch main updated: [TOPHUB] use keys as a keyword for searching of existing statistics (#13874)

2023-02-02 Thread echuraev
This is an automated email from the ASF dual-hosted git repository. echuraev 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 ea34e6eb0b [TOPHUB] use keys as a keyword for

[GitHub] [tvm] echuraev merged pull request #13874: [TOPHUB] use keys as a keyword for searching of existing statistics

2023-02-02 Thread via GitHub
echuraev merged PR #13874: URL: https://github.com/apache/tvm/pull/13874 -- 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:

[tvm] branch unity updated: [Unity] Relax expressions and types (#13901)

2023-02-02 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/unity by this push: new 34d29e32ce [Unity] Relax expressions and types

[GitHub] [tvm] tqchen merged pull request #13901: [Unity] Relax expressions and types

2023-02-02 Thread via GitHub
tqchen merged PR #13901: URL: https://github.com/apache/tvm/pull/13901 -- 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:

[tvm] branch main updated: [QNN][Relay][Topi] Add qnn.dense with weight layout (#13854)

2023-02-02 Thread echuraev
This is an automated email from the ASF dual-hosted git repository. echuraev 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 37e1a6862c [QNN][Relay][Topi] Add qnn.dense with

[GitHub] [tvm] echuraev merged pull request #13854: [QNN][Relay][Topi] Add qnn.dense with weight layout

2023-02-02 Thread via GitHub
echuraev merged PR #13854: URL: https://github.com/apache/tvm/pull/13854 -- 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:

[GitHub] [tvm] Mousius commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

2023-02-02 Thread via GitHub
Mousius commented on issue #13856: URL: https://github.com/apache/tvm/issues/13856#issuecomment-1413702466 > @Mousius haha ok, that explains all :-) well, not all exactly, I confess I'm still intrigued by the "impossible constraint" error. Of course the define `-DARM_MATH_AUTOVECTORIZE`

[GitHub] [tvm] gromero commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

2023-02-02 Thread via GitHub
gromero commented on issue #13856: URL: https://github.com/apache/tvm/issues/13856#issuecomment-1413684942 @Mousius haha ok, that explains all :-) well, not all exactly, I confess I'm still intrigued by the "impossible constraint" error. Of course the define `-DARM_MATH_AUTOVECTORIZE`

[GitHub] [tvm] tvm-bot commented on pull request #13905: Pass the 'path' parameter passed to cmake_build to the task_build.py script.

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13905: URL: https://github.com/apache/tvm/pull/13905#issuecomment-1413663932 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] alter-xp opened a new pull request, #13905: Pass the 'path' parameter passed to cmake_build to the task_build.py script.

2023-02-02 Thread via GitHub
alter-xp opened a new pull request, #13905: URL: https://github.com/apache/tvm/pull/13905 As the PR title states, the purpose of this PR is to pass the path parameter given to cmake_build to the task_build.py script. with this PR we will be able to control compilation in different

[GitHub] [tvm] echuraev commented on pull request #13868: [OpenCL] Implement save/load pre-compiled programs

2023-02-02 Thread via GitHub
echuraev commented on PR #13868: URL: https://github.com/apache/tvm/pull/13868#issuecomment-1413616618 @tqchen could you please review this PR once again? -- 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] echuraev commented on a diff in pull request #13837: [CLML][CODEGEN] CLML native codegen utility

2023-02-02 Thread via GitHub
echuraev commented on code in PR #13837: URL: https://github.com/apache/tvm/pull/13837#discussion_r1094418397 ## apps/cpp_clml/CMakeLists.txt: ## @@ -0,0 +1,59 @@ +cmake_minimum_required(VERSION 3.13) + +project(clml_run VERSION 2.0) + +if(NOT DEFINED CMAKE_TOOLCHAIN_FILE) +

[GitHub] [tvm] wrongtest-intellif opened a new pull request, #13904: [Doc] fix doc for tvm.te.const()

2023-02-02 Thread via GitHub
wrongtest-intellif opened a new pull request, #13904: URL: https://github.com/apache/tvm/pull/13904 Now the tvm.te.const() is just alias for tvm.tir.const() -- 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] tvm-bot commented on pull request #13904: [Doc] fix doc for tvm.te.const()

2023-02-02 Thread via GitHub
tvm-bot commented on PR #13904: URL: https://github.com/apache/tvm/pull/13904#issuecomment-1413476581 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] Mousius commented on issue #13856: [Bug] CMSIS-NN BYOC fails with Zephyr 3.2

2023-02-02 Thread via GitHub
Mousius commented on issue #13856: URL: https://github.com/apache/tvm/issues/13856#issuecomment-1413466896 @gromero the version is the latest version on the repo, and the commit is a workaround for the ICE:

[GitHub] [tvm] Mousius commented on pull request #13903: [ci] Disable GPU unit tests

2023-02-02 Thread via GitHub
Mousius commented on PR #13903: URL: https://github.com/apache/tvm/pull/13903#issuecomment-1413437597 @driazati are there any plans to allow other contributors to provide nodes? I remember I asked about this a long time ago but it wasn't a priority, now it might be worth re-visiting? --

[GitHub] [tvm] leandron commented on pull request #13903: [ci] Disable GPU unit tests

2023-02-02 Thread via GitHub
leandron commented on PR #13903: URL: https://github.com/apache/tvm/pull/13903#issuecomment-1413435293 Just a quick question. Can you clarify what are the tests being disabled? I imagine it is the diff between `task_python_frontend_lite.sh` and `task_python_frontend.sh`, but can you

[GitHub] [tvm] Mousius commented on pull request #13902: [Unity][CI] setup CI (do not upstream to main)

2023-02-02 Thread via GitHub
Mousius commented on PR #13902: URL: https://github.com/apache/tvm/pull/13902#issuecomment-1413413979 @YuchenJin because you're always launching the instances and then exitting, you'd incur the minimum charge of 60 seconds for the instances you're running even if you don't use any of the

[GitHub] [tvm] srkreddy1238 commented on a diff in pull request #13837: [CLML][CODEGEN] CLML native codegen utility

2023-02-02 Thread via GitHub
srkreddy1238 commented on code in PR #13837: URL: https://github.com/apache/tvm/pull/13837#discussion_r1094213482 ## apps/cpp_clml/CMakeLists.txt: ## @@ -0,0 +1,59 @@ +cmake_minimum_required(VERSION 3.13) + +project(clml_run VERSION 2.0) + +if(NOT DEFINED CMAKE_TOOLCHAIN_FILE)