[GitHub] [tvm] junrushao commented on a diff in pull request #14111: [TVMScript] Use op attribute to control whether to print dtype in TVMScript

2023-02-24 Thread via GitHub
junrushao commented on code in PR #14111: URL: https://github.com/apache/tvm/pull/14111#discussion_r1117882607 ## src/script/printer/tir/expr.cc: ## @@ -222,23 +222,9 @@ TVM_STATIC_IR_FUNCTOR(IRDocsifier, vtable) .set_dispatch("", [](tir::Call call, ObjectPath call_p, IRDo

[GitHub] [tvm] Rainy-Memory commented on a diff in pull request #14009: [MetaSchedule] Introduce Async Pipeline in MultiLevelTiling

2023-02-24 Thread via GitHub
Rainy-Memory commented on code in PR #14009: URL: https://github.com/apache/tvm/pull/14009#discussion_r1117882058 ## tests/python/unittest/test_async_multi_level_tiling.py: ## @@ -0,0 +1,340 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: ren

[GitHub] [tvm] junrushao commented on a diff in pull request #14009: [MetaSchedule] Introduce Async Pipeline in MultiLevelTiling

2023-02-24 Thread via GitHub
junrushao commented on code in PR #14009: URL: https://github.com/apache/tvm/pull/14009#discussion_r1117881522 ## tests/python/unittest/test_async_multi_level_tiling.py: ## @@ -0,0 +1,340 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: please

[GitHub] [tvm] Hzfengsy commented on a diff in pull request #14097: [Unity] Allow duplicated parameters in the same call arguments in FuseOps

2023-02-24 Thread via GitHub
Hzfengsy commented on code in PR #14097: URL: https://github.com/apache/tvm/pull/14097#discussion_r1117879157 ## src/relax/transform/fuse_ops.cc: ## @@ -395,14 +394,8 @@ class FunctionCreator : public ExprMutator { } } - for (const Expr& arg :

[GitHub] [tvm] yelite opened a new pull request, #14128: [Unity][BYOC] Add transposed matmul support to Relax CUTLASS BYOC

2023-02-24 Thread via GitHub
yelite opened a new pull request, #14128: URL: https://github.com/apache/tvm/pull/14128 This PR adds support of transposed matmul to Relax CUTLASS backend. It is able to offload Relax expr like `R.nn.relu(R.matmul(x, R.permute_dims(y)) + bias)`. cc @vinx13 @masahi -- This is an a

[GitHub] [tvm] tvm-bot commented on pull request #14128: [Unity][BYOC] Add transposed matmul support to Relax CUTLASS BYOC

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14128: URL: https://github.com/apache/tvm/pull/14128#issuecomment-1445009104 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 from

