[tvm] branch last-successful updated (ec24ae60a0 -> 6fca5c657a)

2022-06-09 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 ec24ae60a0 [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions (#11619)

[tvm] branch last-successful updated (53d163c968 -> ec24ae60a0)

2022-06-09 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 53d163c968 [TIR, CUDA] Add pass to replace global to shared memory copy with cp.async (#11658) add ec2

[GitHub] [tvm] Kathryn-cat commented on a diff in pull request #11641: [MetaSchedule] Generate MetaSchedule Dataset

2022-06-09 Thread GitBox
Kathryn-cat commented on code in PR #11641: URL: https://github.com/apache/tvm/pull/11641#discussion_r894179127 ## src/meta_schedule/search_strategy/evolutionary_search.cc: ## @@ -719,9 +719,36 @@ class EvolutionarySearch : public SearchStrategy {

[GitHub] [tvm] Kathryn-cat commented on a diff in pull request #11641: [MetaSchedule] Generate MetaSchedule Dataset

2022-06-09 Thread GitBox
Kathryn-cat commented on code in PR #11641: URL: https://github.com/apache/tvm/pull/11641#discussion_r894176501 ## src/meta_schedule/search_strategy/evolutionary_search.cc: ## @@ -719,9 +719,36 @@ class EvolutionarySearch : public SearchStrategy {

[GitHub] [tvm] zxybazh commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
zxybazh commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894172987 ## python/tvm/meta_schedule/profiler.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [tvm] zxybazh commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
zxybazh commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894169863 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894168789 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [tvm] zxybazh commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
zxybazh commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894169158 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894168222 ## python/tvm/meta_schedule/profiler.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

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

2022-06-09 Thread GitBox
quic-sanirudh commented on PR #11607: URL: https://github.com/apache/tvm/pull/11607#issuecomment-1151963696 > (sorry was out yesterday so I missed these), rebased and pushed so it should have the new fix (Jenkins will only load the `Jenkinsfile` from certain trusted forked repositories whic

[tvm] branch main updated (ec24ae60a0 -> 6fca5c657a)

2022-06-09 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ec24ae60a0 [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions (#11619) add 6fca5c

[GitHub] [tvm] junrushao1994 merged pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 merged PR #11622: URL: https://github.com/apache/tvm/pull/11622 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tvm.ap

[GitHub] [tvm] wzh99 opened a new issue, #11664: [Bug] Weight shape inferred for `nn.conv3d` is wrong when `kernel_size` and `channels` are both provided

2022-06-09 Thread GitBox
wzh99 opened a new issue, #11664: URL: https://github.com/apache/tvm/issues/11664 ### Expected behavior The following Relay source program should be successfully parsed: ``` #[version = "0.0.5"] def @main(%x: Tensor[(1, 4, 8, 8, 8), float32], %w: Tensor[(2, 2, 1, 1, 1), f

[tvm] branch main updated: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions (#11619)

2022-06-09 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 ec24ae60a0 [BYOC] RelayToTIR custom codegen passes can

[GitHub] [tvm] masahi merged pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-09 Thread GitBox
masahi merged PR #11619: URL: https://github.com/apache/tvm/pull/11619 -- 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 last-successful updated (832856d109 -> 53d163c968)

2022-06-09 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 832856d109 [CRT runtime] Added functions TVMPlatformBeforeMeasurement and TVMPlatformAfterMeasurement (#112

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894130298 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [tvm] zxybazh commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
zxybazh commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894127242 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] zxybazh commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
zxybazh commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894126790 ## python/tvm/meta_schedule/profiler.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894125469 ## python/tvm/meta_schedule/profiler.py: ## @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11486: [MetaSchedule] Add Tuning Efficiency Statistcs

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11486: URL: https://github.com/apache/tvm/pull/11486#discussion_r894124873 ## src/meta_schedule/profiler.cc: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [tvm] zhuwenxi commented on a diff in pull request #11326: [LIBXSMM][BYOC] Integrate Libxsmm with BYOC

2022-06-09 Thread GitBox
zhuwenxi commented on code in PR #11326: URL: https://github.com/apache/tvm/pull/11326#discussion_r894124646 ## src/runtime/contrib/libxsmm/libxsmm_json_runtime.cc: ## @@ -0,0 +1,192 @@ +#include +#include +#include +#include + +#include "../json/json_node.h" +#include "../j

[tvm] branch last-successful updated (fe299d7688 -> 832856d109)

2022-06-09 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 fe299d7688 [TVMSCRIPT] Improve tvmscript type hints (#11654) add 832856d109 [CRT runtime] Added functio

[GitHub] [tvm] billishyahao commented on pull request #11513: [BYOC][DNNL] Improve performance of DNNL BYOC dense operator

2022-06-09 Thread GitBox
billishyahao commented on PR #11513: URL: https://github.com/apache/tvm/pull/11513#issuecomment-1151878485 > > > @billishyahao I remember that you introduced a mechanism to query optimal layout and alter op layout before the graph is consumed by DNNL, just like we do for `Conv`. Did you can

[GitHub] [tvm] zhuwenxi commented on a diff in pull request #11326: [LIBXSMM][BYOC] Integrate Libxsmm with BYOC

2022-06-09 Thread GitBox
zhuwenxi commented on code in PR #11326: URL: https://github.com/apache/tvm/pull/11326#discussion_r894111877 ## src/runtime/contrib/libxsmm/libxsmm_json_runtime.cc: ## @@ -0,0 +1,191 @@ +#include +#include +#include +#include + +#include "../json/json_node.h" +#include "../j

[tvm] branch last-successful updated (fc8fdae612 -> fe299d7688)

2022-06-09 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 fc8fdae612 adding vvchernov to contributors file (#11649) add 60e7eb5e52 [COMMUNITY] Alexander Peskov -

[GitHub] [tvm] sunjiweiswift commented on a diff in pull request #11448: [Runtime][Thread pool]

2022-06-09 Thread GitBox
sunjiweiswift commented on code in PR #11448: URL: https://github.com/apache/tvm/pull/11448#discussion_r894103170 ## src/runtime/thread_pool.cc: ## @@ -116,9 +115,16 @@ class ParallelLauncher { num_pending_.fetch_sub(1); par_errors_[task_id] = TVMGetLastError(); h

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

2022-06-09 Thread GitBox
junrushao1994 commented on PR #74: URL: https://github.com/apache/tvm-rfcs/pull/74#issuecomment-1151836608 Thanks @areusch for your response! > if TVMScript is a core way in which TIR is used, I'd argue we should treat them conceptually as joined (e.g. TVMScript as the recommended rou

[tvm] branch main updated: [TIR, CUDA] Add pass to replace global to shared memory copy with cp.async (#11658)

2022-06-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei 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 53d163c968 [TIR, CUDA] Add pass to replace global to sha

[GitHub] [tvm] vinx13 merged pull request #11658: [TIR, CUDA] Add pass to replace global to shared memory copy with cp.async

2022-06-09 Thread GitBox
vinx13 merged PR #11658: URL: https://github.com/apache/tvm/pull/11658 -- 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] Hzfengsy commented on pull request #11589: [TE] Support schedulable TIR compute definitions in TOPI

2022-06-09 Thread GitBox
Hzfengsy commented on PR #11589: URL: https://github.com/apache/tvm/pull/11589#issuecomment-1151828407 Thanks for the reminder of @junrushao1994. And I'm sorry for bringing ambiguity to @csullivan. I will change the `Changes requested` into `Approve` and we can merge it if we want. -- Th

[GitHub] [tvm] junrushao1994 commented on pull request #11639: [TIR][Meta-Schedule] Tuple-reduction scheduling support

2022-06-09 Thread GitBox
junrushao1994 commented on PR #11639: URL: https://github.com/apache/tvm/pull/11639#issuecomment-1151824776 Thanks a lot!! Having tuple reduction in TIR is definitely one of my top priority! Need some time to recharge this week and will review next week! -- This is an automated message fr

[GitHub] [tvm] junrushao1994 commented on pull request #11662: [BUG] Disable second PlanDevices pass

2022-06-09 Thread GitBox
junrushao1994 commented on PR #11662: URL: https://github.com/apache/tvm/pull/11662#issuecomment-1151823663 Thanks @mbs-octoml for taking the swift action! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[tvm] branch main updated (832856d109 -> 0b46efa33e)

2022-06-09 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 832856d109 [CRT runtime] Added functions TVMPlatformBeforeMeasurement and TVMPlatformAfterMeasurement (#11244) add

[GitHub] [tvm] junrushao1994 merged pull request #11662: [BUG] Disable second PlanDevices pass

2022-06-09 Thread GitBox
junrushao1994 merged PR #11662: URL: https://github.com/apache/tvm/pull/11662 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tvm.ap

[GitHub] [tvm] yangulei commented on pull request #11513: [BYOC][DNNL] Improve performance of DNNL BYOC dense operator

2022-06-09 Thread GitBox
yangulei commented on PR #11513: URL: https://github.com/apache/tvm/pull/11513#issuecomment-1151816193 > > @billishyahao I remember that you introduced a mechanism to query optimal layout and alter op layout before the graph is consumed by DNNL, just like we do for `Conv`. Did you cancel th

[tvm] branch last-successful updated (3a0b7c26b1 -> fc8fdae612)

2022-06-09 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 3a0b7c26b1 [Hexagon] Fix gtest flag in apps/hexagon_api/CMakeLists.txt (#11652) add d03633f366 [microT

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #11663: [AutoTVM] Fix flaky test

2022-06-09 Thread GitBox
AndrewZhaoLuo commented on PR #11663: URL: https://github.com/apache/tvm/pull/11663#issuecomment-1151797889 cc @driazati @jwfromm -- 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 com

[GitHub] [tvm] AndrewZhaoLuo opened a new pull request, #11663: [AutoTVM] Fix flaky test

2022-06-09 Thread GitBox
AndrewZhaoLuo opened a new pull request, #11663: URL: https://github.com/apache/tvm/pull/11663 Closes https://github.com/apache/tvm/issues/10489. The issue is that autotvm can generate uncompiliable code for gpu. There is a built in pass that filters these out. Unfortunately, it is im

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

2022-06-09 Thread GitBox
AndrewZhaoLuo commented on PR #11632: URL: https://github.com/apache/tvm/pull/11632#issuecomment-1151788403 Added a test, PTAL @areusch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [tvm-rfcs] areusch merged pull request #70: [RFC] Introducing DeclBuffer

2022-06-09 Thread GitBox
areusch merged PR #70: URL: https://github.com/apache/tvm-rfcs/pull/70 -- 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] github-actions[bot] commented on pull request #11619: [BYOC] RelayToTIR custom codegen passes can still depend on dynamic shape functions

2022-06-09 Thread GitBox
github-actions[bot] commented on PR #11619: URL: https://github.com/apache/tvm/pull/11619#issuecomment-1151778919 Cannot merge, these CI jobs are not successful on 78d92c8cad87814aecb83a5cbc5634c39b3f7120: * [tvm-bot / run-tvm-bot (`NEUTRAL`)](https://github.com/apache/tvm/runs/68228954

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

2022-06-09 Thread GitBox
mbs-octoml commented on PR #11619: URL: https://github.com/apache/tvm/pull/11619#issuecomment-1151778506 @tvm-bot 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 u

[GitHub] [tvm] wrongtest commented on a diff in pull request #11646: [Arith] Simplification of ceil, log2, and left_shift

2022-06-09 Thread GitBox
wrongtest commented on code in PR #11646: URL: https://github.com/apache/tvm/pull/11646#discussion_r894075448 ## src/arith/rewrite_simplify.cc: ## @@ -1640,13 +1640,27 @@ PrimExpr RewriteSimplifier::Impl::VisitExpr_(const CallNode* op) { // the operator overload will eag

[GitHub] [tvm] areusch commented on pull request #10474: [TOPHUB] Remove tophub context from VM and Graph Executor

2022-06-09 Thread GitBox
areusch commented on PR #10474: URL: https://github.com/apache/tvm/pull/10474#issuecomment-1151770198 blocked on https://github.com/apache/tvm-rfcs/pull/59 -- 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-rfcs] areusch commented on a diff in pull request #70: [RFC] Introducing DeclBuffer

2022-06-09 Thread GitBox
areusch commented on code in PR #70: URL: https://github.com/apache/tvm-rfcs/pull/70#discussion_r894073558 ## rfcs/0070-introducing-decl-buffer.md: ## @@ -136,11 +138,26 @@ def elemwise(A: T.Buffer[(16, 16), "float32"], C: T.Buffer[(16, 16), "float32"]) C_flattened[i *

[tvm-rfcs] branch main updated: [RFC] Introducing DeclBuffer (#70)

2022-06-09 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm-rfcs.git The following commit(s) were added to refs/heads/main by this push: new 87ff1fa [RFC] Introducing DeclBuffer (#70) 87ff1

[GitHub] [tvm] areusch commented on pull request #11657: [CI] Apply linting rules to AOT tests

2022-06-09 Thread GitBox
areusch commented on PR #11657: URL: https://github.com/apache/tvm/pull/11657#issuecomment-1151768276 cc @Lunderberg about the issue with linting `tvm.testing.parameter`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[tvm] branch main updated: [CRT runtime] Added functions TVMPlatformBeforeMeasurement and TVMPlatformAfterMeasurement (#11244)

2022-06-09 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 832856d109 [CRT runtime] Added functions TVMPlatformBe

[GitHub] [tvm] areusch merged pull request #11244: [CRT runtime] Added functions TVMPlatformBeforeMeasurement and TVMPlatformAfterMeasurement

2022-06-09 Thread GitBox
areusch merged PR #11244: URL: https://github.com/apache/tvm/pull/11244 -- 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-rfcs] areusch commented on pull request #74: [RFC] TUNIP: TVMScript Unified Printer

2022-06-09 Thread GitBox
areusch commented on PR #74: URL: https://github.com/apache/tvm-rfcs/pull/74#issuecomment-1151765150 > people use text format for readability, and in most usecases, go for json reliable serialization. what do you mean by "reliable" here? if they're truly roundtrippable, aren't they b

[GitHub] [tvm] areusch commented on issue #11551: Turn on IRModule mutation detector in tests by default

2022-06-09 Thread GitBox
areusch commented on issue #11551: URL: https://github.com/apache/tvm/issues/11551#issuecomment-1151762052 i was thinking to do something kind of like this but rather put the variable in `tvm.testing` as a global var rather than environment var, and use [mock.patch](https://docs.python.org/

[tvm] branch last-successful updated (6d557ffae2 -> 3a0b7c26b1)

2022-06-09 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 6d557ffae2 [ci] Rebuild Docker images if necessary (#11329) add 3a0b7c26b1 [Hexagon] Fix gtest flag in

[GitHub] [tvm] areusch commented on a diff in pull request #11612: [ci][docs] Don't delete old versions when checking out docs

2022-06-09 Thread GitBox
areusch commented on code in PR #11612: URL: https://github.com/apache/tvm/pull/11612#discussion_r894069512 ## jenkins/Deploy.groovy.j2: ## @@ -47,7 +47,7 @@ def deploy_docs() { git status git checkout -B $DOCS_DEPLOY_BRANCH - rm -rf docs + git ls-tree

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894068998 ## python/tvm/meta_schedule/default.py: ## @@ -0,0 +1,327 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [tvm] areusch commented on pull request #11594: Add Github webhook to comment with link to docs

2022-06-09 Thread GitBox
areusch commented on PR #11594: URL: https://github.com/apache/tvm/pull/11594#issuecomment-1151758207 @gigiblender please ping the others when this is ready for another look -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] areusch commented on pull request #11470: [ci] Remove apt cache from the docker images

2022-06-09 Thread GitBox
areusch commented on PR #11470: URL: https://github.com/apache/tvm/pull/11470#issuecomment-1151757765 blocked on #11644 -- 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 u

[tvm] branch main updated (60e7eb5e52 -> fe299d7688)

2022-06-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 60e7eb5e52 [COMMUNITY] Alexander Peskov -> Reviewers (#11648) add fe299d7688 [TVMSCRIPT] Improve tvmscript type hints (

[GitHub] [tvm] vinx13 merged pull request #11654: [TVMSCRIPT] Improve tvmscript type hints

2022-06-09 Thread GitBox
vinx13 merged PR #11654: URL: https://github.com/apache/tvm/pull/11654 -- 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] areusch commented on issue #11610: [ci][tlcpack] Encode workflow dependencies

2022-06-09 Thread GitBox
areusch commented on issue #11610: URL: https://github.com/apache/tvm/issues/11610#issuecomment-1151754704 cc @hpanda-naut can you triage? -- 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 spec

[GitHub] [tvm] areusch commented on a diff in pull request #11505: Fix max concurrency number in runtime for Intel processors

2022-06-09 Thread GitBox
areusch commented on code in PR #11505: URL: https://github.com/apache/tvm/pull/11505#discussion_r894065722 ## src/runtime/threading_backend.cc: ## @@ -40,11 +40,158 @@ #define HEXAGON_STACK_ALIGNMENT 32 #endif #include +#include #include #define CURRENT_THREAD_HANDLE (s

[GitHub] [tvm] areusch commented on issue #11609: [ci] Add lint check for newlines

2022-06-09 Thread GitBox
areusch commented on issue #11609: URL: https://github.com/apache/tvm/issues/11609#issuecomment-1151748857 cc @hpanda-naut can you triage? -- 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 spec

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894062277 ## python/tvm/meta_schedule/tune_context.py: ## @@ -132,5 +134,108 @@ def __init__( def initialize(self): """Initialize the tuning context""" -

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894061713 ## src/meta_schedule/tune_context.cc: ## @@ -70,6 +70,82 @@ void TuneContextNode::Initialize() { } } +void TuneContextNode::_GenerateMeasureCandidates() { + I

[GitHub] [tvm] areusch commented on pull request #11327: [CI][Lint] Disable no-else-return check in pylint

2022-06-09 Thread GitBox
areusch commented on PR #11327: URL: https://github.com/apache/tvm/pull/11327#issuecomment-1151742582 @Mousius that's a reasonable request. @Lunderberg would you be willing to update https://tvm.apache.org/docs/contribute/code_guide.html#python-code-styles with the two types of functions h

[GitHub] [tvm] areusch commented on pull request #11427: [TVMC] Workspace Pools Parameters

2022-06-09 Thread GitBox
areusch commented on PR #11427: URL: https://github.com/apache/tvm/pull/11427#issuecomment-1151739759 @dchauhan-arm mention me when you're ready for another look here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

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

2022-06-09 Thread GitBox
areusch commented on PR #11619: URL: https://github.com/apache/tvm/pull/11619#issuecomment-1151737195 tagging issue describing test challenges to cross-reference it. https://github.com/apache/tvm/issues/11661 -- This is an automated message from the Apache Git Service. To respond to t

[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-09 Thread GitBox
areusch commented on code in PR #11619: URL: https://github.com/apache/tvm/pull/11619#discussion_r894020909 ## tests/python/relay/backend/test_pass_lower_te.py: ## @@ -0,0 +1,241 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

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

2022-06-09 Thread GitBox
AndrewZhaoLuo commented on PR #11465: URL: https://github.com/apache/tvm/pull/11465#issuecomment-1151735937 cc @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. T

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894055999 ## src/meta_schedule/tune_context.cc: ## @@ -70,6 +70,82 @@ void TuneContextNode::Initialize() { } } +void TuneContextNode::_GenerateMeasureCandidates() { + I

[GitHub] [tvm] Kathryn-cat commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
Kathryn-cat commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894052428 ## python/tvm/meta_schedule/default.py: ## @@ -0,0 +1,327 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [tvm] masahi commented on pull request #11638: [DNNL][CBLAS][BYOC] Unifles all MKLDNN/DNNL to DNNL

2022-06-09 Thread GitBox
masahi commented on PR #11638: URL: https://github.com/apache/tvm/pull/11638#issuecomment-1151728021 > Does it need to emit a reminding log that we are moving to new flag of `dnnl` at the same time we supporting `-libs=mkldnn`? yeah let's do that. -- This is an automated message fr

[tvm] branch main updated (762bed0d0d -> fc8fdae612)

2022-06-09 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 762bed0d0d [microTVM] Add support for Arduino Portenta H7 (#11636) add fc8fdae612 adding vvchernov to contributors fil

[tvm] branch main updated (fc8fdae612 -> 60e7eb5e52)

2022-06-09 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 fc8fdae612 adding vvchernov to contributors file (#11649) add 60e7eb5e52 [COMMUNITY] Alexander Peskov -> Reviewers (#1

[GitHub] [tvm] masahi merged pull request #11648: [COMMUNITY] Alexander Peskov -> Reviewers

2022-06-09 Thread GitBox
masahi merged PR #11648: URL: https://github.com/apache/tvm/pull/11648 -- 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 merged pull request #11649: [COMMUNITY] Valery Chernov -> Reviewers

2022-06-09 Thread GitBox
masahi merged PR #11649: URL: https://github.com/apache/tvm/pull/11649 -- 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 main updated (d03633f366 -> 762bed0d0d)

2022-06-09 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 d03633f366 [microTVM] Update pyproject to python3.7 (#11634) add 762bed0d0d [microTVM] Add support for Arduino Portent

[GitHub] [tvm] masahi merged pull request #11636: [microTVM] Add support for Arduino Portenta H7

2022-06-09 Thread GitBox
masahi merged PR #11636: URL: https://github.com/apache/tvm/pull/11636 -- 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] Kathryn-cat commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
Kathryn-cat commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894045639 ## src/meta_schedule/tune_context.cc: ## @@ -70,6 +70,82 @@ void TuneContextNode::Initialize() { } } +void TuneContextNode::_GenerateMeasureCandidates() { + ICH

[GitHub] [tvm] masahi commented on a diff in pull request #11658: [TIR, CUDA] Add pass to replace global to shared memory copy with cp.async

2022-06-09 Thread GitBox
masahi commented on code in PR #11658: URL: https://github.com/apache/tvm/pull/11658#discussion_r894043800 ## src/tir/transforms/inject_ptx_async_copy.cc: ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agre

[tvm] branch last-successful updated (af0128158c -> 6d557ffae2)

2022-06-09 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 af0128158c [TIR][Schedule] Allow named block and buffer arguments in Schedule (#11624) add 6d557ffae2

[GitHub] [tvm] adstraw commented on pull request #11653: [Hexagon] Add HexagonThreadManager

2022-06-09 Thread GitBox
adstraw commented on PR #11653: URL: https://github.com/apache/tvm/pull/11653#issuecomment-1151717231 > Could you move the buffer manager changes to a separate PR? They seem independent from the thread manager. I am basically moving this functionality from within the Hexagon Device AP

[GitHub] [tvm] adstraw commented on a diff in pull request #11653: [Hexagon] Add HexagonThreadManager

2022-06-09 Thread GitBox
adstraw commented on code in PR #11653: URL: https://github.com/apache/tvm/pull/11653#discussion_r894040034 ## src/runtime/hexagon/hexagon_buffer_manager.h: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agr

[GitHub] [tvm] adstraw commented on a diff in pull request #11653: [Hexagon] Add HexagonThreadManager

2022-06-09 Thread GitBox
adstraw commented on code in PR #11653: URL: https://github.com/apache/tvm/pull/11653#discussion_r894039921 ## src/runtime/hexagon/hexagon_device_api.cc: ## @@ -144,8 +143,8 @@ void HexagonDeviceAPI::CopyDataFromTo(DLTensor* from, DLTensor* to, TVMStreamHan CHECK_EQ(GetDataS

[GitHub] [tvm] mbs-octoml opened a new pull request, #11662: [BUG] Disable second PlanDevices pass

2022-06-09 Thread GitBox
mbs-octoml opened a new pull request, #11662: URL: https://github.com/apache/tvm/pull/11662 Though started with the best of intentions, the second PlanDevices pass to account for memory scope's introduced by lowering is buggy and not ready for prime time. It has caused an ICHECK fail

[GitHub] [tvm] masahi closed issue #11660: [Flaky Test]

2022-06-09 Thread GitBox
masahi closed issue #11660: [Flaky Test] URL: https://github.com/apache/tvm/issues/11660 -- 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-unsubs

[GitHub] [tvm] masahi commented on issue #11660: [Flaky Test]

2022-06-09 Thread GitBox
masahi commented on issue #11660: URL: https://github.com/apache/tvm/issues/11660#issuecomment-1151710282 a dup with https://github.com/apache/tvm/issues/11580 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [tvm] Qianshui-Jiang commented on pull request #11638: [DNNL][CBLAS][BYOC] Unifles all MKLDNN/DNNL to DNNL

2022-06-09 Thread GitBox
Qianshui-Jiang commented on PR #11638: URL: https://github.com/apache/tvm/pull/11638#issuecomment-1151709701 > This seems like a breaking change for users using `-libs=mkldnn`. Can you still support `-libs=mkldnn` but translate that to `-libs=dnnl`? Sure, good idea. Does it need t

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

2022-06-09 Thread GitBox
Qianshui-Jiang commented on PR #11571: URL: https://github.com/apache/tvm/pull/11571#issuecomment-1151706427 > The current scope seems good to me. You could either make this PR upstream compatible and rebase #11638, or rebase this PR after 11638 has merged. I'm fine with either

[GitHub] [tvm] billishyahao commented on a diff in pull request #11513: [BYOC][DNNL] Improve performance of DNNL BYOC dense operator

2022-06-09 Thread GitBox
billishyahao commented on code in PR #11513: URL: https://github.com/apache/tvm/pull/11513#discussion_r894031165 ## src/relay/backend/contrib/dnnl/codegen.cc: ## @@ -436,6 +436,38 @@ class DNNLModuleCodegen : public CSourceModuleCodegenBase { #else // DNNL JSON runtime +/*

[GitHub] [tvm] mbs-octoml opened a new issue, #11661: [Bug] Imposibility of writing assert_equals test with complex attributes

2022-06-09 Thread GitBox
mbs-octoml opened a new issue, #11661: URL: https://github.com/apache/tvm/issues/11661 I wanted to unit test TEPass with something like: ``` def test_lower_primitive(): input_mod = tvm.parser.parse( """ #[version = "0.0.5"] def @main(%a: Tensor[(5

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #11622: [MetaSchedule] Developer Ergonomics Enhancement

2022-06-09 Thread GitBox
junrushao1994 commented on code in PR #11622: URL: https://github.com/apache/tvm/pull/11622#discussion_r894027106 ## python/tvm/meta_schedule/default.py: ## @@ -0,0 +1,327 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

[GitHub] [tvm] mehrdadh merged pull request #11634: [microTVM] Update pyproject to python3.7

2022-06-09 Thread GitBox
mehrdadh merged PR #11634: URL: https://github.com/apache/tvm/pull/11634 -- 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] mehrdadh commented on a diff in pull request #11417: [Hexagon] Implement avg_pool2d slice op

2022-06-09 Thread GitBox
mehrdadh commented on code in PR #11417: URL: https://github.com/apache/tvm/pull/11417#discussion_r892599108 ## tests/python/contrib/test_hexagon/test_avg_pool2d_slice.py: ## @@ -0,0 +1,369 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: plea

[GitHub] [tvm] mbs-octoml opened a new issue, #11660: [Flaky Test]

2022-06-09 Thread GitBox
mbs-octoml opened a new issue, #11660: URL: https://github.com/apache/tvm/issues/11660 ### Test(s) python3 tests/scripts/ci.py i386 --tests tests/python/unittest/test_custom_datatypes.py::test_myfloat ### Jenkins Links https://ci.tlcpack.ai/blue/organizations/jenkins/tv

[GitHub] [tvm] mehrdadh closed pull request #11476: [Hexagon] Download generated artifacts from android device to host

2022-06-09 Thread GitBox
mehrdadh closed pull request #11476: [Hexagon] Download generated artifacts from android device to host URL: https://github.com/apache/tvm/pull/11476 -- 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 a diff in pull request #11529: [HEXAGON] Slice ops added - add, subtract, multiply

2022-06-09 Thread GitBox
mehrdadh commented on code in PR #11529: URL: https://github.com/apache/tvm/pull/11529#discussion_r894023261 ## python/tvm/topi/hexagon/utils.py: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

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

2022-06-09 Thread GitBox
mehrdadh commented on code in PR #11529: URL: https://github.com/apache/tvm/pull/11529#discussion_r894022871 ## python/tvm/topi/hexagon/slice_ops/add_subtract_multiply.py: ## @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor li

[GitHub] [tvm] vinx13 commented on a diff in pull request #11658: [TIR, CUDA] Add pass to replace global to shared memory copy with cp.async

2022-06-09 Thread GitBox
vinx13 commented on code in PR #11658: URL: https://github.com/apache/tvm/pull/11658#discussion_r894014086 ## src/tir/transforms/inject_ptx_async_copy.cc: ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agre

[GitHub] [tvm] masahi commented on a diff in pull request #11620: [CI] Disable TFLite rsqrt test

2022-06-09 Thread GitBox
masahi commented on code in PR #11620: URL: https://github.com/apache/tvm/pull/11620#discussion_r894021468 ## tests/python/frontend/tflite/test_forward.py: ## @@ -2127,7 +2127,10 @@ def test_all_unary_elemwise(): if tf.__version__ < LooseVersion("2.6.1"): _test_for

  1   2   3   >