[GitHub] [tvm] wrongtest-intellif commented on a diff in pull request #12750: [TIR, Schedule] Add schedule primitive PadEinsum

2022-09-09 Thread GitBox
wrongtest-intellif commented on code in PR #12750: URL: https://github.com/apache/tvm/pull/12750#discussion_r967571891 ## src/tir/schedule/primitive/pad_einsum.cc: ## @@ -0,0 +1,496 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor lic

[GitHub] [tvm] apivovarov opened a new pull request, #12751: [TF] Add Bincount support

2022-09-09 Thread GitBox
apivovarov opened a new pull request, #12751: URL: https://github.com/apache/tvm/pull/12751 ### Description This PR adds TF [Bincount](https://www.tensorflow.org/api_docs/python/tf/raw_ops/Bincount) support. Recently [DenseBincount support](https://github.com/apache/tvm/pull/1272

[GitHub] [tvm] wrongtest-intellif commented on a diff in pull request #12750: [TIR, Schedule] Add schedule primitive PadEinsum

2022-09-09 Thread GitBox
wrongtest-intellif commented on code in PR #12750: URL: https://github.com/apache/tvm/pull/12750#discussion_r967571170 ## tests/python/unittest/test_tir_schedule_pad_einsum.py: ## @@ -0,0 +1,123 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribu

[GitHub] [tvm] Icemist commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm.

2022-09-09 Thread GitBox
Icemist commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r967565258 ## python/tvm/topi/adreno/conv2d_nchw.py: ## @@ -268,7 +268,11 @@ def schedule_conv2d_NCHWc_KCRSk(cfg, s, output): cfg.define_split("tile_rx", rx, num_outputs=2)

[GitHub] [tvm] Icemist commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm.

2022-09-09 Thread GitBox
Icemist commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r967564284 ## python/tvm/autotvm/task/space.py: ## @@ -838,22 +995,26 @@ def _add_new_transform(self, space_class, name, axes, policy, **kwargs): return [Axis(space, i)

[GitHub] [tvm] Icemist commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm.

2022-09-09 Thread GitBox
Icemist commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r967564191 ## python/tvm/autotvm/task/space.py: ## @@ -664,14 +668,18 @@ def __init__(self): # private dict to provide sugar self.space_map = OrderedDict() # name

[GitHub] [tvm] Icemist commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm.

2022-09-09 Thread GitBox
Icemist commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r967563947 ## python/tvm/autotvm/task/space.py: ## @@ -822,6 +830,155 @@ def valid(self): """ return not bool(self.errors) +def is_index_filtered(self, i): +

[tvm] branch nightly-docker-update updated (9a13fdde46 -> 5232ea77e8)

2022-09-09 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 9a13fdde46 [ci][docker] Nightly Docker image update add b2bd434ef9 [TIR] Handle axis_separators d

