[GitHub] [tvm] echuraev commented on a diff in pull request #13158: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-10-20 Thread GitBox
echuraev commented on code in PR #13158: URL: https://github.com/apache/tvm/pull/13158#discussion_r1001364224 ## src/runtime/threading_backend.cc: ## @@ -167,7 +169,9 @@ class ThreadGroup::Impl { CPU_SET(id, ); } #if defined(__ANDROID__) -

[GitHub] [tvm] comaniac commented on pull request #13134: Fix typo in test_pipeline_executor.py

2022-10-20 Thread GitBox
comaniac commented on PR #13134: URL: https://github.com/apache/tvm/pull/13134#issuecomment-1286431069 Thanks @zhaoyang-star -- 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

[tvm] branch main updated (9aedb8bdda -> 1311cac88b)

2022-10-20 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 9aedb8bdda [Hexagon] refactor HexagonBufferManager class (#13145) add 1311cac88b Fix typo in

[GitHub] [tvm] comaniac merged pull request #13134: Fix typo in test_pipeline_executor.py

2022-10-20 Thread GitBox
comaniac merged PR #13134: URL: https://github.com/apache/tvm/pull/13134 -- 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] ehsanmok commented on pull request #13163: [Relay][Frontend][ONNX] Add GridSample operator

2022-10-20 Thread GitBox
ehsanmok commented on PR #13163: URL: https://github.com/apache/tvm/pull/13163#issuecomment-1286429295 Skipping the [flaky test case](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-13163/2/pipeline/494) -- This is an automated message from the Apache Git Service. To

[tvm] branch last-successful updated (9f4c7121b9 -> 9aedb8bdda)

2022-10-20 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 9f4c7121b9 [Hexagon] [runtime] Clarify compute resources (#13149) add 0e21840553 [Hexagon] Fix chunk

[GitHub] [tvm] zhaoyang-star commented on pull request #13134: Fix typo in test_pipeline_executor.py

2022-10-20 Thread GitBox
zhaoyang-star commented on PR #13134: URL: https://github.com/apache/tvm/pull/13134#issuecomment-1286411947 cc @huajsj @comaniac Could you please take a look? -- 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] Hzfengsy commented on pull request #13033: [TIR][Primitive] Support rolling_buffer schedule primitive in TensorIR

2022-10-20 Thread GitBox
Hzfengsy commented on PR #13033: URL: https://github.com/apache/tvm/pull/13033#issuecomment-1286371018 cc @mbaret -- 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] ehsanmok commented on pull request #13163: [Relay][Frontend][ONNX] Add GridSample operator

2022-10-20 Thread GitBox
ehsanmok commented on PR #13163: URL: https://github.com/apache/tvm/pull/13163#issuecomment-1286352196 @tvm-bot rerun -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] masahi closed pull request #13164: Modulue equality anchor block

2022-10-20 Thread GitBox
masahi closed pull request #13164: Modulue equality anchor block URL: https://github.com/apache/tvm/pull/13164 -- 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,

[GitHub] [tvm] tvm-bot commented on pull request #13164: Modulue equality anchor block

2022-10-20 Thread GitBox
tvm-bot commented on PR #13164: URL: https://github.com/apache/tvm/pull/13164#issuecomment-1286349599 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] Wanger-SJTU commented on a diff in pull request #13158: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-10-20 Thread GitBox
Wanger-SJTU commented on code in PR #13158: URL: https://github.com/apache/tvm/pull/13158#discussion_r1001252288 ## src/runtime/threading_backend.cc: ## @@ -167,7 +169,9 @@ class ThreadGroup::Impl { CPU_SET(id, ); } #if defined(__ANDROID__) -

[tvm] branch main updated (f28b0ca9c4 -> 9aedb8bdda)

2022-10-20 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 f28b0ca9c4 [CI] Update PyTorch to v1.12 in GPU image (#13160) add 9aedb8bdda [Hexagon] refactor HexagonBufferManager

[GitHub] [tvm] masahi merged pull request #13145: [Hexagon] refactor HexagonBufferManager class

2022-10-20 Thread GitBox
masahi merged PR #13145: URL: https://github.com/apache/tvm/pull/13145 -- 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] masahi merged pull request #13160: [CI] Update PyTorch to v1.12 in GPU image

2022-10-20 Thread GitBox
masahi merged PR #13160: URL: https://github.com/apache/tvm/pull/13160 -- 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 (0e21840553 -> f28b0ca9c4)

2022-10-20 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 0e21840553 [Hexagon] Fix chunk address table generation in chunkify_hwio_16b (#13002) add f28b0ca9c4 [CI] Update

[tvm] branch main updated (9f4c7121b9 -> 0e21840553)

2022-10-20 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 9f4c7121b9 [Hexagon] [runtime] Clarify compute resources (#13149) add 0e21840553 [Hexagon] Fix chunk address table

[GitHub] [tvm] masahi merged pull request #13002: [Hexagon] Fix chunk address table generation in chunkify_hwio_16b

2022-10-20 Thread GitBox
masahi merged PR #13002: URL: https://github.com/apache/tvm/pull/13002 -- 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] vinx13 commented on a diff in pull request #13081: [TIR][Arith] Support negative coeff in ModularSet

2022-10-20 Thread GitBox
vinx13 commented on code in PR #13081: URL: https://github.com/apache/tvm/pull/13081#discussion_r1001232247 ## tests/python/unittest/test_arith_canonical_simplify.py: ## @@ -97,6 +97,8 @@ def test_split_index_simplify(): # cannot simplify mixed case, unless we canonicalize

[tvm] branch nightly-docker-update updated (8df8a891fa -> 15cbb190ae)

2022-10-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly-docker-update in repository https://gitbox.apache.org/repos/asf/tvm.git discard 8df8a891fa [ci][docker] Nightly Docker image update add 59c0ef80b5 [Android] Fix cpp_rpc build

[GitHub] [tvm] nverke commented on pull request #13072: [Logging][Hexagon] Improve logging on Hexagon

2022-10-20 Thread GitBox
nverke commented on PR #13072: URL: https://github.com/apache/tvm/pull/13072#issuecomment-1286275771 LGTM! I want to see if this improves perf at all. -- 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] supersat commented on a diff in pull request #13072: [Logging][Hexagon] Improve logging on Hexagon

2022-10-20 Thread GitBox
supersat commented on code in PR #13072: URL: https://github.com/apache/tvm/pull/13072#discussion_r1001214024 ## src/runtime/logging.cc: ## @@ -212,6 +212,13 @@ namespace tvm { namespace runtime { namespace detail { +const char*

[GitHub] [tvm] supersat commented on a diff in pull request #13072: [Logging][Hexagon] Improve logging on Hexagon

2022-10-20 Thread GitBox
supersat commented on code in PR #13072: URL: https://github.com/apache/tvm/pull/13072#discussion_r1001213284 ## src/runtime/hexagon/rpc/android_bash.sh.template: ## @@ -20,7 +20,7 @@ export LD_LIBRARY_PATH=. # Enable FARF-based logging for Hexagon code invoked by

[GitHub] [tvm] nverke commented on a diff in pull request #13072: [Logging][Hexagon] Improve logging on Hexagon

2022-10-20 Thread GitBox
nverke commented on code in PR #13072: URL: https://github.com/apache/tvm/pull/13072#discussion_r1001211634 ## src/runtime/logging.cc: ## @@ -212,6 +212,13 @@ namespace tvm { namespace runtime { namespace detail { +const char*

[GitHub] [tvm] nverke commented on a diff in pull request #13072: [Logging][Hexagon] Improve logging on Hexagon

2022-10-20 Thread GitBox
nverke commented on code in PR #13072: URL: https://github.com/apache/tvm/pull/13072#discussion_r1001211175 ## src/runtime/hexagon/rpc/android_bash.sh.template: ## @@ -20,7 +20,7 @@ export LD_LIBRARY_PATH=. # Enable FARF-based logging for Hexagon code invoked by

[GitHub] [tvm] tvm-bot commented on pull request #13163: [Relay][Frontend][ONNX] Add GridSample operator

2022-10-20 Thread GitBox
tvm-bot commented on PR #13163: URL: https://github.com/apache/tvm/pull/13163#issuecomment-1286198789 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] ehsanmok opened a new pull request, #13163: [Relay][Frontend][ONNX] Add GridSample operator

2022-10-20 Thread GitBox
ehsanmok opened a new pull request, #13163: URL: https://github.com/apache/tvm/pull/13163 This PR adds the GridSample operator introduced in [opset 16](https://github.com/onnx/onnx/blob/main/docs/Changelog.md#gridsample-16) with a couple of small fixes in the mainline topi version.

[GitHub] [tvm] supersat commented on pull request #13162: [Hexagon] Add power manager

2022-10-20 Thread GitBox
supersat commented on PR #13162: URL: https://github.com/apache/tvm/pull/13162#issuecomment-1286185942 cc @janetsc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] tvm-bot commented on pull request #13162: [Hexagon] Add power manager

2022-10-20 Thread GitBox
tvm-bot commented on PR #13162: URL: https://github.com/apache/tvm/pull/13162#issuecomment-1286149759 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] supersat opened a new pull request, #13162: [Hexagon] Add power manager

2022-10-20 Thread GitBox
supersat opened a new pull request, #13162: URL: https://github.com/apache/tvm/pull/13162 This PR adds a new class, `HexagonPowerManager`, which interfaces with the `HAP_power` API to request maximum performance. cc: @mehrdadh @csullivan @kparzysz-quic -- This is an automated

[GitHub] [tvm] tvm-bot commented on pull request #13161: [Draft][Hexagon]: Add upload function to hexagon session

2022-10-20 Thread GitBox
tvm-bot commented on PR #13161: URL: https://github.com/apache/tvm/pull/13161#issuecomment-1286134025 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] mehrdadh opened a new pull request, #13161: [Draft][Hexagon]: Add upload function to hexagon session

2022-10-20 Thread GitBox
mehrdadh opened a new pull request, #13161: URL: https://github.com/apache/tvm/pull/13161 This PR adds `upload` to hexagon RPC server running on Hexagon side. This will remove the need of `adb` command for uploading/executing binary files on hexagon. -- This is an automated message

[GitHub] [tvm] elvin-n commented on issue #10317: Auto-cc subscription tracker

2022-10-20 Thread GitBox
elvin-n commented on issue #10317: URL: https://github.com/apache/tvm/issues/10317#issuecomment-1286064227 opencl @elvin-n adreno @elvin-n metaschedule @elvin-n autotvm @elvin-n -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tvm] tvm-bot commented on pull request #13160: [CI] Update PyTorch to v1.12 in GPU image

2022-10-20 Thread GitBox
tvm-bot commented on PR #13160: URL: https://github.com/apache/tvm/pull/13160#issuecomment-1286048311 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] masahi opened a new pull request, #13160: [CI] Update PyTorch to v1.12 in GPU image

2022-10-20 Thread GitBox
masahi opened a new pull request, #13160: URL: https://github.com/apache/tvm/pull/13160 As requested by https://discuss.tvm.apache.org/t/frontend-pytorch-tvm-compatibility-with-torch-1-12-0/13508, updating PT to 1.12. Validated in

[tvm] 01/01: [CI] Update PyTorch to v1.12 in GPU image

2022-10-20 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch ci-gpu-update in repository https://gitbox.apache.org/repos/asf/tvm.git commit 8a902592a5fb06119a009104985add03b6f904ab Author: Masahiro Masuda AuthorDate: Fri Oct 21 04:37:42 2022 +0900

[tvm] branch ci-gpu-update created (now 8a902592a5)

2022-10-20 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch ci-gpu-update in repository https://gitbox.apache.org/repos/asf/tvm.git at 8a902592a5 [CI] Update PyTorch to v1.12 in GPU image This branch includes the following new commits: new

[GitHub] [tvm-rfcs] mbaret commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
mbaret commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1001038022 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm-rfcs] mbaret commented on pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
mbaret commented on PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#issuecomment-1286036983 @yzhliu To clarify, I'm not suggesting we adopt an incubation process for TVM. I'm just explaining that we can't reference MLIR as an example of a community which uses the process described

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12971: [Hexagon] Add support for instrumentation based profiling for Hexagon

2022-10-20 Thread GitBox
jverma-quic commented on code in PR #12971: URL: https://github.com/apache/tvm/pull/12971#discussion_r1001031039 ## python/tvm/contrib/hexagon/hexagon_profiler.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[tvm] branch last-successful updated (57b9988922 -> 9f4c7121b9)

2022-10-20 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 57b9988922 [Hexagon] Add scripts for e2e MetaSchedule tuning demonstration (#13135) add 1dbd1fa4b8

[GitHub] [tvm] masahi closed issue #13146: [Bug][Frontend][ONNX] Failure of test_forward.test_aten unit test after upgrade to PyTorch 1.12.0

2022-10-20 Thread GitBox
masahi closed issue #13146: [Bug][Frontend][ONNX] Failure of test_forward.test_aten unit test after upgrade to PyTorch 1.12.0 URL: https://github.com/apache/tvm/issues/13146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] masahi closed issue #13157: [Bug] about caffe frontend

2022-10-20 Thread GitBox
masahi closed issue #13157: [Bug] about caffe frontend URL: https://github.com/apache/tvm/issues/13157 -- 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] masahi commented on issue #13157: [Bug] about caffe frontend

2022-10-20 Thread GitBox
masahi commented on issue #13157: URL: https://github.com/apache/tvm/issues/13157#issuecomment-1286002817 The caffe frontend is not maintained. So unless you can send the solution to the problem yourself, we cannot address this issue. -- This is an automated message from the Apache Git

[tvm-site] branch asf-site updated: use closer lua script (#39)

2022-10-20 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/tvm-site.git The following commit(s) were added to refs/heads/asf-site by this push: new c40cc158c3 use closer lua script (#39)

[tvm] branch last-successful updated (4fe8e96c77 -> 57b9988922)

2022-10-20 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 4fe8e96c77 [Hexagon] Set c++17 standard for launcher (#13140) add 57b9988922 [Hexagon] Add scripts for

[GitHub] [tvm-rfcs] yzhliu commented on pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
yzhliu commented on PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#issuecomment-1285985206 @mbaret I think "incubator process" needs to make sure the incubated project gets support from the community. That's what they mentioned about "LLVM umbrella" or "Apache umbrella". LLVM and

[tvm-site] branch aluo/update-v0.10.0-release-closer created (now 34e0c8ccc6)

2022-10-20 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch aluo/update-v0.10.0-release-closer in repository https://gitbox.apache.org/repos/asf/tvm-site.git at 34e0c8ccc6 use closer lua script This branch includes the following new

[tvm-site] 01/01: use closer lua script

2022-10-20 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a commit to branch aluo/update-v0.10.0-release-closer in repository https://gitbox.apache.org/repos/asf/tvm-site.git commit 34e0c8ccc62c5a4600b1a448674ae53815b48ea0 Author: Andrew Zhao Luo AuthorDate: Thu

[tvm] branch main updated (1dbd1fa4b8 -> 9f4c7121b9)

2022-10-20 Thread csullivan
This is an automated email from the ASF dual-hosted git repository. csullivan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 1dbd1fa4b8 [Hexagon] Support fetching and building Hexagon runtime with external runtime sources (#13138) add

[GitHub] [tvm] csullivan merged pull request #13149: [Hexagon] [runtime] Clarify compute resources

2022-10-20 Thread GitBox
csullivan merged PR #13149: URL: https://github.com/apache/tvm/pull/13149 -- 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] mehrdadh merged pull request #13138: [Hexagon] Support fetching and building Hexagon runtime with external runtime sources

2022-10-20 Thread GitBox
mehrdadh merged PR #13138: URL: https://github.com/apache/tvm/pull/13138 -- 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 (57b9988922 -> 1dbd1fa4b8)

2022-10-20 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 57b9988922 [Hexagon] Add scripts for e2e MetaSchedule tuning demonstration (#13135) add 1dbd1fa4b8 [Hexagon]

[GitHub] [tvm] tvm-bot commented on pull request #12455: [Target] Replace utility functions with target.features

2022-10-20 Thread GitBox
tvm-bot commented on PR #12455: URL: https://github.com/apache/tvm/pull/12455#issuecomment-1285846140 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] tvm-bot commented on pull request #13159: [ETHOSN] Consolidate target string usage

2022-10-20 Thread GitBox
tvm-bot commented on PR #13159: URL: https://github.com/apache/tvm/pull/13159#issuecomment-1285845419 Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews

[GitHub] [tvm] lhutton1 opened a new pull request, #13159: [ETHOSN] Consolidate target string usage

2022-10-20 Thread GitBox
lhutton1 opened a new pull request, #13159: URL: https://github.com/apache/tvm/pull/13159 Removes support for a deprecated target string. The deprecation warning has been around for a couple of releases now so it should be safe to remove. The target to use moving forward is: `ethos-n

[GitHub] [tvm] driazati commented on issue #10041: [Tracking Issue] Export pre-codegen TIR in Model Library Format

2022-10-20 Thread GitBox
driazati commented on issue #10041: URL: https://github.com/apache/tvm/issues/10041#issuecomment-1285842501 Cool we should close this then, if plans change we can reopen it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] driazati closed issue #10041: [Tracking Issue] Export pre-codegen TIR in Model Library Format

2022-10-20 Thread GitBox
driazati closed issue #10041: [Tracking Issue] Export pre-codegen TIR in Model Library Format URL: https://github.com/apache/tvm/issues/10041 -- 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] ashutosh-arm commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-20 Thread GitBox
ashutosh-arm commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r1000843325 ## python/tvm/relay/op/contrib/ethosn.py: ## @@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule: # pylint: disable=invalid-name """Converts

[GitHub] [tvm-rfcs] Mousius opened a new pull request, #96: Embedded Rust API RFC

2022-10-20 Thread GitBox
Mousius opened a new pull request, #96: URL: https://github.com/apache/tvm-rfcs/pull/96 Co-authored-by: Ashutosh Parkhi -- 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] csullivan commented on a diff in pull request #13135: [Hexagon] Add scripts for e2e MetaSchedule tuning demonstration

2022-10-20 Thread GitBox
csullivan commented on code in PR #13135: URL: https://github.com/apache/tvm/pull/13135#discussion_r1000818890 ## tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_fp16.py: ## @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[tvm] branch main updated (4fe8e96c77 -> 57b9988922)

2022-10-20 Thread csullivan
This is an automated email from the ASF dual-hosted git repository. csullivan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 4fe8e96c77 [Hexagon] Set c++17 standard for launcher (#13140) add 57b9988922 [Hexagon] Add scripts for e2e

[GitHub] [tvm-rfcs] mbaret commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
mbaret commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1000817654 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm] csullivan merged pull request #13135: [Hexagon] Add scripts for e2e MetaSchedule tuning demonstration

2022-10-20 Thread GitBox
csullivan merged PR #13135: URL: https://github.com/apache/tvm/pull/13135 -- 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] YuchenJin commented on pull request #89: [RFC] Relax Upstreaming

2022-10-20 Thread GitBox
YuchenJin commented on PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#issuecomment-1285757823 There were concerns that bought up in [RFC #95](https://github.com/apache/tvm-rfcs/pull/95) that this RFC conversation did not cover "how proposal fit into TVM". We agree that discussing

[tvm] branch last-successful updated (209e77c18b -> 4fe8e96c77)

2022-10-20 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 209e77c18b [tvmc] add instruments for PassContext (#13136) add 4fe8e96c77 [Hexagon] Set c++17 standard

[GitHub] [tvm] quic-sanirudh commented on issue #13144: [Bug] [Hexagon] HVX conv2d kernel incorrectly relies on VTCM being zeroed

2022-10-20 Thread GitBox
quic-sanirudh commented on issue #13144: URL: https://github.com/apache/tvm/issues/13144#issuecomment-1285697895 @supersat I actually have the fix ready already in my setup and was just verifying a couple of final things. I'll raise the PR soon, thanks for investigating. -- This is an

[GitHub] [tvm-rfcs] mbaret commented on pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
mbaret commented on PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#issuecomment-1285672252 @Hzfengsy > There are similar sets of in-tree computational graph dialects that we intended to refer to – both TOSA and Linalg for example are in the MLIR tree and serve as computational

[tvm] branch last-successful updated (026c2db544 -> 209e77c18b)

2022-10-20 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 026c2db544 Remove assert to fix onnx frontent unit tests for PyTorch 1.12 (#13155) add 209e77c18b

[GitHub] [tvm] echuraev commented on a diff in pull request #13158: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-10-20 Thread GitBox
echuraev commented on code in PR #13158: URL: https://github.com/apache/tvm/pull/13158#discussion_r1000678063 ## src/runtime/threading_backend.cc: ## @@ -167,7 +169,9 @@ class ThreadGroup::Impl { CPU_SET(id, ); } #if defined(__ANDROID__) -

[GitHub] [tvm-rfcs] Hzfengsy commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1000603992 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm-rfcs] Hzfengsy commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1000602932 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm-rfcs] Hzfengsy commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1000602570 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm-rfcs] Hzfengsy commented on a diff in pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on code in PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#discussion_r1000601436 ## rfcs/0095-empowering-new-scoped-module.md: ## @@ -0,0 +1,74 @@ +- Feature Name: [Process RFC] Empowering New Scoped Module to the Project +- Start Date: 2022-10-19 +-

[GitHub] [tvm] Wanger-SJTU opened a new pull request, #13158: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-10-20 Thread GitBox
Wanger-SJTU opened a new pull request, #13158: URL: https://github.com/apache/tvm/pull/13158 On Android `sched_setaffinity ` should use `pid_t` instread of `pthread_t`, https://man7.org/linux/man-pages/man2/sched_setaffinity.2.html On Android 21+, there is `pid_t

[GitHub] [tvm] tvm-bot commented on pull request #13158: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-10-20 Thread GitBox
tvm-bot commented on PR #13158: URL: https://github.com/apache/tvm/pull/13158#issuecomment-1285504948 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

[tvm] branch last-successful updated (308c20a4ca -> 026c2db544)

2022-10-20 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 308c20a4ca [Target] Add Target Parser for Arm(R) Cortex(R) A-Profile CPUs (#12454) add 026c2db544

[tvm] branch main updated (209e77c18b -> 4fe8e96c77)

2022-10-20 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 209e77c18b [tvmc] add instruments for PassContext (#13136) add 4fe8e96c77 [Hexagon] Set c++17 standard for launcher

[GitHub] [tvm] kparzysz-quic merged pull request #13140: [Hexagon] Set c++17 standard for launcher

2022-10-20 Thread GitBox
kparzysz-quic merged PR #13140: URL: https://github.com/apache/tvm/pull/13140 -- 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] Nullptr65535 commented on issue #13152: Build apps/andoird_rpc error

2022-10-20 Thread GitBox
Nullptr65535 commented on issue #13152: URL: https://github.com/apache/tvm/issues/13152#issuecomment-1285423922 I have posted a question on forum but got no answer, btw, what is CI?Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[tvm] branch last-successful updated (3ae326cb76 -> 308c20a4ca)

2022-10-20 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 3ae326cb76 [MetaSchedule] Support Tuning w/ No Cost Model & Fix Integration Test (#13151) add

[GitHub] [tvm] echuraev commented on a diff in pull request #13153: [Adreno] Fix mem_scope annotations for prim funcs having several heads

2022-10-20 Thread GitBox
echuraev commented on code in PR #13153: URL: https://github.com/apache/tvm/pull/13153#discussion_r1000510344 ## python/tvm/topi/adreno/utils.py: ## @@ -525,28 +525,26 @@ def bind_data_copy(stage, axis_to_vectorize=None): stage.bind(block, te.thread_axis("blockIdx.z"))

[GitHub] [tvm-rfcs] Hzfengsy commented on pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#issuecomment-1285388768 ## S1-level module There are a few suggestions for clarifying the S1-level module. An S1-level module is a module that does not follow the restrictions outlined in the S0.

[GitHub] [tvm] honghuichao commented on issue #13157: [Bug] about caffe frontend

2022-10-20 Thread GitBox
honghuichao commented on issue #13157: URL: https://github.com/apache/tvm/issues/13157#issuecomment-1285382699 @fernand -- 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] honghuichao opened a new issue, #13157: [Bug] about caffe frontend

2022-10-20 Thread GitBox
honghuichao opened a new issue, #13157: URL: https://github.com/apache/tvm/issues/13157 Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals

[GitHub] [tvm] Mousius commented on pull request #13136: [tvmc] add instruments for PassContext

2022-10-20 Thread GitBox
Mousius commented on PR #13136: URL: https://github.com/apache/tvm/pull/13136#issuecomment-1285348506 @zhyncs yip, I could  thanks for your improvement! -- 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] Mousius merged pull request #13136: [tvmc] add instruments for PassContext

2022-10-20 Thread GitBox
Mousius merged PR #13136: URL: https://github.com/apache/tvm/pull/13136 -- 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 (026c2db544 -> 209e77c18b)

2022-10-20 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 026c2db544 Remove assert to fix onnx frontent unit tests for PyTorch 1.12 (#13155) add 209e77c18b [tvmc] add

[GitHub] [tvm-rfcs] Hzfengsy commented on pull request #95: [Process RFC] Empowering New Scoped Module to the Project

2022-10-20 Thread GitBox
Hzfengsy commented on PR #95: URL: https://github.com/apache/tvm-rfcs/pull/95#issuecomment-1285347175 Thanks for the input and feedback from the community. Here I'd like to clarify some questions. For @areusch > As the RFC stands now, a committer could simply go and -1 each

[GitHub] [tvm] zhyncs commented on pull request #13136: [tvmc] add instruments for PassContext

2022-10-20 Thread GitBox
zhyncs commented on PR #13136: URL: https://github.com/apache/tvm/pull/13136#issuecomment-1285346236 @leandron @lhutton1 @Mousius @gromero Could you merge this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [tvm] elvin-n commented on a diff in pull request #13100: [Adreno] Adapt reduction schedule for adreno

2022-10-20 Thread GitBox
elvin-n commented on code in PR #13100: URL: https://github.com/apache/tvm/pull/13100#discussion_r1000481221 ## python/tvm/topi/cuda/reduction.py: ## @@ -116,7 +116,7 @@ def is_scheduled(stage): return True -def schedule_reduce(outs): +def schedule_reduce_impl(outs,

[GitHub] [tvm] lhutton1 commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-20 Thread GitBox
lhutton1 commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r1000456459 ## python/tvm/relay/op/contrib/ethosn.py: ## @@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule: # pylint: disable=invalid-name """Converts

[GitHub] [tvm] lhutton1 commented on a diff in pull request #13092: [ETHOSN] Inline non-compute-intensive partitions

2022-10-20 Thread GitBox
lhutton1 commented on code in PR #13092: URL: https://github.com/apache/tvm/pull/13092#discussion_r999558469 ## python/tvm/relay/op/contrib/ethosn.py: ## @@ -64,14 +64,42 @@ def ConvertEquivalents() -> tvm.ir.IRModule: # pylint: disable=invalid-name """Converts

[tvm] 02/02: fixed tag

2022-10-20 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 4542fade2ec96d7b8f1c155200d3c1f46ab231c2 Author: Masahiro Masuda AuthorDate: Wed Oct 19 17:20:18 2022 +0900

[tvm] branch ci-docker-staging updated (123134e1b9 -> 4542fade2e)

2022-10-20 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard 123134e1b9 fixed tag discard ab914915c9 Testing a new GPU image add 0ab2285ef3 [test][hexagon] Fix

[tvm] 01/02: Testing a new GPU image

2022-10-20 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 4b4e5c98e799a5091c8083e2d4385a8a3dfdb4a5 Author: Masahiro Masuda AuthorDate: Wed Oct 19 16:16:11 2022 +0900

[tvm] branch main updated (308c20a4ca -> 026c2db544)

2022-10-20 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 308c20a4ca [Target] Add Target Parser for Arm(R) Cortex(R) A-Profile CPUs (#12454) add 026c2db544 Remove assert to

[GitHub] [tvm] masahi merged pull request #13155: Remove assert to fix onnx frontent unit tests for PyTorch 1.12

2022-10-20 Thread GitBox
masahi merged PR #13155: URL: https://github.com/apache/tvm/pull/13155 -- 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 last-successful updated (458ca81c01 -> 3ae326cb76)

2022-10-20 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 458ca81c01 [TIR] Allow IndexMap applied to arguments with different dtypes (#13085) add 59c0ef80b5

[GitHub] [tvm] quic-sanirudh commented on pull request #13140: [Hexagon] Set c++17 standard for launcher

2022-10-20 Thread GitBox
quic-sanirudh commented on PR #13140: URL: https://github.com/apache/tvm/pull/13140#issuecomment-1285238814 cc @kparzysz-quic -- 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

  1   2   >