[GitHub] [tvm-rfcs] junrushao1994 commented on pull request #74: [RFC] TUNIP: TVMScript Unified Printer

2022-06-08 Thread GitBox
junrushao1994 commented on PR #74: URL: https://github.com/apache/tvm-rfcs/pull/74#issuecomment-1150681679 > Relay has a single roundtrippable serialization format, as do most languages. I think we benefit from this in that we only have one set of tests to maintain. To clarify,

[GitHub] [tvm] MasterJH5574 opened a new pull request, #11639: [TIR][Meta-Schedule] Tuple-reduction scheduling support

2022-06-08 Thread GitBox
MasterJH5574 opened a new pull request, #11639: URL: https://github.com/apache/tvm/pull/11639 This PR improves our TIR scheduling primitives/transformations (rfactor & cross-thread reduction) designed for reduction operators, so that they can be applied to blocks of tuple-reduction.

[tvm] branch main updated (df4f4c0b4b -> 2f9d9b4e5c)

2022-06-08 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 df4f4c0b4b [ONNX] Add ReduceSum opset13 support (non-dynamic) (#11606) add 2f9d9b4e5c [OpenCL] Implement

[GitHub] [tvm] masahi merged pull request #11543: [OpenCL] Implement conv2d_winograd algorithm for Adreno

2022-06-08 Thread GitBox
masahi merged PR #11543: URL: https://github.com/apache/tvm/pull/11543 -- 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] areusch commented on pull request #10189: [USMP] Adding support for U1 usecase for constant pools

2022-06-08 Thread GitBox
areusch commented on PR #10189: URL: https://github.com/apache/tvm/pull/10189#issuecomment-1150656260 sorry ran out of time tonight; will continue review tomorrow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[tvm] branch areusch/freeze-dependencies updated: fixup! Split TFLite runtime deps away from python

2022-06-08 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/areusch/freeze-dependencies by this push: new

[GitHub] [tvm] areusch commented on a diff in pull request #10189: [USMP] Adding support for U1 usecase for constant pools

2022-06-08 Thread GitBox
areusch commented on code in PR #10189: URL: https://github.com/apache/tvm/pull/10189#discussion_r893055962 ## src/relay/backend/executor.cc: ## @@ -91,7 +91,8 @@ TVM_REGISTER_EXECUTOR("aot") .add_attr_option("link-params", Bool(true)) .add_attr_option("unpacked-api")

[GitHub] [tvm-rfcs] areusch commented on pull request #74: [RFC] TUNIP: TVMScript Unified Printer

2022-06-08 Thread GitBox
areusch commented on PR #74: URL: https://github.com/apache/tvm-rfcs/pull/74#issuecomment-1150642817 very sorry for the delay here. @junrushao1994 i guess i'm still a little fuzzy on the rationale for why we want to have two ways to parse TVMScript. I know this is a bit bigger than

[tvm] branch areusch/freeze-dependencies updated (ab7f1988f3 -> 775235c2d2)

2022-06-08 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git from ab7f1988f3 freeze again new 31fa77d1f9 Split TFLite runtime deps away from python new

[tvm] 01/02: Split TFLite runtime deps away from python

2022-06-08 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git commit 31fa77d1f995eab58a1189bbe7647d2dbd7e67f0 Author: Andrew Reusch AuthorDate: Wed Jun 8 20:41:20 2022

[tvm] 02/02: rebuild again

2022-06-08 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git commit 775235c2d2b38cf2c1703c4439233f653d2c1cf9 Author: Andrew Reusch AuthorDate: Wed Jun 8 20:44:10 2022

[GitHub] [tvm] Qianshui-Jiang commented on pull request #11571: [DNNL][Relay extern-schedule] DNNL Conv2D Kernel enable by assigning "-libs=mkldnn"

2022-06-08 Thread GitBox
Qianshui-Jiang commented on PR #11571: URL: https://github.com/apache/tvm/pull/11571#issuecomment-1150629148 @comaniac @masahi @areusch, hi guys,new PR created in #11638 , I would rebase this PR after that updated in mainline. pls take a look, thx ! -- This is an automated

[GitHub] [tvm] Qianshui-Jiang opened a new pull request, #11638: [DNNL][CBLAS][BYOC] Unifles all MKLDNN/DNNL to DNNL

2022-06-08 Thread GitBox
Qianshui-Jiang opened a new pull request, #11638: URL: https://github.com/apache/tvm/pull/11638 We now have `USE_MKLDNN` (for cblas with matmul/dense) and `USE_DNNL_CODEGEN` (for DNNL/OneDNN with matmal/dense/conv2d .etc in BYOC ). Essentially `MKL-DNN` was discarded by Intel and

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

2022-06-08 Thread GitBox
huajsj commented on code in PR #11557: URL: https://github.com/apache/tvm/pull/11557#discussion_r893025438 ## gallery/how_to/work_with_relay/using_with_pipeline_executor.py: ## @@ -0,0 +1,182 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] czh978 commented on pull request #11521: [Frontend][TFLite] Improve support for half_pixel_centers in resize

2022-06-08 Thread GitBox
czh978 commented on PR #11521: URL: https://github.com/apache/tvm/pull/11521#issuecomment-1150598670 @AndrewZhaoLuo -- 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] FranckQC commented on pull request #11574: [TIR] CSE pass : Restrict the equivalence to be decided by a normal form - avoids comparison of terms

2022-06-08 Thread GitBox
FranckQC commented on PR #11574: URL: https://github.com/apache/tvm/pull/11574#issuecomment-1150565353 Let's get this one merged? :) -- 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] TejashShah commented on pull request #11417: [Hexagon] Implement avg_pool2d slice op

2022-06-08 Thread GitBox
TejashShah commented on PR #11417: URL: https://github.com/apache/tvm/pull/11417#issuecomment-1150560308 Cc @Lunderberg @csullivan -- 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] areusch commented on pull request #11637: [WIP] [CI] Bump CI GPU image version

2022-06-08 Thread GitBox
areusch commented on PR #11637: URL: https://github.com/apache/tvm/pull/11637#issuecomment-1150559606 @guberti can you run the generate.py tool? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tvm] guberti opened a new pull request, #11637: [CI] Bump CI GPU image version

2022-06-08 Thread GitBox
guberti opened a new pull request, #11637: URL: https://github.com/apache/tvm/pull/11637 Thanks to @areusch for rebuilding! -- 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] guberti opened a new pull request, #11636: [microTVM] Add support for Arduino Portenta H7

2022-06-08 Thread GitBox
guberti opened a new pull request, #11636: URL: https://github.com/apache/tvm/pull/11636 Adds microTVM support for the Arduino Portenta H7, from the Arduino Pro line of boards. I've been asked about this a few times (including at TVMCon) and finally got around to it. Unfortunately,

[GitHub] [tvm] Icemist commented on pull request #11465: Add cooldown_interval_ms and internal measurements for profiling

2022-06-08 Thread GitBox
Icemist commented on PR #11465: URL: https://github.com/apache/tvm/pull/11465#issuecomment-1150536244 @areusch @tmoreau89 @AndrewZhaoLuo -- 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] csullivan opened a new pull request, #11635: [Hexagon] Tighten requirements on inclusion of runtime sources

2022-06-08 Thread GitBox
csullivan opened a new pull request, #11635: URL: https://github.com/apache/tvm/pull/11635 Only include Hexagon runtime sources when building for hexagon rpc on hardware and do not include them for x86 (host, simulator) or android builds. Duplicate of #11595. -- This is an

[GitHub] [tvm] mehrdadh opened a new pull request, #11634: [microTVM] Update pyproject to python3.8

2022-06-08 Thread GitBox
mehrdadh opened a new pull request, #11634: URL: https://github.com/apache/tvm/pull/11634 This PR fixes a dependency issue that was introduced by https://github.com/apache/tvm/pull/10921 Also this PR adds the poetry.lock file so make RVM provision faster. cc @alanmacd @areusch

[tvm] branch last-successful updated (97e681dc34 -> df4f4c0b4b)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 97e681dc34 [Hexagon] Add random string to workspace name (#11593) add df4f4c0b4b [ONNX] Add ReduceSum

[GitHub] [tvm-rfcs] kparzysz-quic commented on a diff in pull request #75: [RFC][Backend] RFC-CSI-NN2-Integration

2022-06-08 Thread GitBox
kparzysz-quic commented on code in PR #75: URL: https://github.com/apache/tvm-rfcs/pull/75#discussion_r892919577 ## rfcs/0075_RISC-V_CSI-NN2_Intergration.md: ## @@ -0,0 +1,171 @@ +- Feature Name: [RFC] RISC-V CSI-NN2 Compute Library integration +- Start Date: 2022-5-19 +- RFC

[GitHub] [tvm-rfcs] kparzysz-quic commented on a diff in pull request #75: [RFC][Backend] RFC-CSI-NN2-Integration

2022-06-08 Thread GitBox
kparzysz-quic commented on code in PR #75: URL: https://github.com/apache/tvm-rfcs/pull/75#discussion_r892919577 ## rfcs/0075_RISC-V_CSI-NN2_Intergration.md: ## @@ -0,0 +1,171 @@ +- Feature Name: [RFC] RISC-V CSI-NN2 Compute Library integration +- Start Date: 2022-5-19 +- RFC

[GitHub] [tvm] csullivan closed pull request #11595: [Hexagon] Tighten requirements on inclusion of runtime srcs

2022-06-08 Thread GitBox
csullivan closed pull request #11595: [Hexagon] Tighten requirements on inclusion of runtime srcs URL: https://github.com/apache/tvm/pull/11595 -- 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] masahi opened a new issue, #11633: [Flaky Test] Flaky tutorial timeout

2022-06-08 Thread GitBox
masahi opened a new issue, #11633: URL: https://github.com/apache/tvm/issues/11633 This error happened twice this week on `main`: ``` [2022-06-08T14:14:10.865Z] generating gallery for how_to/compile_models... [100%] from_oneflow.py [2022-06-08T16:48:35.577Z] Sending interrupt

[GitHub] [tvm-rfcs] areusch commented on a diff in pull request #75: [RFC][Backend] RFC-CSI-NN2-Integration

2022-06-08 Thread GitBox
areusch commented on code in PR #75: URL: https://github.com/apache/tvm-rfcs/pull/75#discussion_r892910809 ## rfcs/0075_RISC-V_CSI-NN2_Intergration.md: ## @@ -0,0 +1,171 @@ +- Feature Name: [RFC] RISC-V CSI-NN2 Compute Library integration +- Start Date: 2022-5-19 +- RFC PR:

[tvm] branch last-successful updated (99c113a237 -> 97e681dc34)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 99c113a237 [COMMUNITY] @tkonolige -> Committer (#11626) add 97e681dc34 [Hexagon] Add random string to

[GitHub] [tvm] csullivan commented on a diff in pull request #11589: [TE] Support schedulable TIR compute definitions in TOPI

2022-06-08 Thread GitBox
csullivan commented on code in PR #11589: URL: https://github.com/apache/tvm/pull/11589#discussion_r892899360 ## tests/python/unittest/test_meta_schedule_relay_tir_compute.py: ## @@ -0,0 +1,191 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] csullivan commented on a diff in pull request #11589: [TE] Support schedulable TIR compute definitions in TOPI

2022-06-08 Thread GitBox
csullivan commented on code in PR #11589: URL: https://github.com/apache/tvm/pull/11589#discussion_r892894778 ## src/arith/domain_touched.cc: ## @@ -34,18 +35,48 @@ namespace arith { using namespace tir; +struct LoadAccess { Review Comment: I'm currently using the

[GitHub] [tvm] mbs-octoml commented on pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on PR #11619: URL: https://github.com/apache/tvm/pull/11619#issuecomment-1150432776 As discussed offline I'm going to pay down some testing tech dept and ping back. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tvm] FranckQC commented on a diff in pull request #11574: [TIR] CSE pass : Restrict the equivalence to be decided by a normal form - avoids comparison of terms

2022-06-08 Thread GitBox
FranckQC commented on code in PR #11574: URL: https://github.com/apache/tvm/pull/11574#discussion_r892879516 ## src/tir/transforms/common_subexpr_elim.cc: ## @@ -120,6 +120,39 @@ bool CommonSubexpressionEliminator::CanContainEligibleComputations(const PrimExp return true;

[tvm] branch last-successful updated (9817338508 -> 99c113a237)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 9817338508 [BYOC][DNNL] Enable layer normalization in DNNL byoc. (#11508) add 99c113a237 [COMMUNITY]

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #11574: [TIR] CSE pass : Restrict the equivalence to be decided by a normal form - avoids comparison of terms

2022-06-08 Thread GitBox
AndrewZhaoLuo commented on code in PR #11574: URL: https://github.com/apache/tvm/pull/11574#discussion_r891479849 ## src/tir/transforms/common_subexpr_elim.cc: ## @@ -120,6 +120,39 @@ bool CommonSubexpressionEliminator::CanContainEligibleComputations(const PrimExp return

[tvm] branch main updated (97e681dc34 -> df4f4c0b4b)

2022-06-08 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 97e681dc34 [Hexagon] Add random string to workspace name (#11593) add df4f4c0b4b [ONNX] Add ReduceSum opset13

[GitHub] [tvm] AndrewZhaoLuo merged pull request #11606: [ONNX] Add ReduceSum opset13 support (non-dynamic)

2022-06-08 Thread GitBox
AndrewZhaoLuo merged PR #11606: URL: https://github.com/apache/tvm/pull/11606 -- 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] AndrewZhaoLuo commented on pull request #11618: [AutoTVM][Autoscheduler] Default build funcs inherit PassContext

2022-06-08 Thread GitBox
AndrewZhaoLuo commented on PR #11618: URL: https://github.com/apache/tvm/pull/11618#issuecomment-1150416201 Just noticed I accidently opened this on main repo instead of my own fork, moved to https://github.com/apache/tvm/pull/11632 -- This is an automated message from the Apache Git

[GitHub] [tvm] AndrewZhaoLuo opened a new pull request, #11632: [AutoTVM][Autoscheduler] Default build funcs inherit PassContext

2022-06-08 Thread GitBox
AndrewZhaoLuo opened a new pull request, #11632: URL: https://github.com/apache/tvm/pull/11632 See https://github.com/apache/tvm/pull/11618 for old discussion These funcs used building during the tuning process now inherit PassContext so we can inject things like pass instrumentation

[tvm] branch last-successful updated (96a513cd97 -> 9817338508)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 96a513cd97 Patch replay trace. (#11621) add 9817338508 [BYOC][DNNL] Enable layer normalization in DNNL

[GitHub] [tvm] AndrewZhaoLuo closed pull request #11618: [AutoTVM][Autoscheduler] Default build funcs inherit PassContext

2022-06-08 Thread GitBox
AndrewZhaoLuo closed pull request #11618: [AutoTVM][Autoscheduler] Default build funcs inherit PassContext URL: https://github.com/apache/tvm/pull/11618 -- 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] 01/01: initial commit

2022-06-08 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a commit to branch aluo/metaschedule-get-shash-directly in repository https://gitbox.apache.org/repos/asf/tvm.git commit 6cfb888f73e35c8aebb8ba798a78e970dbe289cb Author: Andrew Zhao Luo AuthorDate: Tue May

[tvm] branch aluo/metaschedule-get-shash-directly created (now 6cfb888f73)

2022-06-08 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch aluo/metaschedule-get-shash-directly in repository https://gitbox.apache.org/repos/asf/tvm.git at 6cfb888f73 initial commit This branch includes the following new commits:

[GitHub] [tvm] mbs-octoml commented on pull request #11631: [BYOC] Make CUTLASS BYOC integration 'Collage friendly'

2022-06-08 Thread GitBox
mbs-octoml commented on PR #11631: URL: https://github.com/apache/tvm/pull/11631#issuecomment-1150409280 CAUTION: Includes #11619, I'll rebase when possible. -- 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] mbs-octoml opened a new pull request, #11631: [BYOC] Make CUTLASS BYOC integration 'Collage friendly'

2022-06-08 Thread GitBox
mbs-octoml opened a new pull request, #11631: URL: https://github.com/apache/tvm/pull/11631 (See https://discuss.tvm.apache.org/t/byoc-supporting-cutlass-byoc-with-collage/12796/6 for context, which in turn is part of Collage

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

2022-06-08 Thread GitBox
Lunderberg commented on code in PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#discussion_r892859018 ## rfcs/0077-layout-transform-padding.md: ## @@ -0,0 +1,2540 @@ +- Feature Name: Layout Transformation Padding Roadmap +- Authors: [Eric

[tvm] branch last-successful updated (b00b1229c8 -> 96a513cd97)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from b00b1229c8 [Hexagon] Make local symbols visible to loaded modules in RPC server (#11611) add

[tvm] branch main updated (99c113a237 -> 97e681dc34)

2022-06-08 Thread mehrdadh
This is an automated email from the ASF dual-hosted git repository. mehrdadh pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 99c113a237 [COMMUNITY] @tkonolige -> Committer (#11626) add 97e681dc34 [Hexagon] Add random string to workspace

[GitHub] [tvm] mehrdadh merged pull request #11593: [Hexagon] Add random string to workspace name

2022-06-08 Thread GitBox
mehrdadh merged PR #11593: URL: https://github.com/apache/tvm/pull/11593 -- 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-rfcs] vinx13 commented on pull request #70: [RFC] Introducing DeclBuffer

2022-06-08 Thread GitBox
vinx13 commented on PR #70: URL: https://github.com/apache/tvm-rfcs/pull/70#issuecomment-1150342730 @areusch @Hzfengsy I've updated the RFC. It is ready for another look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2022-06-08 Thread GitBox
Lunderberg commented on code in PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#discussion_r892802660 ## rfcs/0077-layout-transform-padding.md: ## @@ -0,0 +1,2522 @@ +- Feature Name: Layout Transformation Padding Roadmap +- Authors: [Eric

[GitHub] [tvm] masahi merged pull request #11626: [skip ci] [COMMUNITY] @tkonolige -> Committer

2022-06-08 Thread GitBox
masahi merged PR #11626: URL: https://github.com/apache/tvm/pull/11626 -- 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 (9817338508 -> 99c113a237)

2022-06-08 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 9817338508 [BYOC][DNNL] Enable layer normalization in DNNL byoc. (#11508) add 99c113a237 [COMMUNITY] @tkonolige ->

[GitHub] [tvm] masahi merged pull request #11508: [BYOC][DNNL] Enable layer normalization in DNNL byoc.

2022-06-08 Thread GitBox
masahi merged PR #11508: URL: https://github.com/apache/tvm/pull/11508 -- 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: [BYOC][DNNL] Enable layer normalization in DNNL byoc. (#11508)

2022-06-08 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 9817338508 [BYOC][DNNL] Enable layer normalization in

[GitHub] [tvm] mbs-octoml commented on pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on PR #11619: URL: https://github.com/apache/tvm/pull/11619#issuecomment-1150284125 Thanks @areusch , I've added a large intro comment to capture what I've reverse engineered. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] huajsj opened a new pull request, #11630: [Doc] Fix incorrect command

2022-06-08 Thread GitBox
huajsj opened a new pull request, #11630: URL: https://github.com/apache/tvm/pull/11630 build/html get moved into _docs, update related document. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tvm] mehrdadh commented on pull request #11629: [microTVM] Remove microTVM RVM version suffix

2022-06-08 Thread GitBox
mehrdadh commented on PR #11629: URL: https://github.com/apache/tvm/pull/11629#issuecomment-1150277418 This makes sense. Let's make a single RVM box and use box versioning. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[tvm] branch main updated: Patch replay trace. (#11621)

2022-06-08 Thread xiyou
This is an automated email from the ASF dual-hosted git repository. xiyou 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 96a513cd97 Patch replay trace. (#11621) 96a513cd97 is

[GitHub] [tvm] zxybazh merged pull request #11621: [MetaSchedule] Add Max Fail Count for ReplayTrace

2022-06-08 Thread GitBox
zxybazh merged PR #11621: URL: https://github.com/apache/tvm/pull/11621 -- 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] guberti opened a new pull request, #11629: Remove microTVM RVM version suffix

2022-06-08 Thread GitBox
guberti opened a new pull request, #11629: URL: https://github.com/apache/tvm/pull/11629 This PR removes the version from the names of the microTVM reference VMs on Vagrant Cloud. In the past, the reference VMs for microTVM had names like `microtvm-zephyr-2.7` or

[GitHub] [tvm] sunggg opened a new pull request, #11628: [PASS] Refactor a couple of TIR passes - BindTarget, AnnotateEntryFunc, Filter, LowerInitBlock

2022-06-08 Thread GitBox
sunggg opened a new pull request, #11628: URL: https://github.com/apache/tvm/pull/11628 This PR fixes a few inconsistent pass registration and add testcases for them. - `LowerInitBlock` had mismatch between its pass name and ffi key. - `BindTarget`, `AnnotateEntryFunc`, `Filter` were

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892706236 ## src/relay/backend/te_compiler.cc: ## @@ -566,100 +566,128 @@ class LowerTensorExprMutator : public DeviceAwareExprMutator { return itr->second; }

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892705385 ## src/relay/transforms/compiler_function_utils.cc: ## @@ -167,20 +131,6 @@ transform::Pass MarkCompilerFunctionsAsExtern(std::string compiler_filter) {

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892703621 ## src/relay/backend/te_compiler.cc: ## @@ -566,100 +566,128 @@ class LowerTensorExprMutator : public DeviceAwareExprMutator { return itr->second; }

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892704432 ## src/relay/backend/te_compiler.cc: ## @@ -697,43 +725,51 @@ class LowerTensorExprMutator : public DeviceAwareExprMutator { } Expr

[GitHub] [tvm] mbs-octoml commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
mbs-octoml commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892704837 ## src/relay/backend/te_compiler.cc: ## @@ -697,43 +725,51 @@ class LowerTensorExprMutator : public DeviceAwareExprMutator { } Expr

[GitHub] [tvm] sfvaroglu commented on pull request #11606: [ONNX] Add ReduceSum opset13 support (non-dynamic)

2022-06-08 Thread GitBox
sfvaroglu commented on PR #11606: URL: https://github.com/apache/tvm/pull/11606#issuecomment-1150220533 @AndrewZhaoLuo All tests passed. Please 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

[GitHub] [tvm] vinx13 opened a new issue, #11627: [Tracking Issue] Introducing DeclBuffer

2022-06-08 Thread GitBox
vinx13 opened a new issue, #11627: URL: https://github.com/apache/tvm/issues/11627 This is the tracking issue for ### This issue is to track progress for the [RFC Introducing DeclBuffer](https://github.com/apache/tvm-rfcs/pull/70) - [ ] Introduce DeclBuffer data structure, add

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

2022-06-08 Thread GitBox
vinx13 commented on code in PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#discussion_r892675903 ## rfcs/0077-layout-transform-padding.md: ## @@ -0,0 +1,2522 @@ +- Feature Name: Layout Transformation Padding Roadmap +- Authors: [Eric

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

2022-06-08 Thread GitBox
Lunderberg commented on code in PR #77: URL: https://github.com/apache/tvm-rfcs/pull/77#discussion_r892661161 ## rfcs/0077-layout-transform-padding.md: ## @@ -0,0 +1,2522 @@ +- Feature Name: Layout Transformation Padding Roadmap +- Authors: [Eric

[GitHub] [tvm] areusch opened a new pull request, #11626: [COMMUNITY] @tkonolige -> Committer

2022-06-08 Thread GitBox
areusch opened a new pull request, #11626: URL: https://github.com/apache/tvm/pull/11626 cc @tqchen @tkonolige -- 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] areusch commented on a diff in pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-08 Thread GitBox
areusch commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r892630449 ## src/relay/backend/te_compiler.cc: ## @@ -697,43 +725,51 @@ class LowerTensorExprMutator : public DeviceAwareExprMutator { } Expr DeviceAwareVisitExpr_(const

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #11618: [AutoTVM][Autoscheduler] Default build funcs inherit PassContext

2022-06-08 Thread GitBox
AndrewZhaoLuo commented on PR #11618: URL: https://github.com/apache/tvm/pull/11618#issuecomment-1150161800 Hmm, I don't think that would be super helpful since the issue comes from the fact that during tuning, the PassContext is ignored by the children processes which actually build stuff

[GitHub] [tvm] ashutosh-arm opened a new pull request, #11625: Making CMSIS-NN tests pylint compliant

2022-06-08 Thread GitBox
ashutosh-arm opened a new pull request, #11625: URL: https://github.com/apache/tvm/pull/11625 This commit fixes pylint issues with CMSIS-NN tests reported in https://github.com/apache/tvm/issues/11414 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] comaniac commented on pull request #11571: [DNNL][Relay extern-schedule] DNNL Conv2D Kernel enable by assigning "-libs=mkldnn"

2022-06-08 Thread GitBox
comaniac commented on PR #11571: URL: https://github.com/apache/tvm/pull/11571#issuecomment-1150145654 It's a good idea. Please split the part that unifies MKL-DNN and DNNL to a separate PR. Since it involves compatibility changes (e.g., `config.cmake`), it may need more reviews and

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11529: [HEXAGON] Slice ops added - add, subtract, multiply

2022-06-08 Thread GitBox
mehrdadh commented on code in PR #11529: URL: https://github.com/apache/tvm/pull/11529#discussion_r892588768 ## tests/python/contrib/test_hexagon/infrastructure.py: ## @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing

[GitHub] [tvm] mehrdadh commented on pull request #11607: [do not review] Test PR #11588

2022-06-08 Thread GitBox
mehrdadh commented on PR #11607: URL: https://github.com/apache/tvm/pull/11607#issuecomment-1150100506 @driazati can you rerun this since https://github.com/apache/tvm/pull/11613 is merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tvm] Lunderberg opened a new pull request, #11624: [TIR][Schedule] Allow named block and buffer arguments in Schedule

2022-06-08 Thread GitBox
Lunderberg opened a new pull request, #11624: URL: https://github.com/apache/tvm/pull/11624 As a follow-up to https://github.com/apache/tvm/pull/11269, starting to add similar quality-of-life functionality to other methods in `Schedule`. They can only be used when it is unambiguous to do

[GitHub] [tvm] Qianshui-Jiang commented on pull request #11571: [DNNL][Relay extern-schedule] DNNL Conv2D Kernel enable by assigning "-libs=mkldnn"

2022-06-08 Thread GitBox
Qianshui-Jiang commented on PR #11571: URL: https://github.com/apache/tvm/pull/11571#issuecomment-1149981098 @comaniac hi,I change the cmake config flags and the symbol `mkldnn` to `dnnl`, now setup USE_DNNL can make both `-libs` and `dnnl_codegen` enabled. BTW,seems a lot of files

[tvm] branch last-successful updated (6dc0c624cd -> b00b1229c8)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 6dc0c624cd [Relay] Restore dominator check (#11616) add b00b1229c8 [Hexagon] Make local symbols

[GitHub] [tvm-rfcs] wrongtest commented on pull request #70: [RFC] Introducing DeclBuffer

2022-06-08 Thread GitBox
wrongtest commented on PR #70: URL: https://github.com/apache/tvm-rfcs/pull/70#issuecomment-1149935097 reuse T.alloc_buffer seems good,as long as there is no ambiguity for parser impl :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tvm] Mousius merged pull request #11623: TVMC: Allow to overwrite TVM_CONFIGS_JSON_DIR via environment variables

2022-06-08 Thread GitBox
Mousius merged PR #11623: URL: https://github.com/apache/tvm/pull/11623 -- 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 (b00b1229c8 -> e19cf20054)

2022-06-08 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from b00b1229c8 [Hexagon] Make local symbols visible to loaded modules in RPC server (#11611) add e19cf20054 TVMC: Allow

[tvm] branch main updated: [Hexagon] Make local symbols visible to loaded modules in RPC server (#11611)

2022-06-08 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new b00b1229c8 [Hexagon] Make local symbols visible to

[GitHub] [tvm] kparzysz-quic merged pull request #11611: [Hexagon] Make local symbols visible to loaded modules in RPC server

2022-06-08 Thread GitBox
kparzysz-quic merged PR #11611: URL: https://github.com/apache/tvm/pull/11611 -- 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] billishyahao commented on pull request #11508: [BYOC][DNNL] Enable layer normalization in DNNL byoc.

2022-06-08 Thread GitBox
billishyahao commented on PR #11508: URL: https://github.com/apache/tvm/pull/11508#issuecomment-1149819408 > You need to resolve the conflict in `test_dnnl.py`, but since it will be modified in #11513, let's merge #11513 first. Hi @masahi , Thanks for pointing out this. I have

[GitHub] [tvm-rfcs] tqchen commented on pull request #70: [RFC] Introducing DeclBuffer

2022-06-08 Thread GitBox
tqchen commented on PR #70: URL: https://github.com/apache/tvm-rfcs/pull/70#issuecomment-1149818365 We always need the original syntax to enable bidirectional property. It does not hurt though to enable sugars that allows us to have a combination on top. How about we start with the

[tvm] branch last-successful updated (8ba43003a0 -> 6dc0c624cd)

2022-06-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 8ba43003a0 minor fix after loading trt engine from disk (#11614) add 6dc0c624cd [Relay] Restore

[GitHub] [tvm] gigiblender commented on pull request #11600: Enable pylint for the python tests

2022-06-08 Thread GitBox
gigiblender commented on PR #11600: URL: https://github.com/apache/tvm/pull/11600#issuecomment-1149797600 @Mousius I don't see a clean way to do this. We could have a temporary `pylintrc` file, used only for the tests, that passes the list in #11414 as the [ignore

[GitHub] [tvm] PhilippvK commented on pull request #11623: TVMC: Allow to overwrite TVM_CONFIGS_JSON_DIR via environment variables

2022-06-08 Thread GitBox
PhilippvK commented on PR #11623: URL: https://github.com/apache/tvm/pull/11623#issuecomment-1149793431 @Mousius done. -- 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] Mousius merged pull request #11616: [Relay] Restore dominator check

2022-06-08 Thread GitBox
Mousius merged PR #11616: URL: https://github.com/apache/tvm/pull/11616 -- 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 (8ba43003a0 -> 6dc0c624cd)

2022-06-08 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 8ba43003a0 minor fix after loading trt engine from disk (#11614) add 6dc0c624cd [Relay] Restore dominator check

[GitHub] [tvm] Mousius commented on pull request #11616: [Relay] Restore dominator check

2022-06-08 Thread GitBox
Mousius commented on PR #11616: URL: https://github.com/apache/tvm/pull/11616#issuecomment-1149715526 LGTM @mbs-octoml  -- 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] Mousius commented on a diff in pull request #11594: Add Github webhook to comment with link to docs

2022-06-08 Thread GitBox
Mousius commented on code in PR #11594: URL: https://github.com/apache/tvm/pull/11594#discussion_r892164711 ## jenkins/Test.groovy.j2: ## @@ -266,8 +266,13 @@ stage('Test') { ) } {{ m.upload_artifacts(tag='docs', filenames=["docs.tgz"]) }} +

[GitHub] [tvm] echuraev commented on pull request #11543: [OpenCL] Implement conv2d_winograd algorithm for Adreno

2022-06-08 Thread GitBox
echuraev commented on PR #11543: URL: https://github.com/apache/tvm/pull/11543#issuecomment-1149685910 > Can we share some code on `bgemm` schedule / tuning space definition between nchw / nhwc? I think we can reduce 500 lines added for nchw and nhwc each. @masahi Thank you for your

[GitHub] [tvm] PhilippvK commented on pull request #11623: TVMC: Allow to overwrite TVM_CONFIGS_JSON_DIR via environment variables

2022-06-08 Thread GitBox
PhilippvK commented on PR #11623: URL: https://github.com/apache/tvm/pull/11623#issuecomment-1149664497 @Mousius -- 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] PhilippvK opened a new pull request, #11623: TVMC: Allow to overwrite TVM_CONFIGS_JSON_DIR via environment variables

2022-06-08 Thread GitBox
PhilippvK opened a new pull request, #11623: URL: https://github.com/apache/tvm/pull/11623 If a non-default location for the build directory is used, e.g. set via TVM_LIBRARY_PATH we need to provide the user a way to overwrite CONFIGS_JSON_DIR as well. -- This is an automated message

[GitHub] [tvm] UlrikHjort-Bosch commented on issue #10237: crt/common/crt_runtime_api.c:210: undefined reference to `TVMSystemLibEntryPoint'

2022-06-08 Thread GitBox
UlrikHjort-Bosch commented on issue #10237: URL: https://github.com/apache/tvm/issues/10237#issuecomment-1149631159 Issue seems to still be there. @areusch Do you have any hint here why TVMSystemLibEntryPoint is missing ? -- This is an automated message from the Apache Git Service. To

  1   2   >