[GitHub] [tvm] Hzfengsy commented on issue #9504: [VOTE] Release Apache TVM v0.8.0.rc0

2021-11-12 Thread GitBox
Hzfengsy commented on issue #9504: URL: https://github.com/apache/tvm/issues/9504#issuecomment-967779289 +1 -- 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] junrushao1994 commented on a change in pull request #9360: [TensorIR] Cross-Thread Reduction

2021-11-12 Thread GitBox
junrushao1994 commented on a change in pull request #9360: URL: https://github.com/apache/tvm/pull/9360#discussion_r748664114 ## File path: src/tir/transforms/lower_cross_thread_reduction.cc ## @@ -0,0 +1,590 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [tvm] huajsj commented on a change in pull request #9494: [Runtime] Pipeline Executor Add Set and Get Input/Output interfaces.

2021-11-12 Thread GitBox
huajsj commented on a change in pull request #9494: URL: https://github.com/apache/tvm/pull/9494#discussion_r748659042 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -199,12 +290,43 @@ def is_pipeline_executor_interface(self): return not isinstance(sel

[GitHub] [tvm] huajsj commented on a change in pull request #9494: [Runtime] Pipeline Executor Add Set and Get Input/Output interfaces.

2021-11-12 Thread GitBox
huajsj commented on a change in pull request #9494: URL: https://github.com/apache/tvm/pull/9494#discussion_r748653083 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -93,8 +107,76 @@ def __init__(self, module): else: self.module = module

[GitHub] [tvm] huajsj commented on a change in pull request #9494: [Runtime] Pipeline Executor Add Set and Get Input/Output interfaces.

2021-11-12 Thread GitBox
huajsj commented on a change in pull request #9494: URL: https://github.com/apache/tvm/pull/9494#discussion_r748651255 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -130,41 +209,319 @@ struct OutputMap { } } ICHECK(output_idx >= 0); - ou

[GitHub] [tvm] mbrookhart commented on a change in pull request #9475: [ONNX][Relay] Support "tf_crop_and_resize" in relay Resize op.

2021-11-12 Thread GitBox
mbrookhart commented on a change in pull request #9475: URL: https://github.com/apache/tvm/pull/9475#discussion_r748643329 ## File path: src/relay/transforms/pattern_utils.h ## @@ -450,6 +450,23 @@ static inline Array ToVector(const runtime::NDArray& array) { return out; }

[GitHub] [tvm] jwfromm commented on a change in pull request #9475: [ONNX][Relay] Support "tf_crop_and_resize" in relay Resize op.

2021-11-12 Thread GitBox
jwfromm commented on a change in pull request #9475: URL: https://github.com/apache/tvm/pull/9475#discussion_r748641288 ## File path: src/relay/transforms/pattern_utils.h ## @@ -450,6 +450,23 @@ static inline Array ToVector(const runtime::NDArray& array) { return out; }

[GitHub] [tvm] junrushao1994 edited a comment on pull request #9505: [TVMScript][Fix] Add type hints for more uncovered cases

2021-11-12 Thread GitBox
junrushao1994 edited a comment on pull request #9505: URL: https://github.com/apache/tvm/pull/9505#issuecomment-967717478 Thank you so much for acting swiftly on this!! BTW, would you mind also adding T.exp in the unittest? -- This is an automated message from the Apache Git Service. To

[GitHub] [tvm] junrushao1994 commented on pull request #9505: [TVMScript][Fix] Add type hints for more uncovered cases

2021-11-12 Thread GitBox
junrushao1994 commented on pull request #9505: URL: https://github.com/apache/tvm/pull/9505#issuecomment-967717478 Thank you so much for acting swiftly on this!! BTW, would you mind also adding T.exp? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] shingjan opened a new pull request #9505: [TVMScript][Fix] Add type hints for more uncovered cases

2021-11-12 Thread GitBox
shingjan opened a new pull request #9505: URL: https://github.com/apache/tvm/pull/9505 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from

[tvm] branch main updated (856ebb2 -> 4c1b66f)