[tvm] branch last-successful updated (4c05656c65 -> 2eed663643)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 4c05656c65 [TOPI][Hexagon] Add test and schedule for uint8 resize2d (#12559) add 2eed663643 [TOPI][Hex

[tvm] branch last-successful updated (029fa462d2 -> 4c05656c65)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 029fa462d2 [TIR][Arith] Add more strict checking in imm construction and folding. (#12515) add 4c05656

[GitHub] [tvm] vinx13 opened a new pull request, #12750: [TIR, Schedule] Add schedule primitive PadEinsum

2022-09-09 Thread GitBox
vinx13 opened a new pull request, #12750: URL: https://github.com/apache/tvm/pull/12750 Co-authored-by: Bohan Hou <32121147+spectrometer...@users.noreply.github.com> This PR adds a schedule primitive `PadEinsum`. It is used for computation in Einsum pattern specifically, which cover m

[tvm] branch last-successful updated (75969647fd -> 029fa462d2)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 75969647fd Aligned CMSIS-NN SHA in TVM to CMSIS top of tree (#12723) add 1d32c400f1 [microtvm][Zephyr]

[GitHub] [tvm] vinx13 opened a new pull request, #12749: [Arith] Simplify nested if_then_else

2022-09-09 Thread GitBox
vinx13 opened a new pull request, #12749: URL: https://github.com/apache/tvm/pull/12749 cc @spectrometerHBH -- 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,

[tvm] branch main updated (4c05656c65 -> 2eed663643)

2022-09-09 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 4c05656c65 [TOPI][Hexagon] Add test and schedule for uint8 resize2d (#12559) add 2eed663643 [TOPI][Hexagon] Impleme

[GitHub] [tvm] kparzysz-quic merged pull request #12606: [TOPI][Hexagon] Implement quantized elementwise for hexagon

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

[tvm] branch main updated (029fa462d2 -> 4c05656c65)

2022-09-09 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 029fa462d2 [TIR][Arith] Add more strict checking in imm construction and folding. (#12515) add 4c05656c65 [TOPI][He

[GitHub] [tvm] kparzysz-quic merged pull request #12559: [TOPI][Hexagon] Add test and schedule for uint8 resize2d

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

[GitHub] [tvm] cyx-6 opened a new pull request, #12748: [TVMScript] Base IRBuilder methods for `Block`

2022-09-09 Thread GitBox
cyx-6 opened a new pull request, #12748: URL: https://github.com/apache/tvm/pull/12748 This PR introduces base IRBuilder methods for `Block`. Co-authored-by: yongwww -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[tvm] branch last-successful updated (90fb79b74c -> 75969647fd)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 90fb79b74c [CI] Update Docker images to bring TF 2.9 and integration tests (#12738) add 75969647fd Ali

[tvm] branch main updated (b21bf6638b -> 029fa462d2)

2022-09-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from b21bf6638b [Frontend][Paddle] Fix op in paddle did't transmit layout information (#12658) add 029fa462d2 [TIR][Arith]

[GitHub] [tvm] vinx13 merged pull request #12515: [TIR][Arith] Add more strict checking in imm construction and folding.

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

[tvm] branch main updated (574794e915 -> b21bf6638b)

2022-09-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 574794e915 [OpenCL] Enable OpenCL for GPU tests (#12490) add b21bf6638b [Frontend][Paddle] Fix op in paddle did't trans

[GitHub] [tvm] vinx13 merged pull request #12658: [Frontend][Paddle] Fix op in paddle did't transmit layout information

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

[tvm] branch main updated (14999f8add -> 574794e915)

2022-09-09 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 14999f8add [TVMScript][TIR] Clarify scope of BlockNode::iter_vars (#12726) add 574794e915 [OpenCL] Enable OpenCL for

[GitHub] [tvm] masahi merged pull request #12490: [OpenCL] Enable OpenCL for GPU tests

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

[tvm] branch main updated (8bd81e6fbc -> 14999f8add)

2022-09-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 8bd81e6fbc [TVMScript] Base IRBuilder methods for `PrimFunc` (#12745) add 14999f8add [TVMScript][TIR] Clarify scope of

[GitHub] [tvm] vinx13 merged pull request #12726: [TVMScript][TIR] Clarify scope of BlockNode::iter_vars

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

[GitHub] [tvm] vinx13 merged pull request #12745: [TVMScript] Base IRBuilder methods for `PrimFunc`

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

[tvm] branch main updated (1d32c400f1 -> 8bd81e6fbc)

2022-09-09 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 1d32c400f1 [microtvm][Zephyr] Add project overlay to overwrite device tree configs (#12741) add 8bd81e6fbc [TVMScript]

[GitHub] [tvm] quic-sanirudh commented on a diff in pull request #12204: [Hexagon] Add Hand written HVX conv2d

2022-09-09 Thread GitBox
quic-sanirudh commented on code in PR #12204: URL: https://github.com/apache/tvm/pull/12204#discussion_r967374511 ## src/runtime/hexagon/ops/conv_utils.cc: ## @@ -0,0 +1,243 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agr

[GitHub] [tvm] gromero commented on pull request #12741: [microtvm][Zephyr] Add project overlay to overwrite device tree configs

2022-09-09 Thread GitBox
gromero commented on PR #12741: URL: https://github.com/apache/tvm/pull/12741#issuecomment-1242278542 @mehrdadh Nice findings, I would if you would like to upstream it to Zephyr also so other projects could pick this up? -- This is an automated message from the Apache Git Service. To resp

[tvm] branch last-successful updated (cb08a1251f -> 90fb79b74c)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from cb08a1251f [TF] Add DenseBincount support (#12728) add 90fb79b74c [CI] Update Docker images to bring TF

[GitHub] [tvm] tkonolige commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
tkonolige commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967288970 ## src/runtime/vm/vm.cc: ## @@ -143,8 +143,15 @@ PackedFunc VirtualMachine::GetFunction(const std::string& name, } else { auto it = inputs_.find(func_na

[GitHub] [tvm] TejashShah commented on pull request #12490: [OpenCL] Enable OpenCL for GPU tests

2022-09-09 Thread GitBox
TejashShah commented on PR #12490: URL: https://github.com/apache/tvm/pull/12490#issuecomment-1242228114 cc @masahi @junrushao, it needs a merge trigger! -- 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

[tvm] 02/02: Respect Dockerfile ENV PATH modifications in docker/bash.sh lookups.

2022-09-09 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit e888708c8681e69edc5138d408c38c3167b835a1 Author: Andrew Reusch AuthorDate: Thu Sep 1 16:45:38 2022 -0700 R

[tvm] branch ci-docker-staging updated (57753279ed -> e888708c86)

2022-09-09 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git omit 57753279ed Respect Dockerfile ENV PATH modifications in docker/bash.sh lookups. omit a36aab12e5 Always i

[tvm] 01/02: Always install into a python venv in ci containers.

2022-09-09 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git commit 57e7105afcf50a4e6cf378ae1e107ba83b65305b Author: Andrew Reusch AuthorDate: Thu Aug 25 15:52:58 2022 -0700

[GitHub] [tvm] tkonolige commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
tkonolige commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967278430 ## src/runtime/vm/vm.cc: ## @@ -518,13 +584,54 @@ int64_t VirtualMachine::LoadScalarInt(Index r) const { return result; } -void VirtualMachine::RunLoop() { +Index

[GitHub] [tvm] tkonolige commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
tkonolige commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967277533 ## python/tvm/runtime/vm.py: ## @@ -550,6 +551,24 @@ def invoke_stateful(self, func_name, *args, **kwargs): self.set_input(func_name, *args, **kwargs)

[GitHub] [tvm] dchauhan-arm closed pull request #11519: [TFLite] Support quantized GREATER op in TFLite frontend

2022-09-09 Thread GitBox
dchauhan-arm closed pull request #11519: [TFLite] Support quantized GREATER op in TFLite frontend URL: https://github.com/apache/tvm/pull/11519 -- 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 sp

[tvm] branch main updated (75969647fd -> 1d32c400f1)

2022-09-09 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 75969647fd Aligned CMSIS-NN SHA in TVM to CMSIS top of tree (#12723) add 1d32c400f1 [microtvm][Zephyr] Add project o

[GitHub] [tvm] mehrdadh merged pull request #12741: [microtvm][Zephyr] Add project overlay to overwrite device tree configs

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

[tvm] branch main updated (90fb79b74c -> 75969647fd)

2022-09-09 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 90fb79b74c [CI] Update Docker images to bring TF 2.9 and integration tests (#12738) add 75969647fd Aligned CMSIS-NN

[GitHub] [tvm] leandron merged pull request #12723: Aligned CMSIS-NN SHA in TVM to CMSIS top of tree

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

[GitHub] [tvm] leandron commented on pull request #11519: [TFLite] Support quantized GREATER op in TFLite frontend

2022-09-09 Thread GitBox
leandron commented on PR #11519: URL: https://github.com/apache/tvm/pull/11519#issuecomment-1242128747 This is now unblocked by https://github.com/apache/tvm/pull/12738 - @dchauhan-arm can you remove the conflict and resubmit this for CI to check? -- This is an automated message from the

[GitHub] [tvm] Mousius commented on a diff in pull request #12663: Always install into a python venv in ci containers

2022-09-09 Thread GitBox
Mousius commented on code in PR #12663: URL: https://github.com/apache/tvm/pull/12663#discussion_r967209623 ## docker/install/ubuntu_install_python.sh: ## @@ -18,28 +18,77 @@ set -e set -u -# Used for debugging RVM build -set -x set -o pipefail -# install python and pip,

[GitHub] [tvm] leandron commented on issue #12573: [CI Image] Remove Vela from ci_cpu

2022-09-09 Thread GitBox
leandron commented on issue #12573: URL: https://github.com/apache/tvm/issues/12573#issuecomment-1242121617 Closed by https://github.com/apache/tvm/pull/12738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [tvm] leandron closed issue #12573: [CI Image] Remove Vela from ci_cpu

2022-09-09 Thread GitBox
leandron closed issue #12573: [CI Image] Remove Vela from ci_cpu URL: https://github.com/apache/tvm/issues/12573 -- 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,

[tvm] branch main updated (cb08a1251f -> 90fb79b74c)

2022-09-09 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 cb08a1251f [TF] Add DenseBincount support (#12728) add 90fb79b74c [CI] Update Docker images to bring TF 2.9 and integ

[GitHub] [tvm] Mousius merged pull request #12738: [CI] Update Docker images to bring TF 2.9 and integration tests

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

[GitHub] [tvm] areusch commented on pull request #12663: Always install into a python venv in ci containers

2022-09-09 Thread GitBox
areusch commented on PR #12663: URL: https://github.com/apache/tvm/pull/12663#issuecomment-1242084867 @leandron happy to hold off til then -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967164258 ## src/runtime/vm/vm.cc: ## @@ -143,8 +143,15 @@ PackedFunc VirtualMachine::GetFunction(const std::string& name, } else { auto it = inputs_.find(func_na

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967144294 ## include/tvm/runtime/vm/vm.h: ## @@ -281,6 +291,28 @@ class TVM_DLL VirtualMachine : public runtime::ModuleNode { */ void SetOneInput(std::string name, const TV

[GitHub] [tvm] PhilippvK commented on pull request #12534: [Docker][CI][RISC-V] Build riscv-isa-sim (spike) in ci_riscv Docker image to enable RISC-V unit testing

2022-09-09 Thread GitBox
PhilippvK commented on PR #12534: URL: https://github.com/apache/tvm/pull/12534#issuecomment-1242040783 > I also intend to do this. Should we also do it in this PR? @alter-xp done :) -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [tvm] PhilippvK commented on pull request #12522: [AutoTVM] [TVMC] Visualize tuning progress

2022-09-09 Thread GitBox
PhilippvK commented on PR #12522: URL: https://github.com/apache/tvm/pull/12522#issuecomment-1242040117 I reworked the PR and updated the comment accordingly. Thank you for your inputs! Please have another look at the changes as I added several improvements: - AutoScheduler support - M

[GitHub] [tvm] PhilippvK commented on pull request #12525: [TVMC] Allow selecting a subset of tasks to be used in `tvmc tune`

2022-09-09 Thread GitBox
PhilippvK commented on PR #12525: URL: https://github.com/apache/tvm/pull/12525#issuecomment-1242038912 Short update: - With my latest changes I can now print useful task names for AutoScheduler as well (using `task.desc` instead of `str(task)`) - I added a mention of the `--task` argu

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r967121778 ## python/tvm/runtime/vm.py: ## @@ -550,6 +551,24 @@ def invoke_stateful(self, func_name, *args, **kwargs): self.set_input(func_name, *args, **kwargs)

[GitHub] [tvm] leandron commented on pull request #12663: Always install into a python venv in ci containers

2022-09-09 Thread GitBox
leandron commented on PR #12663: URL: https://github.com/apache/tvm/pull/12663#issuecomment-1242019108 Im hopeful that https://github.com/apache/tvm/pull/12738 will be merged once CI gets green. Happy to merge this just after that. -- This is an automated message from the Apache Git Servi

[GitHub] [tvm] areusch commented on pull request #12663: Always install into a python venv in ci containers

2022-09-09 Thread GitBox
areusch commented on PR #12663: URL: https://github.com/apache/tvm/pull/12663#issuecomment-1242007336 @driazati i think this is finally ready -- 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

[tvm] branch update_docker_tf291 updated (4032e59d21 -> 2c7d091979)

2022-09-09 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch update_docker_tf291 in repository https://gitbox.apache.org/repos/asf/tvm.git omit 4032e59d21 [CI] Update Docker images to tag 20220908-060034-62bdc91b1 add 2c7d091979 [CI] Update Dock

[GitHub] [tvm] mbaret commented on pull request #12550: [AOT] Add AOTLowerMain pass to lower a Relay main into TIR

2022-09-09 Thread GitBox
mbaret commented on PR #12550: URL: https://github.com/apache/tvm/pull/12550#issuecomment-1241863067 @Mousius As this PR is being blocked and none of my proposals to achieve [consensus](https://tvm.apache.org/docs/contribute/code_review.html#consensus-building) have been acknowleged, I have

[tvm] branch last-successful updated (89ce171b86 -> cb08a1251f)

2022-09-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 89ce171b86 [TIR, Schedule] Check consumer in-bound and covered in reverse_compute_inline (#12717) add

[GitHub] [tvm] Mousius commented on pull request #12747: [Target] Print deprecation warning before canonicalisation in build module

2022-09-09 Thread GitBox
Mousius commented on PR #12747: URL: https://github.com/apache/tvm/pull/12747#issuecomment-1241806894 @areusch WDYT? -- 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 unsu

[GitHub] [tvm] Mousius opened a new pull request, #12747: [Target] Print deprecation warning before canonicalisation in build module

2022-09-09 Thread GitBox
Mousius opened a new pull request, #12747: URL: https://github.com/apache/tvm/pull/12747 Hopefully fixes #12742, as the warning should only be printed when a user passes `target_host`, in the current case if the user passes `None` as `target_host` it'll be processed by `canon_target_map_and

[tvm] branch update_docker_tf291 updated (d09d32e849 -> 4032e59d21)

2022-09-09 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch update_docker_tf291 in repository https://gitbox.apache.org/repos/asf/tvm.git discard d09d32e849 [CI] Update Docker images to tag 20220908-060034-62bdc91b1 add 299ca267e7 [TIR] Update reg

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r966850057 ## include/tvm/runtime/vm/vm.h: ## @@ -339,6 +371,51 @@ class TVM_DLL VirtualMachine : public runtime::ModuleNode { void SetInputTensorWithIndex(std::vector& tensors,

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r966811701 ## src/runtime/vm/vm.cc: ## @@ -518,13 +584,54 @@ int64_t VirtualMachine::LoadScalarInt(Index r) const { return result; } -void VirtualMachine::RunLoop() { +Index

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r966808686 ## src/runtime/vm/vm.cc: ## @@ -810,21 +906,90 @@ void VirtualMachine::RunLoop() { WriteRegister(instr.dst, dst_data); OpStopHook(); pc_++; -

[GitHub] [tvm] vvchernov commented on a diff in pull request #11358: [Virtual Machine] Implementation of 'set_output_zero_copy'

2022-09-09 Thread GitBox
vvchernov commented on code in PR #11358: URL: https://github.com/apache/tvm/pull/11358#discussion_r966776236 ## src/runtime/vm/vm.cc: ## @@ -518,13 +584,54 @@ int64_t VirtualMachine::LoadScalarInt(Index r) const { return result; } -void VirtualMachine::RunLoop() { +Index

[tvm] branch main updated (1c5ffc67ad -> cb08a1251f)

2022-09-09 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 1c5ffc67ad [ci][docker] Use CMake 3.20.0 for cortexm (#12744) add cb08a1251f [TF] Add DenseBincount support (#12728)

[GitHub] [tvm] masahi merged pull request #12728: [TF] Add DenseBincount support

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

[GitHub] [tvm] linyv opened a new issue, #12746: [Bug] problem about building hexagon_launcher

2022-09-09 Thread GitBox
linyv opened a new issue, #12746: URL: https://github.com/apache/tvm/issues/12746 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 discussion

[GitHub] [tvm] elvin-n commented on a diff in pull request #12545: [AutoTVM] Introducing multi_filter into ConfigSpace autotvm.

2022-09-09 Thread GitBox
elvin-n commented on code in PR #12545: URL: https://github.com/apache/tvm/pull/12545#discussion_r964733626 ## python/tvm/autotvm/task/space.py: ## @@ -822,6 +830,155 @@ def valid(self): """ return not bool(self.errors) +def is_index_filtered(self, i): +

[GitHub] [tvm] Mousius commented on issue #12743: [VOTE] Issue Triage Workflow RFC

2022-09-09 Thread GitBox
Mousius commented on issue #12743: URL: https://github.com/apache/tvm/issues/12743#issuecomment-1241615153 +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

[tvm] branch main updated (89ce171b86 -> 1c5ffc67ad)

2022-09-09 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 89ce171b86 [TIR, Schedule] Check consumer in-bound and covered in reverse_compute_inline (#12717) add 1c5ffc67ad [c

[GitHub] [tvm] leandron merged pull request #12744: [ci][docker] Use CMake 3.20.0 for cortexm

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

[GitHub] [tvm] juda commented on pull request #12318: [TVM PyTorch Integration] optimized_torch & as_torch how-to guide

2022-09-09 Thread GitBox
juda commented on PR #12318: URL: https://github.com/apache/tvm/pull/12318#issuecomment-1241582430 @masahi I finish another round of polishing. Could you please have a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and