[tvm] branch main updated: [TVMScript] StmtDoc Printing (#12112)

2022-07-27 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao 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 1131c92233 [TVMScript] StmtDoc Printing (#12112)

[GitHub] [tvm] junrushao1994 merged pull request #12112: [TVMScript] StmtDoc Printing

2022-07-27 Thread GitBox
junrushao1994 merged PR #12112: URL: https://github.com/apache/tvm/pull/12112 -- 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 (4bcaecf979 -> 724764ae40)

2022-07-27 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 4bcaecf979 [Adreno] Fix winograd tests and accuracy (#12202) add 724764ae40 [TFLite] Fix

[GitHub] [tvm] AndrewZhaoLuo merged pull request #12145: [TFLite] Fix _test_tflite2_quantized_depthwise_convolution is unused

2022-07-27 Thread GitBox
AndrewZhaoLuo merged PR #12145: URL: https://github.com/apache/tvm/pull/12145 -- 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] junrushao1994 commented on a diff in pull request #12112: [TVMScript] StmtDoc Printing

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12112: URL: https://github.com/apache/tvm/pull/12112#discussion_r931791454 ## src/script/printer/python_doc_printer.cc: ## @@ -260,6 +336,140 @@ void PythonDocPrinter::PrintTypedDoc(const SliceDoc& doc) { } } +void

[tvm] branch main updated: [Adreno] Fix winograd tests and accuracy (#12202)

2022-07-27 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 4bcaecf979 [Adreno] Fix winograd tests and accuracy

[GitHub] [tvm] masahi merged pull request #12202: [Adreno] Fix winograd tests and accuracy

2022-07-27 Thread GitBox
masahi merged PR #12202: URL: https://github.com/apache/tvm/pull/12202 -- 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: [Relay][PyTorch] Add aten::lerp (#12167)

2022-07-27 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 c35c9fd3a5 [Relay][PyTorch] Add aten::lerp (#12167)

[GitHub] [tvm] masahi merged pull request #12167: [Relay][PyTorch] Add aten::lerp

2022-07-27 Thread GitBox
masahi merged PR #12167: URL: https://github.com/apache/tvm/pull/12167 -- 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] junrushao1994 commented on a diff in pull request #12112: [TVMScript] StmtDoc Printing

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12112: URL: https://github.com/apache/tvm/pull/12112#discussion_r931777846 ## tests/python/unittest/test_tvmscript_printer_python_doc_printer.py: ## @@ -421,7 +451,590 @@ def test_print_dict_doc(content, expected): "1:2:3",

[tvm] branch last-successful updated (10b81c274f -> fcec5f4a76)

2022-07-27 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 10b81c274f [ci][lint] Consolidate image lookup logic (#12206) add fcec5f4a76 [TVMScript] StmtDoc

[GitHub] [tvm] yangulei commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-27 Thread GitBox
yangulei commented on code in PR #12151: URL: https://github.com/apache/tvm/pull/12151#discussion_r931741349 ## tests/python/contrib/test_dnnl.py: ## @@ -1732,4 +1771,5 @@ def generate_model(p, c): if __name__ == "__main__": -tvm.testing.main() +#

[GitHub] [tvm] yangulei commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-27 Thread GitBox
yangulei commented on code in PR #12151: URL: https://github.com/apache/tvm/pull/12151#discussion_r931741021 ## tests/python/contrib/test_dnnl.py: ## @@ -788,6 +789,44 @@ def test_conv2d_pattern(run_module, dtype="float32"): run_and_verify_func(config,

[GitHub] [tvm] yangulei commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-27 Thread GitBox
yangulei commented on code in PR #12151: URL: https://github.com/apache/tvm/pull/12151#discussion_r931740897 ## tests/python/contrib/test_dnnl.py: ## @@ -788,6 +789,44 @@ def test_conv2d_pattern(run_module, dtype="float32"): run_and_verify_func(config,

[GitHub] [tvm] yangulei commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-27 Thread GitBox
yangulei commented on code in PR #12151: URL: https://github.com/apache/tvm/pull/12151#discussion_r931740601 ## src/runtime/contrib/dnnl/dnnl_json_runtime.cc: ## @@ -361,6 +367,10 @@ class DNNLJSONRuntime : public JSONRuntimeBase { // TODO(@apeskov): Simulation of

[GitHub] [tvm] yangulei commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-27 Thread GitBox
yangulei commented on code in PR #12151: URL: https://github.com/apache/tvm/pull/12151#discussion_r931740353 ## python/tvm/relay/op/contrib/dnnl.py: ## @@ -305,6 +395,12 @@ def pattern_table(): dnnl_patterns = list() dnnl_patterns.append(make_qnn_conv2d_pattern())

[GitHub] [tvm] github-actions[bot] commented on pull request #12210: [ci] Attempt to fix post-merge builds on main

2022-07-27 Thread GitBox
github-actions[bot] commented on PR #12210: URL: https://github.com/apache/tvm/pull/12210#issuecomment-1197594113 Built docs for commit 8ab57eacf2e234ba3b3a99abe32fda428e91a3e3 can be found [here](https://pr-docs.tlcpack.ai/PR-12210/1/docs/index.html). -- This is an automated

[tvm] branch last-successful updated (7b6cb60fcb -> 10b81c274f)

2022-07-27 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 7b6cb60fcb [Target] Improve string interpretation in Target creation (#12152) add 10b81c274f

[GitHub] [tvm] blackkker commented on a diff in pull request #12145: [TFLite] Fix _test_tflite2_quantized_depthwise_convolution is unused

2022-07-27 Thread GitBox
blackkker commented on code in PR #12145: URL: https://github.com/apache/tvm/pull/12145#discussion_r931719456 ## tests/python/frontend/tflite/test_forward.py: ## @@ -933,9 +933,24 @@ def representative_data_gen(): is_float_output=True,

[GitHub] [tvm] chengven027-intellif closed issue #12198: [Bug] [scatterND] large shape will get a Segmentation fault in x86

2022-07-27 Thread GitBox
chengven027-intellif closed issue #12198: [Bug] [scatterND] large shape will get a Segmentation fault in x86 URL: https://github.com/apache/tvm/issues/12198 -- 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] chengven027-intellif commented on issue #12198: [Bug] [scatterND] large shape will get a Segmentation fault in x86

2022-07-27 Thread GitBox
chengven027-intellif commented on issue #12198: URL: https://github.com/apache/tvm/issues/12198#issuecomment-1197550935 close. #12200 to follow this iisue. -- 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] huajsj commented on issue #12020: [Bug] Enable USE_DNNL cause Sphix crash when processing from_oneflow.py and from_paddle.py for documents

2022-07-27 Thread GitBox
huajsj commented on issue #12020: URL: https://github.com/apache/tvm/issues/12020#issuecomment-1197549686 @areusch @billishyahao , thanks for the follow up, I tried before PR https://github.com/apache/tvm/pull/11638 , but still saw the issue. -- This is an automated message from

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12140: [LLVM] Create LLVM scope object for use with LLVM libraries

2022-07-27 Thread GitBox
kparzysz-quic commented on code in PR #12140: URL: https://github.com/apache/tvm/pull/12140#discussion_r931693719 ## src/target/llvm/llvm_scope.cc: ## @@ -0,0 +1,368 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[tvm] branch last-successful updated (ae3e2a8537 -> 7b6cb60fcb)

2022-07-27 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 ae3e2a8537 Use std::move to avoid warnings on clang-13 (#12196) add 465b579e3b [ci][docker] Use RFC

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931685347 ## src/node/structural_equal.cc: ## @@ -42,6 +62,133 @@ bool ReflectionVTable::SEqualReduce(const Object* self, const Object* other, return

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-07-27 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r931684026 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -1062,8 +1062,18 @@ def open(self): self._target.handle_semihost_io()

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931680959 ## src/node/structural_equal.cc: ## @@ -42,6 +62,133 @@ bool ReflectionVTable::SEqualReduce(const Object* self, const Object* other, return

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931680834 ## src/node/structural_equal.cc: ## @@ -42,6 +62,133 @@ bool ReflectionVTable::SEqualReduce(const Object* self, const Object* other, return

[tvm] branch areusch/test-fix-git-change-docker created (now 8ab57eacf2)

2022-07-27 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch areusch/test-fix-git-change-docker in repository https://gitbox.apache.org/repos/asf/tvm.git at 8ab57eacf2 Use Jenkins-populated env var to identify branch. No new revisions were added

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931678426 ## src/node/structural_hash.cc: ## @@ -395,12 +396,73 @@ struct ArrayNodeTrait { } static bool SEqualReduce(const ArrayNode* lhs, const ArrayNode* rhs,

[GitHub] [tvm] areusch opened a new pull request, #12210: Attempt to fix post-merge builds on main

2022-07-27 Thread GitBox
areusch opened a new pull request, #12210: URL: https://github.com/apache/tvm/pull/12210 * This patch addresses #12097 by referencing the branch from the `BRANCH_NAME` environment variable, which is also used in the Jenkinsfile * This avoids git rev-parse, which assumes the local repo

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931675975 ## tests/python/unittest/test_container_structural_equal.py: ## @@ -0,0 +1,150 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931675308 ## src/tir/analysis/deep_equal.cc: ## @@ -62,7 +67,7 @@ bool ExprDeepEqual::operator()(const PrimExpr& lhs, const PrimExpr& rhs) const { if (lhs.as()) {

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931670314 ## include/tvm/node/structural_equal.h: ## @@ -198,9 +285,41 @@ class SEqualReducer : public BaseValueEqual { /*! \return Get the internal handler. */

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #12205: [ROOFLINE] Add CUDA support to roofline analysis

2022-07-27 Thread GitBox
AndrewZhaoLuo commented on PR #12205: URL: https://github.com/apache/tvm/pull/12205#issuecomment-1197502632 Will take a look tomorrow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931672392 ## python/tvm/runtime/object_path.py: ## @@ -122,3 +123,14 @@ class MapValuePath(ObjectPath): @tvm._ffi.register_object("MissingMapEntryPath") class

[tvm] branch nightly-docker-update updated (865607305d -> 8e982dd4ae)

2022-07-27 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 865607305d [ci][docker] Nightly Docker image update add 421f9d756a [ci] Skip broken android_rpc

[tvm] branch main updated: [TVMScript] StmtDoc Definitions (#12111)

2022-07-27 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao 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 fcec5f4a76 [TVMScript] StmtDoc Definitions (#12111)

[GitHub] [tvm] junrushao1994 merged pull request #12111: [TVMScript] StmtDoc Definitions

2022-07-27 Thread GitBox
junrushao1994 merged PR #12111: URL: https://github.com/apache/tvm/pull/12111 -- 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] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931670314 ## include/tvm/node/structural_equal.h: ## @@ -198,9 +285,41 @@ class SEqualReducer : public BaseValueEqual { /*! \return Get the internal handler. */

[GitHub] [tvm] shingjan commented on pull request #12141: [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule

2022-07-27 Thread GitBox
shingjan commented on PR #12141: URL: https://github.com/apache/tvm/pull/12141#issuecomment-1197495761 Local integration test for resnet18/llvm: ``` ID | Name | FLOP | Weight | Speed (GFLOPS) | Latency (us) |

[tvm] branch last-successful updated (85aa597245 -> ae3e2a8537)

2022-07-27 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 85aa597245 [JIT] Force finalization of JITed code, expose sf/hf runtime functions (#12187) add

[GitHub] [tvm] areusch commented on a diff in pull request #12125: Zephyr fvp support

2022-07-27 Thread GitBox
areusch commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r931659205 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -1062,8 +1062,18 @@ def open(self): self._target.handle_semihost_io()

[GitHub] [tvm] areusch commented on a diff in pull request #12140: [LLVM] Create LLVM scope object for use with LLVM libraries

2022-07-27 Thread GitBox
areusch commented on code in PR #12140: URL: https://github.com/apache/tvm/pull/12140#discussion_r931657833 ## src/target/llvm/llvm_scope.cc: ## @@ -0,0 +1,368 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] ganler commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
ganler commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197481985 Some updates: **Fallback as plain text and warn** thanks to @yidawang and @areusch If Pygments is not installed, we print plain text and post a warning:

[tvm] branch main updated (7b6cb60fcb -> 10b81c274f)

2022-07-27 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 7b6cb60fcb [Target] Improve string interpretation in Target creation (#12152) add 10b81c274f [ci][lint]

[GitHub] [tvm] driazati merged pull request #12206: [ci][lint] Consolidate image lookup logic

2022-07-27 Thread GitBox
driazati merged PR #12206: URL: https://github.com/apache/tvm/pull/12206 -- 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] github-actions[bot] commented on pull request #12206: [ci][lint] Consolidate image lookup logic

2022-07-27 Thread GitBox
github-actions[bot] commented on PR #12206: URL: https://github.com/apache/tvm/pull/12206#issuecomment-1197459082 Built docs for commit 698e0f0329415155d47a6d9e363ca480c2a54583 can be found [here](https://pr-docs.tlcpack.ai/PR-12206/1/docs/index.html). -- This is an automated

[GitHub] [tvm] tkonolige commented on pull request #12200: [TOPI]fix scatterND large shape problem

2022-07-27 Thread GitBox
tkonolige commented on PR #12200: URL: https://github.com/apache/tvm/pull/12200#issuecomment-1197448171 Looks like this is an issue in the TVM thread pool. I ran with TVM compiled with address sanitizer and I get the following error. @tqchen I think you have the most experience here.

[GitHub] [tvm] areusch commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-27 Thread GitBox
areusch commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r931630231 ## tests/python/frontend/caffe2/test_forward.py: ## @@ -14,15 +14,22 @@ # KIND, either express or implied. See the License for the # specific language governing

[GitHub] [tvm] areusch commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-27 Thread GitBox
areusch commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r931629212 ## tests/python/frontend/tensorflow/test_forward.py: ## @@ -14,29 +14,27 @@ # KIND, either express or implied. See the License for the # specific language governing

[tvm] branch last-successful updated (96b151751a -> 85aa597245)

2022-07-27 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 96b151751a [OpenCL] Fix profiling hang for OpenCL device (#12173) add 85aa597245 [JIT] Force

[GitHub] [tvm] areusch commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-07-27 Thread GitBox
areusch commented on code in PR #12028: URL: https://github.com/apache/tvm/pull/12028#discussion_r931628111 ## tests/python/frontend/pytorch/test_forward.py: ## @@ -227,13 +230,14 @@ def verify_model_with_input( compiled_output = relay_model.get_output(0).numpy()

[GitHub] [tvm] mehrdadh opened a new pull request, #12209: [microTVM][Zephyr][projectAPI] Minimize project build commands

2022-07-27 Thread GitBox
mehrdadh opened a new pull request, #12209: URL: https://github.com/apache/tvm/pull/12209 This PR changes Zephyr template project to populate all configs in Cmake file and minimize the command to build the project. Before this PR we had to do this: ``` cmake -DARG1 -DARG2 ..

[tvm] branch main updated (465b579e3b -> 7b6cb60fcb)

2022-07-27 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 465b579e3b [ci][docker] Use RFC image tags only (#11938) add 7b6cb60fcb [Target] Improve string interpretation in

[GitHub] [tvm] kparzysz-quic merged pull request #12152: [Target] Improve string interpretation in Target creation

2022-07-27 Thread GitBox
kparzysz-quic merged PR #12152: URL: https://github.com/apache/tvm/pull/12152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tvm] areusch merged pull request #11938: [ci][docker] Use RFC image tags only

2022-07-27 Thread GitBox
areusch merged PR #11938: URL: https://github.com/apache/tvm/pull/11938 -- 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 (ae3e2a8537 -> 465b579e3b)

2022-07-27 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from ae3e2a8537 Use std::move to avoid warnings on clang-13 (#12196) add 465b579e3b [ci][docker] Use RFC image tags only

[GitHub] [tvm] areusch commented on a diff in pull request #12066: Unify name mangling in TVM

2022-07-27 Thread GitBox
areusch commented on code in PR #12066: URL: https://github.com/apache/tvm/pull/12066#discussion_r931620092 ## src/ir/name_supply.cc: ## @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the

[GitHub] [tvm] areusch commented on a diff in pull request #12066: Unify name mangling in TVM

2022-07-27 Thread GitBox
areusch commented on code in PR #12066: URL: https://github.com/apache/tvm/pull/12066#discussion_r931619699 ## include/tvm/ir/name_supply.h: ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[tvm] branch last-successful updated (98d5feb297 -> 96b151751a)

2022-07-27 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 98d5feb297 [docs] Update tlcpack-sphinx-addon (#12188) add 96b151751a [OpenCL] Fix profiling hang for

[GitHub] [tvm] areusch commented on a diff in pull request #12066: Unify name mangling in TVM

2022-07-27 Thread GitBox
areusch commented on code in PR #12066: URL: https://github.com/apache/tvm/pull/12066#discussion_r931619236 ## include/tvm/ir/name_supply.h: ## @@ -0,0 +1,139 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] areusch commented on a diff in pull request #11987: [release] Follow ups from v0.9.0 - scripts, docs

2022-07-27 Thread GitBox
areusch commented on code in PR #11987: URL: https://github.com/apache/tvm/pull/11987#discussion_r931617980 ## docs/contribute/release_process.rst: ## @@ -54,6 +54,12 @@ Release note contains new features, improvement, bug fixes, known issues and dep It is recommended to open

[GitHub] [tvm] csullivan commented on a diff in pull request #11878: [Adreno] Add markup pass of relay tensors for static texture planning

2022-07-27 Thread GitBox
csullivan commented on code in PR #11878: URL: https://github.com/apache/tvm/pull/11878#discussion_r931581417 ## src/relay/transforms/annotate_texture_storage.cc: ## @@ -0,0 +1,509 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] yelite commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
yelite commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197379128 I think it's reasonable to let 3rd party library to handle the highlighting. It will take non-trivial effort to implement highlight in the TVMScript printer by ourselves. This also applies

[GitHub] [tvm] gbonik commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
gbonik commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931589275 ## include/tvm/node/structural_equal.h: ## @@ -198,9 +285,41 @@ class SEqualReducer : public BaseValueEqual { /*! \return Get the internal handler. */ Handler*

[GitHub] [tvm] vinx13 merged pull request #12196: Use std::move to avoid warnings on clang-13

2022-07-27 Thread GitBox
vinx13 merged PR #12196: URL: https://github.com/apache/tvm/pull/12196 -- 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: Use std::move to avoid warnings on clang-13 (#12196)

2022-07-27 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 ae3e2a8537 Use std::move to avoid warnings on clang-13

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931571269 ## include/tvm/node/structural_equal.h: ## @@ -198,9 +285,41 @@ class SEqualReducer : public BaseValueEqual { /*! \return Get the internal handler. */

[GitHub] [tvm] gigiblender commented on a diff in pull request #12178: Build and test TVM under minimal configuration

2022-07-27 Thread GitBox
gigiblender commented on code in PR #12178: URL: https://github.com/apache/tvm/pull/12178#discussion_r931570525 ## tests/scripts/ci.py: ## @@ -595,11 +601,25 @@ def add_subparser( "frontend": ("run frontend tests", ["./tests/scripts/task_python_frontend_cpu.sh"]),

[tvm] branch last-successful updated (69dc721759 -> 98d5feb297)

2022-07-27 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 69dc721759 [hexagon][testing] filesystem-friendly test IDs (#12195) add 98d5feb297 [docs] Update

[GitHub] [tvm] shingjan opened a new issue, #12208: [CI Problem] `python tests/scripts/ci.py lint` failed for not ignoring untracked files

2022-07-27 Thread GitBox
shingjan opened a new issue, #12208: URL: https://github.com/apache/tvm/issues/12208 Repro: ``` # try to run linting locally on ubuntu python tests/scripts/ci.py lint ``` Stack trace: ``` Linting the Python code with flake8... + tests/lint/flake8.sh

[GitHub] [tvm] ganler commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
ganler commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197338540 Thanks @areusch for the suggestions! I agree that we want to avoid dependencies if possible. As you said, one way is to implement the functionality from scratch. > I wonder if

[GitHub] [tvm-rfcs] yelite commented on a diff in pull request #79: [RFC] TVMScript Metaprogramming

2022-07-27 Thread GitBox
yelite commented on code in PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#discussion_r931556278 ## rfcs/0079-tvmscript-metaprogramming.md: ## @@ -0,0 +1,398 @@ +- Feature Name: tvmscript-metaprogramming +- Start Date: 2022-06-16 +- RFC PR:

[GitHub] [tvm] shingjan commented on a diff in pull request #12141: [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule

2022-07-27 Thread GitBox
shingjan commented on code in PR #12141: URL: https://github.com/apache/tvm/pull/12141#discussion_r931552617 ## python/tvm/meta_schedule/cost_model/xgb_model.py: ## @@ -35,7 +35,24 @@ from ..utils import cpu_count, derived_object, shash2hex from .metric import max_curve +

[tvm] branch last-successful updated (584b0f31d8 -> 69dc721759)

2022-07-27 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 584b0f31d8 [TVMScript] ExprDoc (#12048) add 03aed787df [microTVM] Fix timeout of -1 breaking Arduino

[GitHub] [tvm] zxybazh commented on a diff in pull request #12141: [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule

2022-07-27 Thread GitBox
zxybazh commented on code in PR #12141: URL: https://github.com/apache/tvm/pull/12141#discussion_r931539502 ## python/tvm/meta_schedule/cost_model/xgb_model.py: ## @@ -35,7 +35,24 @@ from ..utils import cpu_count, derived_object, shash2hex from .metric import max_curve +

[GitHub] [tvm] gigiblender commented on a diff in pull request #12178: Build and test TVM under minimal configuration

2022-07-27 Thread GitBox
gigiblender commented on code in PR #12178: URL: https://github.com/apache/tvm/pull/12178#discussion_r931546473 ## ci/jenkins/Test.groovy.j2: ## @@ -199,6 +217,9 @@ stage('Test') { {{ method_name }}() }, {% endfor %} + 'unittest: CPU MINIMAL': { +

[GitHub] [tvm] areusch commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
areusch commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197315915 cc @yelite @junrushao1994 who might have ideas whether the printer should handle this -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tvm] areusch commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
areusch commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197315605 @ganler thanks for this PR! would be great to add highlighting to TVMScript. on the python deps: unfortunately we're still working through a PR to generate a virtualenv from

[GitHub] [tvm] masahi commented on a diff in pull request #12171: [TIR] Asynchronous stage in software pipeline

2022-07-27 Thread GitBox
masahi commented on code in PR #12171: URL: https://github.com/apache/tvm/pull/12171#discussion_r931536642 ## src/tir/transforms/inject_software_pipeline.cc: ## @@ -530,20 +821,78 @@ class PipelineRewriter : public StmtExprMutator { Block new_block =

[GitHub] [tvm] masahi commented on a diff in pull request #12171: [TIR] Asynchronous stage in software pipeline

2022-07-27 Thread GitBox
masahi commented on code in PR #12171: URL: https://github.com/apache/tvm/pull/12171#discussion_r931536642 ## src/tir/transforms/inject_software_pipeline.cc: ## @@ -530,20 +821,78 @@ class PipelineRewriter : public StmtExprMutator { Block new_block =

[GitHub] [tvm-rfcs] yelite commented on a diff in pull request #79: [RFC] TVMScript Metaprogramming

2022-07-27 Thread GitBox
yelite commented on code in PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#discussion_r931530477 ## rfcs/0079-tvmscript-metaprogramming.md: ## @@ -0,0 +1,525 @@ +- Feature Name: tvmscript-metaprogramming +- Start Date: 2022-06-16 +- RFC PR:

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931528838 ## include/tvm/node/structural_equal.h: ## @@ -99,7 +125,10 @@ class StructuralEqual : public BaseValueEqual { * equality checking. Instead, it can store the

[GitHub] [tvm-rfcs] yelite commented on a diff in pull request #79: [RFC] TVMScript Metaprogramming

2022-07-27 Thread GitBox
yelite commented on code in PR #79: URL: https://github.com/apache/tvm-rfcs/pull/79#discussion_r931528698 ## rfcs/0079-tvmscript-metaprogramming.md: ## @@ -0,0 +1,525 @@ +- Feature Name: tvmscript-metaprogramming +- Start Date: 2022-06-16 +- RFC PR:

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12101: [TVMScript] Add object path tracing to StructuralEqual

2022-07-27 Thread GitBox
junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931524593 ## include/tvm/node/structural_equal.h: ## @@ -99,7 +125,10 @@ class StructuralEqual : public BaseValueEqual { * equality checking. Instead, it can store the

[GitHub] [tvm] mehrdadh opened a new pull request, #12207: [microTVM] Refactor pytest fixtures

2022-07-27 Thread GitBox
mehrdadh opened a new pull request, #12207: URL: https://github.com/apache/tvm/pull/12207 Refactoring pytest fixtures between multiple directories. Also, we can reuse the same fixtures in external repositories cc @guberti @gromero -- This is an automated message from the Apache Git

[GitHub] [tvm] ganler commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
ganler commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197293248 @tkonolige Thanks for the suggestions. To put some background: The reason why I use these magic RGB values is to match exact themes in jupyter notebook (or vscode) so they will look

[GitHub] [tvm] guberti commented on pull request #12182: [microTVM][tutorial] AOT host-driven tutorial with TFLite model

2022-07-27 Thread GitBox
guberti commented on PR #12182: URL: https://github.com/apache/tvm/pull/12182#issuecomment-1197290040 @mehrdadh @gromero I've also seen this issue on my PRs, and I believe it has been resolved. `git rebase -i main` will fix it. -- This is an automated message from the Apache Git

[GitHub] [tvm] tkonolige commented on a diff in pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
tkonolige commented on code in PR #12197: URL: https://github.com/apache/tvm/pull/12197#discussion_r931514245 ## python/gen_requirements.py: ## @@ -64,6 +64,7 @@ ( "Base requirements needed to install tvm", [ +"Pygments",

[GitHub] [tvm] tkonolige commented on pull request #12197: [UX] highlight tvm script

2022-07-27 Thread GitBox
tkonolige commented on PR #12197: URL: https://github.com/apache/tvm/pull/12197#issuecomment-1197276646 Would it be possible to use ansi colors instead of hardcoding specific rgb values. That way the printed code would match the user's terminal colors? Here is with rgb colors:

[tvm] branch main updated (96b151751a -> 85aa597245)

2022-07-27 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 96b151751a [OpenCL] Fix profiling hang for OpenCL device (#12173) add 85aa597245 [JIT] Force finalization of JITed

[GitHub] [tvm] masahi merged pull request #12187: [JIT] Force finalization of JITed code, expose sf/hf runtime functions

2022-07-27 Thread GitBox
masahi merged PR #12187: URL: https://github.com/apache/tvm/pull/12187 -- 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 pull request #12200: [TOPI]fix scatterND large shape problem

2022-07-27 Thread GitBox
masahi commented on PR #12200: URL: https://github.com/apache/tvm/pull/12200#issuecomment-1197274829 Do you know why `parallel` is causing the issue? cc @tkonolige -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] driazati opened a new pull request, #12206: [ci][lint] Consolidate image lookup logic

2022-07-27 Thread GitBox
driazati opened a new pull request, #12206: URL: https://github.com/apache/tvm/pull/12206 This makes `run_docker` just pass through the image name to `bash.sh` without preprocessing it at all so that `bash.sh` can do its own determination of which image to actually use. -- This is

[tvm] branch last-successful updated (97269fa479 -> 584b0f31d8)

2022-07-27 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 97269fa479 Update to 0.10.0 (#12190) add 584b0f31d8 [TVMScript] ExprDoc (#12048) No new revisions

[tvm] branch main updated (98d5feb297 -> 96b151751a)

2022-07-27 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 98d5feb297 [docs] Update tlcpack-sphinx-addon (#12188) add 96b151751a [OpenCL] Fix profiling hang for OpenCL device

[GitHub] [tvm] masahi merged pull request #12173: [OpenCL] Fix profiling hang for OpenCL device

2022-07-27 Thread GitBox
masahi merged PR #12173: URL: https://github.com/apache/tvm/pull/12173 -- 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 pull request #12167: [Relay][PyTorch] Add aten::lerp

2022-07-27 Thread GitBox
masahi commented on PR #12167: URL: https://github.com/apache/tvm/pull/12167#issuecomment-1197262375 please fix the lint issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tvm] vinx13 commented on a diff in pull request #12171: [TIR] Asynchronous stage in software pipeline

2022-07-27 Thread GitBox
vinx13 commented on code in PR #12171: URL: https://github.com/apache/tvm/pull/12171#discussion_r931470548 ## src/tir/transforms/inject_software_pipeline.cc: ## @@ -530,20 +821,78 @@ class PipelineRewriter : public StmtExprMutator { Block new_block =

  1   2   >