2021-11-12 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 856ebb2 Make version.py to rely on repository metadata to generate version string. (#9472) add 4c1b66f [ONNX]

[GitHub] [tvm] mbrookhart merged pull request #9490: [ONNX] Unique op should always return int64 indices

2021-11-12 Thread GitBox
mbrookhart merged pull request #9490: URL: https://github.com/apache/tvm/pull/9490 -- 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-unsubsc

[GitHub] [tvm] tqchen commented on issue #9504: [VOTE] Release Apache TVM v0.8.0.rc0

2021-11-12 Thread GitBox
tqchen commented on issue #9504: URL: https://github.com/apache/tvm/issues/9504#issuecomment-967649596 +1 (binding), I checked Signatures and hashes good LICENSE, NOTICE Signatures and hashes No unexpected binary files Code compiles and import in python TQ -- Thi

[GitHub] [tvm] tqchen commented on pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
tqchen commented on pull request #9472: URL: https://github.com/apache/tvm/pull/9472#issuecomment-967611596 Merging this in as we needs to be able to use this feature after v0.8 cutoff(where the cuttoff pt does not equals the release pt) -- This is an automated message from the Apache Gi

[tvm] branch main updated (67714c6 -> 856ebb2)

2021-11-12 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 67714c6 [1/3][AOT][DeviceAPI] Connecting devices structure to relevant operators (#9395) add 856ebb2 Make version.

[GitHub] [tvm] junrushao1994 commented on pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
junrushao1994 commented on pull request #9472: URL: https://github.com/apache/tvm/pull/9472#issuecomment-967609550 Thanks! I just tagged commit 3ad7c4a76933dbb47d794f75be7ad4d0c52e1e10 (where we cut off v0.8.0) as v0.9.dev0 -- This is an automated message from the Apache Git Service. To

[tvm] tag v0.8.0.rc0 updated (5dc7566 -> 7b3a22e)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to tag v0.8.0.rc0 in repository https://gitbox.apache.org/repos/asf/tvm.git. *** WARNING: tag v0.8.0.rc0 was modified! *** from 5dc7566 (commit) to 7b3a22e (commit) from 5dc7566 [Relea

[GitHub] [tvm] tqchen merged pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
tqchen merged pull request #9472: URL: https://github.com/apache/tvm/pull/9472 -- 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] tag v0.9.dev0 created (now 3ad7c4a)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to tag v0.9.dev0 in repository https://gitbox.apache.org/repos/asf/tvm.git. at 3ad7c4a (commit) No new revisions were added by this update.

[tvm] 01/01: Update LICENSE

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch add-libbacktrace in repository https://gitbox.apache.org/repos/asf/tvm.git commit cabfcf6f6ecc27265a1acaf7a018dc90ccad Author: Junru Shao AuthorDate: Fri Nov 12 13:26:33 2021 -0800 Up

[tvm] branch add-libbacktrace created (now cabfcf6)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch add-libbacktrace in repository https://gitbox.apache.org/repos/asf/tvm.git. at cabfcf6 Update LICENSE This branch includes the following new commits: new cabfcf6 Update LICENSE

[tvm] branch v0.8 updated: Update license file to note libbacktrace

2021-11-12 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch v0.8 in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/v0.8 by this push: new 7b3a22e Update license file to note libbacktrace 7b3a2

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

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 21:23:14 2021 New Revision: 50902 Log: Update apache-tvm-src-v0.8.0.rc0.tar.gz Modified: dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz.asc dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0

[GitHub] [tvm] tqchen commented on pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
tqchen commented on pull request #9472: URL: https://github.com/apache/tvm/pull/9472#issuecomment-967581008 LGTM, @leandron can you prepare the v0.8.dev0 tag? @junrushao1994 we will also need v0.9.dev0 tag as we cut off the v0.8 branch -- This is an automated message from the Apache Git

[GitHub] [tvm] areusch commented on pull request #9229: [TVMC][microTVM] Add new micro context

2021-11-12 Thread GitBox
areusch commented on pull request #9229: URL: https://github.com/apache/tvm/pull/9229#issuecomment-967580455 @leandron in case you want to look at this too -- 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] areusch commented on a change in pull request #9229: [TVMC][microTVM] Add new micro context

2021-11-12 Thread GitBox
areusch commented on a change in pull request #9229: URL: https://github.com/apache/tvm/pull/9229#discussion_r748590164 ## File path: python/tvm/driver/tvmc/runner.py ## @@ -109,21 +168,58 @@ def drive_run(args): Arguments from command line parser. """ -rpc_

[GitHub] [tvm] areusch commented on a change in pull request #9229: [TVMC][microTVM] Add new micro context

2021-11-12 Thread GitBox
areusch commented on a change in pull request #9229: URL: https://github.com/apache/tvm/pull/9229#discussion_r748589229 ## File path: python/tvm/driver/tvmc/common.py ## @@ -38,6 +41,36 @@ class TVMCException(Exception): """TVMC Exception""" +class TVMCSilentArgumentPar

[tvm] branch v0.8 updated: Update Jenkinsfile to create v0.8 tarball

2021-11-12 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch v0.8 in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/v0.8 by this push: new 1268185 Update Jenkinsfile to create v0.8 tarball 1268

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

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 21:12:31 2021 New Revision: 50901 Log: Update apache-tvm-src-v0.8.0.rc0 Modified: dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz.asc dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.ta

[GitHub] [tvm] areusch commented on pull request #9395: [1/3][AOT][DeviceAPI] Connecting devices structure to relevant operators

2021-11-12 Thread GitBox
areusch commented on pull request #9395: URL: https://github.com/apache/tvm/pull/9395#issuecomment-967472348 thanks @Mousius @mbs-octoml the PR is now 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 ab

[tvm] branch main updated: [1/3][AOT][DeviceAPI] Connecting devices structure to relevant operators (#9395)

2021-11-12 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 67714c6 [1/3][AOT][DeviceAPI] Connecting devices stru

[GitHub] [tvm] areusch merged pull request #9395: [1/3][AOT][DeviceAPI] Connecting devices structure to relevant operators

2021-11-12 Thread GitBox
areusch merged pull request #9395: URL: https://github.com/apache/tvm/pull/9395 -- 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..

[GitHub] [tvm] areusch commented on a change in pull request #9395: [1/3][AOT][DeviceAPI] Connecting devices structure to relevant operators

2021-11-12 Thread GitBox
areusch commented on a change in pull request #9395: URL: https://github.com/apache/tvm/pull/9395#discussion_r748561136 ## File path: apps/microtvm/ethosu/src/tvm_ethosu_runtime.c ## @@ -0,0 +1,34 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] zxybazh commented on a change in pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
zxybazh commented on a change in pull request #9497: URL: https://github.com/apache/tvm/pull/9497#discussion_r748551678 ## File path: python/tvm/relay/build_module.py ## @@ -332,16 +337,23 @@ def build(ir_mod, target=None, target_host=None, params=None, mod_name="default"

[GitHub] [tvm] zxybazh commented on a change in pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
zxybazh commented on a change in pull request #9497: URL: https://github.com/apache/tvm/pull/9497#discussion_r748551678 ## File path: python/tvm/relay/build_module.py ## @@ -332,16 +337,23 @@ def build(ir_mod, target=None, target_host=None, params=None, mod_name="default"

[GitHub] [tvm] leandron edited a comment on pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
leandron edited a comment on pull request #9472: URL: https://github.com/apache/tvm/pull/9472#issuecomment-967436701 Gentle ping for reviews and potential 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

[GitHub] [tvm] leandron commented on pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

2021-11-12 Thread GitBox
leandron commented on pull request #9472: URL: https://github.com/apache/tvm/pull/9472#issuecomment-967436701 Gentle ping fir reviews and potential 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 t

[GitHub] [tvm] zxybazh commented on pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
zxybazh commented on pull request #9497: URL: https://github.com/apache/tvm/pull/9497#issuecomment-967433271 Sounds good. I'll send a follow up PR. -- 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 t

[GitHub] [tvm] junrushao1994 opened a new issue #9504: [VOTE] Release Apache TVM v0.8.0.rc0

2021-11-12 Thread GitBox
junrushao1994 opened a new issue #9504: URL: https://github.com/apache/tvm/issues/9504 Dear TVM community, This is a call for vote to release Apache TVM version 0.8.0.  This is a major release with many new features and improvement. All users of Apache TVM 0.7 are advised to upgrade

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

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 19:28:51 2021 New Revision: 50900 Log: Add RC Added: dev/tvm/tvm-v0.8.0-rc0/ dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz (with props) dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-v0.8.0.rc0.tar.gz.asc dev/tvm/tvm-v0.8.0-rc0/apache-tvm-src-

svn commit: r50899 - /release/tvm/KEYS

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 19:13:32 2021 New Revision: 50899 Log: Update KEYS Added: release/tvm/KEYS - copied unchanged from r50898, dev/tvm/KEYS

svn commit: r50898 - /dev/tvm/KEYS

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 19:09:52 2021 New Revision: 50898 Log: Update KEYS Modified: dev/tvm/KEYS Modified: dev/tvm/KEYS == --- dev/tvm/KEYS (original) +++ dev/tvm/KEYS Fri Nov 12 19:09:52 2021 @@ -300,3 +

svn commit: r50897 - /release/tvm/KEYS

2021-11-12 Thread junrushao
Author: junrushao Date: Fri Nov 12 19:08:43 2021 New Revision: 50897 Log: Update KEYS Removed: release/tvm/KEYS

[tvm] tag v0.8.0.rc0 created (now 5dc7566)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to tag v0.8.0.rc0 in repository https://gitbox.apache.org/repos/asf/tvm.git. at 5dc7566 (commit) No new revisions were added by this update.

[GitHub] [tvm] junrushao1994 opened a new pull request #9503: [Release] Bump version to v0.8.0; Update NEWS.md

2021-11-12 Thread GitBox
junrushao1994 opened a new pull request #9503: URL: https://github.com/apache/tvm/pull/9503 CC @vinx13 @tqchen -- 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 unsubscri

[tvm] branch v0.8 updated: [Release] Bump version to v0.8.0; Update NEWS.md (#9503)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch v0.8 in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/v0.8 by this push: new 5dc7566 [Release] Bump version to v0.8.0; Update NE

[GitHub] [tvm] junrushao1994 merged pull request #9503: [Release] Bump version to v0.8.0; Update NEWS.md

2021-11-12 Thread GitBox
junrushao1994 merged pull request #9503: URL: https://github.com/apache/tvm/pull/9503 -- 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-unsu

[GitHub] [tvm] junrushao1994 commented on pull request #9443: Fix group transpose conv2d

2021-11-12 Thread GitBox
junrushao1994 commented on pull request #9443: URL: https://github.com/apache/tvm/pull/9443#issuecomment-967334251 Thank you @alicja-SiMa-ai for the huge effort!! This is super helpful! -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [tvm] alicja-SiMa-ai closed pull request #9443: Fix group transpose conv2d

2021-11-12 Thread GitBox
alicja-SiMa-ai closed pull request #9443: URL: https://github.com/apache/tvm/pull/9443 -- 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-uns

[GitHub] [tvm] alicja-SiMa-ai commented on pull request #9443: Fix group transpose conv2d

2021-11-12 Thread GitBox
alicja-SiMa-ai commented on pull request #9443: URL: https://github.com/apache/tvm/pull/9443#issuecomment-967329128 Yes @junrushao1994, it was integrated into #9465. Closing this one. Thanks everyone! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] mbs-octoml commented on pull request #9491: Followup from #9312 (Introduce call_lowered op)

2021-11-12 Thread GitBox
mbs-octoml commented on pull request #9491: URL: https://github.com/apache/tvm/pull/9491#issuecomment-967314630 LGTM, you'll need to rebase. -- 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 s

[GitHub] [tvm] comaniac commented on a change in pull request #9494: [Runtime] Pipeline Executor Add Set and Get Input/Output interfaces.

2021-11-12 Thread GitBox
comaniac commented on a change in pull request #9494: URL: https://github.com/apache/tvm/pull/9494#discussion_r748485086 ## File path: src/runtime/pipeline/pipeline_struct.h ## @@ -130,41 +209,319 @@ struct OutputMap { } } ICHECK(output_idx >= 0); -

[GitHub] [tvm] comaniac commented on a change in pull request #9494: [Runtime] Pipeline Executor Add Set and Get Input/Output interfaces.

2021-11-12 Thread GitBox
comaniac commented on a change in pull request #9494: URL: https://github.com/apache/tvm/pull/9494#discussion_r748473991 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -93,8 +107,76 @@ def __init__(self, module): else: self.module = module

[GitHub] [tvm] junrushao1994 commented on pull request #9443: Fix group transpose conv2d

2021-11-12 Thread GitBox
junrushao1994 commented on pull request #9443: URL: https://github.com/apache/tvm/pull/9443#issuecomment-967290911 @Lyken17 @alicja-SiMa-ai just to double check, is this commit superseded via this commit https://github.com/apache/tvm/commit/3ad7c4a76933dbb47d794f75be7ad4d0c52e1e10? Thanks

[tvm] branch v0.8 updated (86781e9 -> 3ad7c4a)

2021-11-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch v0.8 in repository https://gitbox.apache.org/repos/asf/tvm.git. from 86781e9 [ETHOSN] Streamline Ethos(TM)-N cross-compile rpc usage (#9477) add 0812c07 Change Call with TIRCallAtt

[tvm] branch main updated (3ad7c4a -> be03d62)

2021-11-12 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 3ad7c4a [Conv2DTransposed] Fix wrong shape check and add new TOPI module to support groups (#9465) add be03d62

[GitHub] [tvm] junrushao1994 merged pull request #9326: Switch PlanDevices pass to be w.r.t. SEScopes instead of DLDeviceTypes.

2021-11-12 Thread GitBox
junrushao1994 merged pull request #9326: URL: https://github.com/apache/tvm/pull/9326 -- 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-unsu

[GitHub] [tvm] junrushao1994 commented on pull request #9465: [Conv2DTransposed] Fix wrong shape check and add new TOPI module to support groups

2021-11-12 Thread GitBox
junrushao1994 commented on pull request #9465: URL: https://github.com/apache/tvm/pull/9465#issuecomment-967273964 Thank you SO much @Lyken17 @alicja-SiMa-ai @vinx13 @AndrewZhaoLuo @Hzfengsy and many! -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] junrushao1994 merged pull request #9465: [Conv2DTransposed] Fix wrong shape check and add new TOPI module to support groups

2021-11-12 Thread GitBox
junrushao1994 merged pull request #9465: URL: https://github.com/apache/tvm/pull/9465 -- 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-unsu

[tvm] branch main updated (2dad4d1 -> 3ad7c4a)

2021-11-12 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 2dad4d1 [BugFix] Fix divide by zero error in TIR pass lower_warp_memory (#9485) add 3ad7c4a [Conv2DTransposed]

[tvm] branch main updated (137def8 -> 2dad4d1)

2021-11-12 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 137def8 [TARGET] Move target_host usage to new target style. (#9497) add 2dad4d1 [BugFix] Fix divide by zero error

[GitHub] [tvm] Hzfengsy merged pull request #9485: [BugFix] Fix divide by zero error in TIR pass lower_warp_memory

2021-11-12 Thread GitBox
Hzfengsy merged pull request #9485: URL: https://github.com/apache/tvm/pull/9485 -- 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.

[GitHub] [tvm] tqchen commented on a change in pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
tqchen commented on a change in pull request #9497: URL: https://github.com/apache/tvm/pull/9497#discussion_r748322548 ## File path: python/tvm/relay/build_module.py ## @@ -332,16 +337,23 @@ def build(ir_mod, target=None, target_host=None, params=None, mod_name="default"

[GitHub] [tvm] tqchen commented on pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
tqchen commented on pull request #9497: URL: https://github.com/apache/tvm/pull/9497#issuecomment-967153244 Thanks @zxybazh , given `check_and_update_host_consist` can be called multiple times, it may not be desirable to do so(for the second time it is called). So I think we can still take

[GitHub] [tvm] mbs-octoml commented on pull request #9326: Switch PlanDevices pass to be w.r.t. SEScopes instead of DLDeviceTypes.

2021-11-12 Thread GitBox
mbs-octoml commented on pull request #9326: URL: https://github.com/apache/tvm/pull/9326#issuecomment-967147706 Ready to 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 comme

[tvm] branch main updated (6159b8e -> 137def8)

2021-11-12 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 6159b8e [Topi][Op][PyTorch][Vitas] Fix inconsistent kernel layout conventions for conv2d_transpose (#9336) add 137d

[GitHub] [tvm] Hzfengsy merged pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
Hzfengsy merged pull request #9497: URL: https://github.com/apache/tvm/pull/9497 -- 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.

[GitHub] [tvm] Mousius commented on issue #9502: [CI Image] Update ci_arm to 0.07

2021-11-12 Thread GitBox
Mousius commented on issue #9502: URL: https://github.com/apache/tvm/issues/9502#issuecomment-967032450 CC @leandron @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 specific commen

[GitHub] [tvm] Mousius opened a new issue #9502: [CI Image] Update ci_arm to 0.07

2021-11-12 Thread GitBox
Mousius opened a new issue #9502: URL: https://github.com/apache/tvm/issues/9502 - [ ] S0. Reason: Update to ACL 21.08 from #9396 - [ ] S1. Tag of nightly build: 2022-082025-6159b8e92. Docker hub: https://hub.docker.com/layers/tlcpackstaging/ci_arm/2022-082025-6159b8e92

[GitHub] [tvm] Mousius opened a new pull request #9501: [3/3][AOT][DeviceAPI] Wire up cpacked Device API context

2021-11-12 Thread GitBox
Mousius opened a new pull request #9501: URL: https://github.com/apache/tvm/pull/9501 Adding the same functionality for the Device API to the cpacked calling convention. The MakePackedAPI pass now implicitly uses any variable named `kDeviceContextVar` as the `resource_handle` and this is t

[GitHub] [tvm] Mousius opened a new pull request #9500: [AOT][DeviceAPI] Add Hooks for Activate/Deactivate/Open/Close

2021-11-12 Thread GitBox
Mousius opened a new pull request #9500: URL: https://github.com/apache/tvm/pull/9500 This adds the relevant hooks into their starting places in the code generation. As per the [C Device API RFC](https://github.com/apache/tvm-rfcs/blob/main/rfcs/0031-devices-api.md) -- This is an automa

[GitHub] [tvm] zxybazh commented on a change in pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
zxybazh commented on a change in pull request #9497: URL: https://github.com/apache/tvm/pull/9497#discussion_r748092385 ## File path: python/tvm/relay/build_module.py ## @@ -332,16 +337,23 @@ def build(ir_mod, target=None, target_host=None, params=None, mod_name="default"

[GitHub] [tvm] zxybazh commented on a change in pull request #9497: [TARGET] Cleanup the target_host usage to new target style.

2021-11-12 Thread GitBox
zxybazh commented on a change in pull request #9497: URL: https://github.com/apache/tvm/pull/9497#discussion_r748084042 ## File path: python/tvm/autotvm/task/relay_integration.py ## @@ -77,6 +78,11 @@ def extract_from_program(mod, params, target, target_host=None, ops=None):

[GitHub] [tvm] leandron commented on pull request #9425: Fix repository URL in ubuntu_install_rocm.sh

2021-11-12 Thread GitBox
leandron commented on pull request #9425: URL: https://github.com/apache/tvm/pull/9425#issuecomment-966947788 So it seems the installation is fixed now: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/109/pipel

[GitHub] [tvm] leandron commented on pull request #9498: Add LLVM-13 installation to Docker setup

2021-11-12 Thread GitBox
leandron commented on pull request #9498: URL: https://github.com/apache/tvm/pull/9498#issuecomment-966947395 This log confirms the fix actually works when rebuilding the Docker images: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/dai

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #9347: [FQ2I] Support Conv2dTranspose FQ2I

2021-11-12 Thread GitBox
AndrewZhaoLuo commented on pull request #9347: URL: https://github.com/apache/tvm/pull/9347#issuecomment-966900947 @mbrookhart PTAL -- 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 c