[tvm] branch unity updated: [Unity][Relax][FuseOps] Add MatchCastNode to node_map of IndexedForwardGraph (#15544)

2023-08-14 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 fa0d35be2c [Unity][Relax][FuseOps] Add MatchCastNod

[GitHub] [tvm] MasterJH5574 merged pull request #15544: [Unity][Relax][FuseOps] Add MatchCastNode to node_map of IndexedForwardGraph

2023-08-14 Thread via GitHub
MasterJH5574 merged PR #15544: URL: https://github.com/apache/tvm/pull/15544 -- 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 #15557: [unity][frontend] add relax frontend torch op

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15557: URL: https://github.com/apache/tvm/pull/15557#issuecomment-1678439624 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] HLearning opened a new pull request, #15557: [unity][frontend] add relax frontend torch op

2023-08-14 Thread via GitHub
HLearning opened a new pull request, #15557: URL: https://github.com/apache/tvm/pull/15557 (no comment) -- 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-ma

[tvm] branch nightly updated (a1d6e82291 -> 208e01f485)

2023-08-14 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 a1d6e82291 [Runtime][Minor] Suppress verbose logging in Metal device API (#15543) add 927df59662 [Relay] Disab

[GitHub] [tvm] sunggg commented on a diff in pull request #15556: [Unity][BYOC] CoreML Scaffolding

2023-08-14 Thread via GitHub
sunggg commented on code in PR #15556: URL: https://github.com/apache/tvm/pull/15556#discussion_r1294166327 ## tests/python/relax/test_codegen_coreml.py: ## @@ -0,0 +1,315 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [tvm] tvm-bot commented on pull request #15556: [Unity][BYOC] CoreML Scaffolding

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15556: URL: https://github.com/apache/tvm/pull/15556#issuecomment-1678397230 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 closed issue #15541: [Bug][Unity] Compilation Error with Clang

2023-08-14 Thread via GitHub
yongwww closed issue #15541: [Bug][Unity] Compilation Error with Clang URL: https://github.com/apache/tvm/issues/15541 -- 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 unsub

[GitHub] [tvm] yongwww commented on issue #15541: [Bug][Unity] Compilation Error with Clang

2023-08-14 Thread via GitHub
yongwww commented on issue #15541: URL: https://github.com/apache/tvm/issues/15541#issuecomment-1678381095 Thanks @Hzfengsy @sunggg This issue should be fixed in pr #15546, now I can build with Clang on my Mac. please reopen it if it doesn't work for you. -- This is an automated messa

[tvm] branch unity updated: [Unity] Fix the ambiguity issue in `vDevice` constructor on Mac with Apple clang version 14.0.3 (#15546)

2023-08-14 Thread yongwww
This is an automated email from the ASF dual-hosted git repository. yongwww 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 36af50439b [Unity] Fix the ambiguity issue in `vDevi

[GitHub] [tvm] yongwww merged pull request #15546: [Unity] Fix the ambiguity issue in `vDevice` constructor on Mac with Apple clang version 14.0.3

2023-08-14 Thread via GitHub
yongwww merged PR #15546: URL: https://github.com/apache/tvm/pull/15546 -- 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] Civitasv commented on pull request #15526: [BYOC] [TPAT] [TensorRT] Add the ability to automatically generate TensorRT plugins using TVM

2023-08-14 Thread via GitHub
Civitasv commented on PR #15526: URL: https://github.com/apache/tvm/pull/15526#issuecomment-1678352669 I've improved the code, the workflow should be clear if you've read the RFC. :smile: -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tvm] L0phTg commented on pull request #15544: [Unity][Relax][FuseOps] Add MatchCastNode to node_map of IndexedForwardGraph

2023-08-14 Thread via GitHub
L0phTg commented on PR #15544: URL: https://github.com/apache/tvm/pull/15544#issuecomment-1678276674 @MasterJH5574 Test case has been added -- 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 spe

[GitHub] [tvm] tvm-bot commented on pull request #15555: [Arith] Fix handling of overlapping predicates

2023-08-14 Thread via GitHub
tvm-bot commented on PR #1: URL: https://github.com/apache/tvm/pull/1#issuecomment-1678271937 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 main updated: [TVMScript] Create loop var with min_val dtype in for frame (#15547)

2023-08-14 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng 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 208e01f485 [TVMScript] Create loop var with min_val dty

[GitHub] [tvm] Hzfengsy merged pull request #15547: [TVMScript] Create loop var with min_val dtype in for frame

2023-08-14 Thread via GitHub
Hzfengsy merged PR #15547: URL: https://github.com/apache/tvm/pull/15547 -- 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: fixed typo [TypoFix] (#15536)

2023-08-14 Thread ruihangl
This is an automated email from the ASF dual-hosted git repository. ruihangl 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 1422c1826f fixed typo [TypoFix] (#15536) 1422c1826f i

[GitHub] [tvm] MasterJH5574 merged pull request #15536: fixed typo [TypoFix]

2023-08-14 Thread via GitHub
MasterJH5574 merged PR #15536: URL: https://github.com/apache/tvm/pull/15536 -- 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] MasterJH5574 commented on pull request #15544: [Unity][Relax][FuseOps] Add MatchCastNode to node_map of IndexedForwardGraph

2023-08-14 Thread via GitHub
MasterJH5574 commented on PR #15544: URL: https://github.com/apache/tvm/pull/15544#issuecomment-1678229544 @L0phTg Thanks for improving the implementation! Could you please add corresponding test cases in file https://github.com/apache/tvm/blob/unity/tests/python/relax/test_transform_fuse_o

[GitHub] [tvm] sunggg commented on a diff in pull request #15466: [Dlight] Fix Customized Dynamic Shape Sampling

2023-08-14 Thread via GitHub
sunggg commented on code in PR #15466: URL: https://github.com/apache/tvm/pull/15466#discussion_r1294057548 ## python/tvm/dlight/benchmark/bench.py: ## @@ -199,28 +212,41 @@ def benchmark_prim_func( rpc_config : Optional["RPCConfig"] The RPC configuration to connec

[tvm] branch dependabot/pip/apps/microtvm/tornado-6.3.3 created (now d1ed2aee39)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/apps/microtvm/tornado-6.3.3 in repository https://gitbox.apache.org/repos/asf/tvm.git at d1ed2aee39 Bump tornado from 6.1 to 6.3.3 in /apps/microtvm No new revisions wer

[GitHub] [tvm] tvm-bot commented on pull request #15554: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15554: URL: https://github.com/apache/tvm/pull/15554#issuecomment-1678204960 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] dependabot[bot] opened a new pull request, #15554: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm

2023-08-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15554: URL: https://github.com/apache/tvm/pull/15554 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst";>tornado's changelo

[tvm] branch dependabot/pip/apps/microtvm/cmsisnn/tornado-6.3.3 created (now 4ee8ff5ea4)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/apps/microtvm/cmsisnn/tornado-6.3.3 in repository https://gitbox.apache.org/repos/asf/tvm.git at 4ee8ff5ea4 Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/cmsisnn No

[GitHub] [tvm] tvm-bot commented on pull request #15553: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/cmsisnn

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15553: URL: https://github.com/apache/tvm/pull/15553#issuecomment-1678183165 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] dependabot[bot] opened a new pull request, #15553: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/cmsisnn

2023-08-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15553: URL: https://github.com/apache/tvm/pull/15553 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst";>tornado's changelo

[tvm] branch dependabot/pip/apps/microtvm/ethosu/tornado-6.3.3 created (now 900e3d2b81)

2023-08-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/apps/microtvm/ethosu/tornado-6.3.3 in repository https://gitbox.apache.org/repos/asf/tvm.git at 900e3d2b81 Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/ethosu No ne

[GitHub] [tvm] tvm-bot commented on pull request #15552: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/ethosu

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15552: URL: https://github.com/apache/tvm/pull/15552#issuecomment-1678173453 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] dependabot[bot] opened a new pull request, #15552: Bump tornado from 6.1 to 6.3.3 in /apps/microtvm/ethosu

2023-08-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15552: URL: https://github.com/apache/tvm/pull/15552 Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst";>tornado's changelo

[GitHub] [tvm] grg-haas commented on pull request #15551: [VTA] Use std c++ allocation functions rather than memalign/free

2023-08-14 Thread via GitHub
grg-haas commented on PR #15551: URL: https://github.com/apache/tvm/pull/15551#issuecomment-1678150909 Unsure who to tag here as a reviewer, but I believe some of this code is by @tmoreau89 and seems to have been semi-recently worked on by @Lunderberg -- This is an automated message from

[GitHub] [tvm] tvm-bot commented on pull request #15551: [VTA] Use std c++ allocation functions rather than memalign/free

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15551: URL: https://github.com/apache/tvm/pull/15551#issuecomment-1678146829 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] tvm-bot commented on pull request #15550: [Unity][ONNX] Improved symbolic handling and reshape functionality

2023-08-14 Thread via GitHub
tvm-bot commented on PR #15550: URL: https://github.com/apache/tvm/pull/15550#issuecomment-1678001210 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 main updated: [quantize] fix bug of annotate for output of add op (#15529)

2023-08-14 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi 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 63592fd71d [quantize] fix bug of annotate for output of

[GitHub] [tvm] masahi merged pull request #15529: [quantize] fix bug of annotate for output of add op

2023-08-14 Thread via GitHub
masahi merged PR #15529: URL: https://github.com/apache/tvm/pull/15529 -- 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] slyubomirsky commented on a diff in pull request #15509: [Unity] Implement relax.Function.bind_symbolic_vars

2023-08-14 Thread via GitHub
slyubomirsky commented on code in PR #15509: URL: https://github.com/apache/tvm/pull/15509#discussion_r1293840657 ## src/relax/analysis/struct_info_analysis.cc: ## @@ -1014,14 +1034,14 @@ class SymbolicVarCollector : public relax::ExprVisitor, } void VisitStructInfoExprF

[GitHub] [tvm] slyubomirsky commented on a diff in pull request #15509: [Unity] Implement relax.Function.bind_symbolic_vars

2023-08-14 Thread via GitHub
slyubomirsky commented on code in PR #15509: URL: https://github.com/apache/tvm/pull/15509#discussion_r1293837242 ## src/relax/analysis/struct_info_analysis.cc: ## @@ -994,6 +1003,17 @@ class SymbolicVarCollector : public relax::ExprVisitor, void VisitStructInfo_(const Func

[GitHub] [tvm] slyubomirsky commented on a diff in pull request #15509: [Unity] Implement relax.Function.bind_symbolic_vars

2023-08-14 Thread via GitHub
slyubomirsky commented on code in PR #15509: URL: https://github.com/apache/tvm/pull/15509#discussion_r1293832517 ## src/relax/utils.cc: ## @@ -61,6 +65,49 @@ class ExprBinder : public ExprMutator { } } + Expr VisitExpr_(const CallNode* op) final { +auto call_node

[GitHub] [tvm] yongwww commented on pull request #15546: [Unity] Fix the ambiguity issue in `vDevice` constructor on Mac with Apple clang version 14.0.3

2023-08-14 Thread via GitHub
yongwww commented on PR #15546: URL: https://github.com/apache/tvm/pull/15546#issuecomment-1677499943 Thanks @sunggg for the hot fix! To pass the CI tests, please change [this line](https://github.com/sunggg/tvm/blob/2023-Aug/hot-fix-vdevice/src/script/printer/relax/struct_info.cc#L114) to

[tvm] branch main updated: Fixed search task comment (#15535)

2023-08-14 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 2b718e5d00 Fixed search task comment (#15535) 2b718e5

[GitHub] [tvm] echuraev merged pull request #15535: Fixed search task comment

2023-08-14 Thread via GitHub
echuraev merged PR #15535: URL: https://github.com/apache/tvm/pull/15535 -- 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: [Fix] Fix the typo in compile flag (#15542)

2023-08-14 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 482b3c2c99 [Fix] Fix the typo in compile flag (#15542

[GitHub] [tvm] echuraev merged pull request #15542: [Fix] Fix the typo in compile flag

2023-08-14 Thread via GitHub
echuraev merged PR #15542: URL: https://github.com/apache/tvm/pull/15542 -- 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] ritabeczi commented on pull request #3934: [Runtime] MISRA-C compliant TVM runtime

2023-08-14 Thread via GitHub
ritabeczi commented on PR #3934: URL: https://github.com/apache/tvm/pull/3934#issuecomment-1677293900 May I ask some more details like which MISRA rules are fixed other than what is mentioned on the https://github.com/apache/tvm/issues/3159 . Thanks! -- This is an automated message from t

[GitHub] [tvm] Hzfengsy commented on pull request #15500: [Unity][MSC][M0.1] Enable set name and layout for exprs

2023-08-14 Thread via GitHub
Hzfengsy commented on PR #15500: URL: https://github.com/apache/tvm/pull/15500#issuecomment-1677164666 Thanks @Archermmt for the awesome work and reviews from @yongwww -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[tvm] branch unity updated: [Unity][MSC][M0.1] Enable set name and layout for exprs (#15500)

2023-08-14 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng 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 aa21782828 [Unity][MSC][M0.1] Enable set name and lay

[GitHub] [tvm] Hzfengsy merged pull request #15500: [Unity][MSC][M0.1] Enable set name and layout for exprs

2023-08-14 Thread via GitHub
Hzfengsy merged PR #15500: URL: https://github.com/apache/tvm/pull/15500 -- 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] PhilippvK opened a new issue, #15549: [Bug] [MetaScheduler] Database is not Target-aware

2023-08-14 Thread via GitHub
PhilippvK opened a new issue, #15549: URL: https://github.com/apache/tvm/issues/15549 I found out that while MetaScheduler Database Utilities (`QueryTuningRecord`, `QuerySchedule`, `QueryIRModule`) take a target argument, it is not used at all: https://github.com/apache/tvm/blob/013

[GitHub] [tvm] masahi commented on issue #15548: [Bug] [MetaSchedule] Missmatched tasks due to wrong enumeration of constants in module

2023-08-14 Thread via GitHub
masahi commented on issue #15548: URL: https://github.com/apache/tvm/issues/15548#issuecomment-1677094983 I don't remember the context of the PR well. But at that time I was working on MS tuning for Hexagon with `link_params = True`, so I don't know what I didn't hit this problem. T

[GitHub] [tvm] MingkangW commented on pull request #15529: [quantize] fix bug of annotate for output of add op

2023-08-14 Thread via GitHub
MingkangW commented on PR #15529: URL: https://github.com/apache/tvm/pull/15529#issuecomment-1677092750 cc: @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[tvm] branch main updated: [Relay][TFLite] Fix in qnn.conv2d when parameter groups not equal to 1 (#15472)

2023-08-14 Thread ekalda
This is an automated email from the ASF dual-hosted git repository. ekalda 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 94f6b37b06 [Relay][TFLite] Fix in qnn.conv2d when param

[GitHub] [tvm] PhilippvK opened a new issue, #15548: [Bug] [MetaSchedule] Missmatched tasks due to wrong enumeration of constants in module

2023-08-14 Thread via GitHub
PhilippvK opened a new issue, #15548: URL: https://github.com/apache/tvm/issues/15548 In e030b14, the task extraction mechanism for MetaScheudle was adapted to use a Module-scope NameSupply for the naming of constants. However it seems like due to the use of `PostOrderVisit` in https://git

[GitHub] [tvm] ekalda commented on pull request #15536: fix typo

2023-08-14 Thread via GitHub
ekalda commented on PR #15536: URL: https://github.com/apache/tvm/pull/15536#issuecomment-1676886128 Hi @Jobhdez, can you please amend the title and the commit body of your PR such that it complies with the [commit message guidelines](https://tvm.apache.org/docs/contribute/pull_request.html

[GitHub] [tvm] echuraev merged pull request #15533: [Relay] Disable exception for ADT in mixed precision pass

2023-08-14 Thread via GitHub
echuraev merged PR #15533: URL: https://github.com/apache/tvm/pull/15533 -- 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: [Relay] Disable exception for ADT in mixed precision pass (#15533)

2023-08-14 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 927df59662 [Relay] Disable exception for ADT in mixed

[GitHub] [tvm] Lucien0 commented on pull request #15547: [TVMScript] Create loop var with min_val dtype in for frame

2023-08-14 Thread via GitHub
Lucien0 commented on PR #15547: URL: https://github.com/apache/tvm/pull/15547#issuecomment-1676803133 Thanks for reply. I think these two problems can be shown in one example: ``` uint_var = T.call_extern("uint32", "some_function") divided_var = T.truncdiv(128, uint_var) for i