[tvm] branch unity updated: [Unity][BlockBuilder] Add `name_hint` argument for `emit` and `emit_output` (#14126)

2023-02-24 Thread ruihangl
This is an automated email from the ASF dual-hosted git repository. ruihangl 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 82578c394c [Unity][BlockBuilder] Add `name_hint` ar

[GitHub] [tvm] MasterJH5574 merged pull request #14126: [Unity][BlockBuilder] Add `name_hint` argument for `emit` and `emit_output`

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

[tvm] branch v0.11.0 updated: Fix release-branch Jenkins builds (#14121)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch v0.11.0 in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/v0.11.0 by this push: new cd9193a7eb Fix release-branch Jenkins builds (#1

[GitHub] [tvm] areusch merged pull request #14121: Fix release-branch Jenkins builds

2023-02-24 Thread via GitHub
areusch merged PR #14121: URL: https://github.com/apache/tvm/pull/14121 -- 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] tvm-bot commented on pull request #14127: [Unity][Legalize] Fix Scalar Constant Legalization

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14127: URL: https://github.com/apache/tvm/pull/14127#issuecomment-1445001239 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 from

[GitHub] [tvm] zxybazh opened a new pull request, #14127: [Unity][Legalize] Fix Scalar Constant Legalization

2023-02-24 Thread via GitHub
zxybazh opened a new pull request, #14127: URL: https://github.com/apache/tvm/pull/14127 This PR fixes the issue of loss of data type during Legalization. Previously, if we use a constant scalar in operators like `multiply`, it will automatically be converted to a python data type variable,

[tvm] branch nightly updated (d5806eca76 -> f7165a1328)

2023-02-24 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 d5806eca76 [Frontend][Paddle] Add where_index op and add vm for paddle frontend's unitest (#14099) add 9b6df18

[GitHub] [tvm] SiriusNEO opened a new pull request, #14126: [Unity][BlockBuilder] Add `name_hint` argument for `emit` and `emit_output`

2023-02-24 Thread via GitHub
SiriusNEO opened a new pull request, #14126: URL: https://github.com/apache/tvm/pull/14126 This PR adds `name_hint` argument for `emit` and `emit_output` API of Relax blockbuilder. The argument exists in the C++ side but not exposed to Python side (So user who use the Python bb.emit will le

[GitHub] [tvm] tvm-bot commented on pull request #14126: [Unity][BlockBuilder] Add `name_hint` argument for `emit` and `emit_output`

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14126: URL: https://github.com/apache/tvm/pull/14126#issuecomment-1444971931 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 from

[tvm] branch areusch/fix-branch-release-ci updated (e58ee9fd8d -> ddd5f065e6)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git discard e58ee9fd8d Remove slashes from dockerfile tag omit 853b18d4b1 Try using CHANGE_ID to identify

[GitHub] [tvm] tvm-bot commented on pull request #14125: [CRT]Cleanup unused macros in crt_config.h.template

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14125: URL: https://github.com/apache/tvm/pull/14125#issuecomment-1444878138 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 from

[GitHub] [tvm] mehrdadh opened a new pull request, #14125: [CRT]Cleanup unused macros in crt_config.h.template

2023-02-24 Thread via GitHub
mehrdadh opened a new pull request, #14125: URL: https://github.com/apache/tvm/pull/14125 This PR removes old macros in crt_config.h.template. -- 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] tvm-bot commented on pull request #14124: [Frontend][TFLite] Fix conv2d import bug

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14124: URL: https://github.com/apache/tvm/pull/14124#issuecomment-1444867605 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 from

[GitHub] [tvm] mehrdadh opened a new pull request, #14124: [Frontend][TFLite] Fix conv2d import bug

2023-02-24 Thread via GitHub
mehrdadh opened a new pull request, #14124: URL: https://github.com/apache/tvm/pull/14124 This PR fixes a bug on TFLite frontend import. Basically for conv2d group cases TFLite was only detecting group on only operators with specific `DEPTHWISE_CONV_2D` definition and ignoring group cases t

[tvm] branch areusch/fix-branch-release-ci updated (23d4939536 -> e58ee9fd8d)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git discard 23d4939536 Remove slashes from dockerfile tag add e58ee9fd8d Remove slashes from dockerfile

[tvm] branch areusch/fix-branch-release-ci updated (9b7bf3945e -> 23d4939536)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git omit 9b7bf3945e Remove slashes from dockerfile tag add 23d4939536 Remove slashes from dockerfile

[GitHub] [tvm] mehrdadh closed issue #14074: [CI Problem] gallery/how_to/work_with_microtvm/micro_tvmc.sh fails silently

2023-02-24 Thread via GitHub
mehrdadh closed issue #14074: [CI Problem] gallery/how_to/work_with_microtvm/micro_tvmc.sh fails silently URL: https://github.com/apache/tvm/issues/14074 -- 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

[tvm] branch main updated: [microTVM] Fix tvmc tutorial (#14076)

2023-02-24 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 f7165a1328 [microTVM] Fix tvmc tutorial (#14076) f716

[GitHub] [tvm] mehrdadh merged pull request #14076: [microTVM] Fix tvmc tutorial

2023-02-24 Thread via GitHub
mehrdadh merged PR #14076: URL: https://github.com/apache/tvm/pull/14076 -- 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] tvm-bot commented on pull request #14123: [Unity][TVMScript] emit_te sugar

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14123: URL: https://github.com/apache/tvm/pull/14123#issuecomment-1444723646 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 from

[GitHub] [tvm] yongwww opened a new pull request, #14123: [Unity][TVMScript] emit_te sugar

2023-02-24 Thread via GitHub
yongwww opened a new pull request, #14123: URL: https://github.com/apache/tvm/pull/14123 Add R.emit_te, a requested support https://github.com/tlc-pack/relax/issues/197 cc: @psrivas2 @Hzfengsy @YuchenJin @tqchen -- This is an automated message from the Apache Git Service. To r

[GitHub] [tvm] mehrdadh commented on pull request #14076: [microTVM] Fix tvmc tutorial

2023-02-24 Thread via GitHub
mehrdadh commented on PR #14076: URL: https://github.com/apache/tvm/pull/14076#issuecomment-1444681463 @gromero thanks! Updated both title and PR description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [tvm] tqchen commented on pull request #14097: [Unity] Allow duplicated parameters in the same call arguments in FuseOps

2023-02-24 Thread via GitHub
tqchen commented on PR #14097: URL: https://github.com/apache/tvm/pull/14097#issuecomment-1444583469 Please run the following command to rebase the changes ``` git rebase --onto upstream/unity upstream/unity-rebase-backup-2023-02-24 ``` -- This is an automated message from the Apa

[tvm] branch unity updated (268c06528c -> cfce06f073)

2023-02-24 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity in repository https://gitbox.apache.org/repos/asf/tvm.git omit 268c06528c [Unity][Fix] Fix bug in MergeCompositeFunctions (#14117) omit 0fae68d85e [Unity] Update tests again to adap

[tvm] branch unity-rebase-backup-2023-02-24 created (now 268c06528c)

2023-02-24 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch unity-rebase-backup-2023-02-24 in repository https://gitbox.apache.org/repos/asf/tvm.git at 268c06528c [Unity][Fix] Fix bug in MergeCompositeFunctions (#14117) No new revisions were added

[GitHub] [tvm] tvm-bot commented on pull request #14122: [Pytorch] frontend full_impl fix

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14122: URL: https://github.com/apache/tvm/pull/14122#issuecomment-1444556788 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 from

[GitHub] [tvm] jsheng-jian opened a new pull request, #14122: [Pytorch] frontend full_impl fix

2023-02-24 Thread via GitHub
jsheng-jian opened a new pull request, #14122: URL: https://github.com/apache/tvm/pull/14122 Minor fix in pytorch frontend to compile gpt2 model, reproduce script. ``` from transformers import GPT2LMHeadModel import torch import tvm from tvm import relay inp = torch.

[GitHub] [tvm] MasterJH5574 commented on a diff in pull request #14111: [TVMScript] Use op attribute to control whether to print dtype in TVMScript

2023-02-24 Thread via GitHub
MasterJH5574 commented on code in PR #14111: URL: https://github.com/apache/tvm/pull/14111#discussion_r1117640490 ## src/script/printer/tir/expr.cc: ## @@ -222,23 +222,9 @@ TVM_STATIC_IR_FUNCTOR(IRDocsifier, vtable) .set_dispatch("", [](tir::Call call, ObjectPath call_p, I

[GitHub] [tvm] driazati commented on pull request #14121: Fix release-branch Jenkins builds

2023-02-24 Thread via GitHub
driazati commented on PR #14121: URL: https://github.com/apache/tvm/pull/14121#issuecomment-164966 the failure I think is because the `/` in the branch name is getting used in the docker tag, I pushed a fix to strip them out (but if it persists we can just merge this and proceed with th

[tvm] branch areusch/fix-branch-release-ci updated (853b18d4b1 -> 9b7bf3945e)

2023-02-24 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git from 853b18d4b1 Try using CHANGE_ID to identify pull requests everywhere. add 9b7bf3945e Remove

[tvm] branch unity-staging updated (37a38a5dc0 -> cfce06f073)

2023-02-24 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 37a38a5dc0 [Unity][Relax] Set Shape Function to Be Host Function (#14090) discard 1ff7188079 [Unity] Refactor Re

[GitHub] [tvm] areusch commented on pull request #14121: Fix release-branch Jenkins builds

2023-02-24 Thread via GitHub
areusch commented on PR #14121: URL: https://github.com/apache/tvm/pull/14121#issuecomment-129403 just noting that i think the docker build failure is unrelated here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2023-02-24 Thread leandron
Author: leandron Date: Fri Feb 24 20:22:56 2023 New Revision: 60331 Log: Add v0.11.0.rc0 Added: dev/tvm/tvm-v0.11.0-rc0/ dev/tvm/tvm-v0.11.0-rc0/apache-tvm-src-v0.11.0.rc0.tar.gz (with props) dev/tvm/tvm-v0.11.0-rc0/apache-tvm-src-v0.11.0.rc0.tar.gz.asc dev/tvm/tvm-v0.11.0-rc0/a

[GitHub] [tvm] mehrdadh commented on pull request #14076: [microTVM] Fix tvmc tutorial and fix bug for catching the error

2023-02-24 Thread via GitHub
mehrdadh commented on PR #14076: URL: https://github.com/apache/tvm/pull/14076#issuecomment-1444340748 @gromero We finally found the CI issue. PTAL, thanks! -- 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] leandron commented on issue #14119: [Bug] v0.11.0 issue with python/tvm/micro/build.py:106: MicroTVMTemplateProjectNotFoundError

2023-02-24 Thread via GitHub
leandron commented on issue #14119: URL: https://github.com/apache/tvm/issues/14119#issuecomment-1444322927 OK, so I'll validate that the tests failing here are not failing with your trial run. If they pass, then I'll push the Release Candidate and we can, for now, declare that as an issue

[GitHub] [tvm] tvm-bot commented on pull request #14121: Fix release-branch Jenkins builds

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14121: URL: https://github.com/apache/tvm/pull/14121#issuecomment-1444270931 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 from

[GitHub] [tvm] areusch opened a new pull request, #14121: Fix release-branch Jenkins builds

2023-02-24 Thread via GitHub
areusch opened a new pull request, #14121: URL: https://github.com/apache/tvm/pull/14121 This PR switches to using `env.CHANGE_ID` to identify whether we are building a PR. It also uses `CHANGE_TARGET` instead of hardcoding `main` check in Prepare.groovy. Let's merge this to v0.11.0 release

[tvm] 01/01: Try using CHANGE_ID to identify pull requests everywhere.

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit 853b18d4b19f228f8119c5235564f8b017cbaab2 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:37 2023

[tvm] branch areusch/fix-branch-release-ci updated (fd3b8b4767 -> 853b18d4b1)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git omit fd3b8b4767 Try using CHANGE_ID to identify pull requests everywhere. new 853b18d4b1 Try usin

[tvm] 01/01: Try using CHANGE_ID to identify pull requests everywhere.

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit fd3b8b4767834602f0ccd8eadc0b2b2bd627b6f3 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:37 2023

[tvm] branch areusch/fix-branch-release-ci updated (a866bc30a1 -> fd3b8b4767)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git discard a866bc30a1 Try using CHANGE_ID to identify pull requests instead of hardcoding main. new fd

[tvm] 01/01: Try using CHANGE_ID to identify pull requests instead of hardcoding main.

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit a866bc30a1ff4e69b1a04063cfbe995049101de4 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:37 2023

[tvm] branch areusch/fix-branch-release-ci updated (561192c4fc -> a866bc30a1)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git omit 561192c4fc Try using CHANGE_ID to identify pull requests instead of hardcoding main. new a8

[GitHub] [tvm] tvm-bot commented on pull request #14120: [DNS] test merge to verify that CHANGE_ID is working

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14120: URL: https://github.com/apache/tvm/pull/14120#issuecomment-1444229176 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 from

[GitHub] [tvm] areusch opened a new pull request, #14120: [DNS] test merge to verify that CHANGE_ID is working

2023-02-24 Thread via GitHub
areusch opened a new pull request, #14120: URL: https://github.com/apache/tvm/pull/14120 do not merge -- 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] 01/01: Try using CHANGE_ID to identify pull requests instead of hardcoding main.

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit 561192c4fc0df7deb8c71b3ce02de08ea0a81310 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:37 2023

[tvm] branch areusch/fix-branch-release-ci updated (0ed6135ef5 -> 561192c4fc)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git discard 0ed6135ef5 Try using CHANGE_ID to identify pull requests instead of hardcoding main. new 56

[GitHub] [tvm] areusch commented on issue #14119: [Bug] v0.11.0 issue with python/tvm/micro/build.py:106: MicroTVMTemplateProjectNotFoundError

2023-02-24 Thread via GitHub
areusch commented on issue #14119: URL: https://github.com/apache/tvm/issues/14119#issuecomment-1444213185 i can't reproduce this locally, but i notice that the release branch CI is merging `main` back in so I wonder if there is a collision there? could you say more about how you're invokin

[tvm] branch areusch/fix-branch-release-ci created (now 0ed6135ef5)

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git at 0ed6135ef5 Try using CHANGE_ID to identify pull requests instead of hardcoding main. This branc

[tvm] 01/02: bring back Jenkins makefile and requirements.txt

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit c91ff47bc646b545ab5eb538d004a4d0fbabbd40 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:21 2023

[tvm] 02/02: Try using CHANGE_ID to identify pull requests instead of hardcoding main.

2023-02-24 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/fix-branch-release-ci in repository https://gitbox.apache.org/repos/asf/tvm.git commit 0ed6135ef5c5f94812651d6355ac4f1ee9239c65 Author: Andrew Reusch AuthorDate: Fri Feb 24 10:27:37 2023

[GitHub] [tvm] vinx13 commented on a diff in pull request #14109: [Unity] Add callback to FuseOpsByPattern to check match result is accepted

2023-02-24 Thread via GitHub
vinx13 commented on code in PR #14109: URL: https://github.com/apache/tvm/pull/14109#discussion_r1117453966 ## src/relax/transform/fuse_ops.cc: ## @@ -908,23 +908,27 @@ class PatternBasedPartitioner : ExprVisitor { using GroupMap = OperatorFusor::GroupMap; using ExprVisito

[GitHub] [tvm] leandron opened a new issue, #14119: [Bug] v0.11.0 issue with python/tvm/micro/build.py:106: MicroTVMTemplateProjectNotFoundError

2023-02-24 Thread via GitHub
leandron opened a new issue, #14119: URL: https://github.com/apache/tvm/issues/14119 While testing `v0.11.0` branch, there is an issue making many tests to fail, to do with `python/tvm/micro/build.py:106: MicroTVMTemplateProjectNotFoundError`. ``` tvm.micro.build.MicroTVMTemplateP

[tvm] branch main updated: [Docker] Update ci-cpu and ci-arm to tag 20230223-070143-a3b51f11b (#14116)

2023-02-24 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 74bcca2535 [Docker] Update ci-cpu and ci-arm to tag 2

[GitHub] [tvm] Mousius merged pull request #14116: [Docker] Update ci-cpu and ci-arm to tag 20230223-070143-a3b51f11b

2023-02-24 Thread via GitHub
Mousius merged PR #14116: URL: https://github.com/apache/tvm/pull/14116 -- 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] MasterJH5574 closed pull request #14118: [FIX][MetaSchedule] JSON dump FloatImm at least one decimal

2023-02-24 Thread via GitHub
MasterJH5574 closed pull request #14118: [FIX][MetaSchedule] JSON dump FloatImm at least one decimal URL: https://github.com/apache/tvm/pull/14118 -- 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] sunggg commented on a diff in pull request #14097: [Unity] Allow duplicated parameters in the same call arguments in FuseOps

2023-02-24 Thread via GitHub
sunggg commented on code in PR #14097: URL: https://github.com/apache/tvm/pull/14097#discussion_r1117281062 ## tests/python/relax/test_transform_fuse_ops_by_pattern.py: ## @@ -460,5 +496,10 @@ def test_multiple_calls_same_extern(): check(Conv2dx2, [("cutlass.conv2d", pat)],

[GitHub] [tvm] rafzi commented on pull request #14114: [Runtime] Fix Potential DeviceAPIManager Memory Bug

2023-02-24 Thread via GitHub
rafzi commented on PR #14114: URL: https://github.com/apache/tvm/pull/14114#issuecomment-1443875602 @Johnson9009 Looks good, it seems like that was a misunderstanding I had about what the binding requires. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [tvm] liaojianjin commented on issue #13759: [Bug] a bug about onnx aten::index_put.

2023-02-24 Thread via GitHub
liaojianjin commented on issue #13759: URL: https://github.com/apache/tvm/issues/13759#issuecomment-1443851270 You can find how to export index_put node in here [@_onnx_symbolic("aten::index_put")](https://github.com/pytorch/pytorch/blob/master/torch/onnx/symbolic_opset11.py#L208). If

[tvm] branch unity updated: [Unity][Fix] Fix bug in MergeCompositeFunctions (#14117)

2023-02-24 Thread ruihangl
This is an automated email from the ASF dual-hosted git repository. ruihangl 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 268c06528c [Unity][Fix] Fix bug in MergeCompositeFu

[GitHub] [tvm] MasterJH5574 merged pull request #14117: [Unity][Fix] Fix bug in MergeCompositeFunctions

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

[GitHub] [tvm] tvm-bot commented on pull request #14118: [FIX][MetaSchedule] JSON dump FloatImm at least one decimal

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14118: URL: https://github.com/apache/tvm/pull/14118#issuecomment-1443846218 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 from

[GitHub] [tvm] MasterJH5574 opened a new pull request, #14118: [FIX][MetaSchedule] JSON dump FloatImm at least one decimal

2023-02-24 Thread via GitHub
MasterJH5574 opened a new pull request, #14118: URL: https://github.com/apache/tvm/pull/14118 In MetaSchedule, when dumping a FloatImm as JSON, at this moment we are using ```c++ os << std::setprecision(20) << float_imm->value; ``` In this way, float values that are "integers"

[GitHub] [tvm] tqchen commented on pull request #13918: [Arith] ConstIntBound was incorrectly assuming bounds were over int64…

2023-02-24 Thread via GitHub
tqchen commented on PR #13918: URL: https://github.com/apache/tvm/pull/13918#issuecomment-1443822691 get it, thanks for the explaination -- 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] honghuichao commented on issue #13759: [Bug] a bug about onnx aten::index_put.

2023-02-24 Thread via GitHub
honghuichao commented on issue #13759: URL: https://github.com/apache/tvm/issues/13759#issuecomment-1443819395 Thank you for your suggestion. But this op is too much in my torch code. so that I can't modify it one by one. If you don't have time to solve this problem, I want to tr

[GitHub] [tvm] liaojianjin commented on issue #13759: [Bug] a bug about onnx aten::index_put.

2023-02-24 Thread via GitHub
liaojianjin commented on issue #13759: URL: https://github.com/apache/tvm/issues/13759#issuecomment-1443772108 @honghuichao You can check the shape of index tensors before `infer_shape()` and return `(indices, value)` early with flattened index tensors and value tensor. -- This is an aut

[GitHub] [tvm] Lunderberg commented on pull request #13918: [Arith] ConstIntBound was incorrectly assuming bounds were over int64…

2023-02-24 Thread via GitHub
Lunderberg commented on PR #13918: URL: https://github.com/apache/tvm/pull/13918#issuecomment-1443751002 I think the check on the lower bound is required, though primarily to avoid unnecessary offsets when the bound is unknown. If the bounds of a signed 32-bit argument `x` are unknown, the

[GitHub] [tvm] yongwww commented on pull request #14117: [Unity][Fix] Fix bug in MergeCompositeFunctions

2023-02-24 Thread via GitHub
yongwww commented on PR #14117: URL: https://github.com/apache/tvm/pull/14117#issuecomment-1443741665 > > would you mind adding a test case for this fix? > > @yongwww Such concurrent modification issues are already covered by the test suite. They just show up under certain compilation

[GitHub] [tvm] MasterJH5574 commented on pull request #14117: [Unity][Fix] Fix bug in MergeCompositeFunctions

2023-02-24 Thread via GitHub
MasterJH5574 commented on PR #14117: URL: https://github.com/apache/tvm/pull/14117#issuecomment-1443727639 > would you mind adding a test case for this fix? @yongwww Such concurrent modification issues are already covered by the test suite. They just show up under certain compilation

[GitHub] [tvm] honghuichao commented on issue #13759: [Bug] a bug about onnx aten::index_put.

2023-02-24 Thread via GitHub
honghuichao commented on issue #13759: URL: https://github.com/apache/tvm/issues/13759#issuecomment-1443725461 @liaojianjin @classmethod def _index_put(cls, inputs, attr, params): in_tensor = inputs[0] indices, values = cls._check_index(inputs[1 : len(i

[GitHub] [tvm] tvm-bot commented on pull request #14117: [Unity] Fix bug in MergeCompositeFunctions

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14117: URL: https://github.com/apache/tvm/pull/14117#issuecomment-1443704993 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 from

[GitHub] [tvm] Ubospica opened a new pull request, #14117: [Unity] Fix bug in MergeCompositeFunctions

2023-02-24 Thread via GitHub
Ubospica opened a new pull request, #14117: URL: https://github.com/apache/tvm/pull/14117 Currently `MergeCompositeFunctions` will modify the map while iterating over it, and that makes tests/python/relax/test_transform_merge_composite_functions.py does not pass on my computer. This PR fix

[GitHub] [tvm] Ubospica commented on a diff in pull request #14062: [Unity][BYOC] Add pass to merge composite functions to offload large subgraphs

2023-02-24 Thread via GitHub
Ubospica commented on code in PR #14062: URL: https://github.com/apache/tvm/pull/14062#discussion_r1117021573 ## src/relax/transform/merge_composite_functions.cc: ## @@ -0,0 +1,355 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor lice

[GitHub] [tvm] liaojianjin commented on issue #13759: [Bug] a bug about onnx aten::index_put.

2023-02-24 Thread via GitHub
liaojianjin commented on issue #13759: URL: https://github.com/apache/tvm/issues/13759#issuecomment-1443680558 @honghuichao Thanks for your report. I can't reproduce this error in my environment (pytorch == 1.13.1, onnx == 1.12.0, tvm commit is d8833bdbb), the converted IR is shown at the

[tvm] branch main updated: [Runtime] Fix Potential DeviceAPIManager Memory Bug (#14114)

2023-02-24 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen 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 265bebf65f [Runtime] Fix Potential DeviceAPIManager Mem

[GitHub] [tvm] tqchen merged pull request #14114: [Runtime] Fix Potential DeviceAPIManager Memory Bug

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

[tvm] branch unity updated: [Unity] Update tests again to adapt to latest TVMScript syntax (#14115)

2023-02-24 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 0fae68d85e [Unity] Update tests again to adapt to lat

[GitHub] [tvm] tqchen merged pull request #14115: [Unity] Update tests again to adapt to latest TVMScript syntax

2023-02-24 Thread via GitHub
tqchen merged PR #14115: URL: https://github.com/apache/tvm/pull/14115 -- 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] masahi commented on pull request #14065: [TORCH][TOPI] Add diagonal_scatter

2023-02-24 Thread via GitHub
masahi commented on PR #14065: URL: https://github.com/apache/tvm/pull/14065#issuecomment-1443571741 See https://github.com/pytorch/pytorch/pull/64430. This doesn't seem like an op that PT users use. Are you adding `slice_scatter` and `select_scatter` as well? Please give us a good reason f

[GitHub] [tvm] masahi commented on pull request #14065: [TORCH][TOPI] Add diagonal_scatter

2023-02-24 Thread via GitHub
masahi commented on PR #14065: URL: https://github.com/apache/tvm/pull/14065#issuecomment-1443563208 I hesitate to merge such big manual IR op unless there is a concrete use case for it. This seems like a very strange op to me, I wonder why PT added it. The operator set is supposed to

[GitHub] [tvm] vvchernov commented on pull request #14065: [TORCH][TOPI] Add diagonal_scatter

2023-02-24 Thread via GitHub
vvchernov commented on PR #14065: URL: https://github.com/apache/tvm/pull/14065#issuecomment-1443553855 Hello @masahi! In general I copy-past description from pytorch docs, but ok I will try to recheck English. It does not have any scecified use case it was done in frames of my scatter-like

[tvm] branch main updated (d5806eca76 -> 9b6df18f3a)

2023-02-24 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 d5806eca76 [Frontend][Paddle] Add where_index op and add vm for paddle frontend's unitest (#14099) add 9b6df18f3a [TO

[GitHub] [tvm] masahi merged pull request #14110: [TORCH][TOPI] Support mean reduction for scatter_reduce

2023-02-24 Thread via GitHub
masahi merged PR #14110: URL: https://github.com/apache/tvm/pull/14110 -- 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] masahi commented on a diff in pull request #14062: [Unity][BYOC] Add pass to merge composite functions to offload large subgraphs

2023-02-24 Thread via GitHub
masahi commented on code in PR #14062: URL: https://github.com/apache/tvm/pull/14062#discussion_r1116841361 ## src/relax/transform/merge_composite_functions.cc: ## @@ -0,0 +1,355 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor licens

[GitHub] [tvm] Ubospica commented on a diff in pull request #14062: [Unity][BYOC] Add pass to merge composite functions to offload large subgraphs

2023-02-24 Thread via GitHub
Ubospica commented on code in PR #14062: URL: https://github.com/apache/tvm/pull/14062#discussion_r1116828865 ## src/relax/transform/merge_composite_functions.cc: ## @@ -0,0 +1,355 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor lice

[GitHub] [tvm] Ubospica commented on a diff in pull request #14062: [Unity][BYOC] Add pass to merge composite functions to offload large subgraphs

2023-02-24 Thread via GitHub
Ubospica commented on code in PR #14062: URL: https://github.com/apache/tvm/pull/14062#discussion_r1116828865 ## src/relax/transform/merge_composite_functions.cc: ## @@ -0,0 +1,355 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor lice

[GitHub] [tvm] tvm-bot commented on pull request #14116: [Docker] Update ci-cpu and ci-arm to tag 20230223-070143-a3b51f11b

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14116: URL: https://github.com/apache/tvm/pull/14116#issuecomment-1443508098 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 from

[GitHub] [tvm] leandron opened a new pull request, #14116: [Docker] Update ci-cpu and ci-arm to tag 20230223-070143-a3b51f11b

2023-02-24 Thread via GitHub
leandron opened a new pull request, #14116: URL: https://github.com/apache/tvm/pull/14116 * This brings the update to Compute Library from v22.08 to v22.11 Validation was done in #14104. cc @driazati @Mousius @areusch @neildhickey -- This is an automated message from the Apa

[GitHub] [tvm] tvm-bot commented on pull request #14115: [Unity] Update tests again to adapt to latest TVMScript syntax

2023-02-24 Thread via GitHub
tvm-bot commented on PR #14115: URL: https://github.com/apache/tvm/pull/14115#issuecomment-1443490018 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 from

[GitHub] [tvm] Ubospica opened a new pull request, #14115: [Unity] Update tests again to adapt to latest TVMScript syntax

2023-02-24 Thread via GitHub
Ubospica opened a new pull request, #14115: URL: https://github.com/apache/tvm/pull/14115 Now IRPrinter prints `T.Var("n", "int64")` for tir Vars in Relax functions. But in the new TVMScript syntax, it should be `T.int64()`. This PR fixes this bug and updates tests in favor of the new

svn commit: r60315 - /release/tvm/KEYS

2023-02-24 Thread leandron
Author: leandron Date: Fri Feb 24 10:36:13 2023 New Revision: 60315 Log: Update KEYS Added: release/tvm/KEYS - copied unchanged from r60314, dev/tvm/KEYS

svn commit: r60314 - /release/tvm/KEYS

2023-02-24 Thread leandron
Author: leandron Date: Fri Feb 24 10:35:46 2023 New Revision: 60314 Log: Update KEYS Removed: release/tvm/KEYS

svn commit: r60313 - /dev/tvm/KEYS

2023-02-24 Thread leandron
Author: leandron Date: Fri Feb 24 10:34:06 2023 New Revision: 60313 Log: Update KEYS Modified: dev/tvm/KEYS Modified: dev/tvm/KEYS == --- dev/tvm/KEYS (original) +++ dev/tvm/KEYS Fri Feb 24 10:34:06 2023 @@ -523,3 +5

[tvm] branch unity updated: [Unity][BYOC]Add relax backend pattern registry (#14106)

2023-02-24 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi 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 4e03d85514 [Unity][BYOC]Add relax backend pattern reg

  1   2   >