[GitHub] [tvm] cyx-6 commented on a diff in pull request #12611: [TIR] Expose Memory Copy-Related PTX Builtins

2022-08-25 Thread GitBox
cyx-6 commented on code in PR #12611: URL: https://github.com/apache/tvm/pull/12611#discussion_r955679151 ## tests/python/unittest/test_tir_op_types.py: ## @@ -203,11 +229,15 @@ def test_tir_op_TVMBackendFreeWorkspace(): test_tir_op_type_annotation()

[GitHub] [tvm] Hzfengsy commented on a diff in pull request #12611: [TIR] Expose Memory Copy-Related PTX Builtins

2022-08-25 Thread GitBox
Hzfengsy commented on code in PR #12611: URL: https://github.com/apache/tvm/pull/12611#discussion_r955667518 ## tests/python/unittest/test_tir_op_types.py: ## @@ -203,11 +229,15 @@ def test_tir_op_TVMBackendFreeWorkspace(): test_tir_op_type_annotation()

[GitHub] [tvm] driazati opened a new pull request, #12612: [ci] Add bot to post welcome comment

2022-08-25 Thread GitBox
driazati opened a new pull request, #12612: URL: https://github.com/apache/tvm/pull/12612 This would post the comment that the tests bot and the docs comment bot uses straightaway when a PR is posted. This will contain links to generic info about posting PRs (and obviate the

[GitHub] [tvm] cyx-6 opened a new pull request, #12611: [TIR] Expose Memory Copy-Related PTX Builtins

2022-08-25 Thread GitBox
cyx-6 opened a new pull request, #12611: URL: https://github.com/apache/tvm/pull/12611 This PR exposes the following TIR operation in python: `ptx_ldmatrix`: tested

[GitHub] [tvm] junrushao commented on a diff in pull request #12450: [TIR][Schedule] enhance compute_at and reverse_compute_at primitive to choose possible position

2022-08-25 Thread GitBox
junrushao commented on code in PR #12450: URL: https://github.com/apache/tvm/pull/12450#discussion_r955645217 ## src/tir/schedule/primitive/compute_at.cc: ## @@ -585,10 +603,11 @@ void ComputeAtOrReverseComputeAtImpl(ScheduleState self, const StmtSRef& block_s

[GitHub] [tvm] junrushao commented on a diff in pull request #12450: [TIR][Schedule] enhance compute_at and reverse_compute_at primitive to choose possible position

2022-08-25 Thread GitBox
junrushao commented on code in PR #12450: URL: https://github.com/apache/tvm/pull/12450#discussion_r955645029 ## src/tir/schedule/primitive/compute_at.cc: ## @@ -159,8 +162,22 @@ int FindInsertionPoint( // Step 3. Check if there is at least one index of the position can be

[GitHub] [tvm] junrushao commented on a diff in pull request #12450: [TIR][Schedule] enhance compute_at and reverse_compute_at primitive to choose possible position

2022-08-25 Thread GitBox
junrushao commented on code in PR #12450: URL: https://github.com/apache/tvm/pull/12450#discussion_r955644837 ## src/tir/schedule/primitive.h: ## @@ -299,10 +299,12 @@ TVM_DLL StmtSRef ReIndex(ScheduleState self, const StmtSRef& block_sref, int buf * \param self The schedule

[GitHub] [tvm] junrushao commented on a diff in pull request #12450: [TIR][Schedule] enhance compute_at and reverse_compute_at primitive to choose possible position

2022-08-25 Thread GitBox
junrushao commented on code in PR #12450: URL: https://github.com/apache/tvm/pull/12450#discussion_r955644743 ## python/tvm/tir/schedule/schedule.py: ## @@ -1303,6 +1304,11 @@ def compute_at( preserve_unit_loops: bool Whether to keep the trivial loops

[GitHub] [tvm] Lunderberg opened a new pull request, #12610: [Refactor] Replace std::tie with structured bindings

2022-08-25 Thread GitBox
Lunderberg opened a new pull request, #12610: URL: https://github.com/apache/tvm/pull/12610 With C++17 enabled in https://github.com/apache/tvm/pull/12337, using structured bindings to replace cases where `std::tie` is used to define local variables. -- This is an automated message from

[GitHub] [tvm] wzh99 commented on pull request #12596: [TOPI][Bugfix] Make semantics of empty `axis` in `squeeze` consistent with Relay

2022-08-25 Thread GitBox
wzh99 commented on PR #12596: URL: https://github.com/apache/tvm/pull/12596#issuecomment-1227923546 @masahi I have pushed the commits, including the new test case and `llvm` target. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[tvm] branch ci-docker-staging updated: pull from tlcpack

2022-08-25 Thread masahi
142-fae79bbc3' ci_i386 = 'tlcpack/ci-i386:20220810-060142-fae79bbc3' ci_cortexm = 'tlcpack/ci-cortexm:20220810-060142-fae79bbc3' ci_arm = 'tlcpack/ci-arm:20220810-060142-fae79bbc3' -ci_hexagon = 'tlcpackstaging/ci_hexagon:20220825-145056-fb7cf97f' +ci_hexagon = 'tlcpack/ci-hexagon:20220825-145056-fb7cf

[GitHub] [tvm] masahi commented on pull request #12596: [TOPI][Bugfix] Make semantics of empty `axis` in `squeeze` consistent with Relay

2022-08-25 Thread GitBox
masahi commented on PR #12596: URL: https://github.com/apache/tvm/pull/12596#issuecomment-1227914137 hmm it's weird that `squeeze` is only tested on gpu targets: https://github.com/apache/tvm/pull/12596#L954 Can you add `llvm` there and replace `requires_gpu` with `uses_gpu`? --

[GitHub] [tvm] wzh99 commented on pull request #12596: [TOPI][Bugfix] Make semantics of empty `axis` in `squeeze` consistent with Relay

2022-08-25 Thread GitBox
wzh99 commented on PR #12596: URL: https://github.com/apache/tvm/pull/12596#issuecomment-1227911554 @masahi Of course. It seems that I should add the test here:

[GitHub] [tvm] Lunderberg commented on pull request #12607: [TIR] More hygenic TVM_SREF macros

2022-08-25 Thread GitBox
Lunderberg commented on PR #12607: URL: https://github.com/apache/tvm/pull/12607#issuecomment-1227887259 Cool, cool! I wasn't sure if there were other benefits to the macro that I had been missing, and wanted to be careful about breakage when tromping on a less familiar part of the

[tvm] branch nightly-docker-update updated (4d9cb4672a -> 198494c6dd)

2022-08-25 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 4d9cb4672a [ci][docker] Nightly Docker image update add 17989e8ab5 [microTVM] Fix `build`

[GitHub] [tvm] adstraw commented on a diff in pull request #12411: [Hexagon] Asynchronous DMA support

2022-08-25 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r955507870 ## tests/cpp-runtime/hexagon/ring_buffer_tests.cc: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[tvm] branch last-successful updated (5db38ba899 -> a9f7c32e42)

2022-08-25 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 5db38ba899 [COMMUNITY] @cconvey -> Reviewer (#12598) add a9f7c32e42 [skip ci][Community] Wuwei Lin ->

[tvm] branch last-successful updated (8d60b3cbbc -> 5db38ba899)

2022-08-25 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 8d60b3cbbc [Runtime] Change default alignment to 64 bytes. (#12586) add 5db38ba899 [COMMUNITY]

[GitHub] [tvm] driazati commented on a diff in pull request #12604: [ci] Add mechanism for trust on certain CI scripts

2022-08-25 Thread GitBox
driazati commented on code in PR #12604: URL: https://github.com/apache/tvm/pull/12604#discussion_r955494311 ## ci/jenkins/Jenkinsfile.j2: ## @@ -103,6 +103,19 @@ s3_prefix = "tvm-jenkins-artifacts-prod/tvm/${env.BRANCH_NAME}/${env.BUILD_NUMBE {% set aws_default_region =

[GitHub] [tvm] masahi commented on a diff in pull request #12587: [Hexagon] Initial support for meta schedule tuning

2022-08-25 Thread GitBox
masahi commented on code in PR #12587: URL: https://github.com/apache/tvm/pull/12587#discussion_r955493687 ## tests/python/contrib/test_hexagon/test_meta_schedule.py: ## @@ -0,0 +1,211 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a diff in pull request #12587: [Hexagon] Initial support for meta schedule tuning

2022-08-25 Thread GitBox
masahi commented on code in PR #12587: URL: https://github.com/apache/tvm/pull/12587#discussion_r955493687 ## tests/python/contrib/test_hexagon/test_meta_schedule.py: ## @@ -0,0 +1,211 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] adstraw commented on a diff in pull request #12411: [Hexagon] Asynchronous DMA support

2022-08-25 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r955489439 ## tests/cpp-runtime/hexagon/ring_buffer_tests.cc: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] adstraw commented on a diff in pull request #12411: [Hexagon] Asynchronous DMA support

2022-08-25 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r955488224 ## tests/cpp-runtime/hexagon/ring_buffer_tests.cc: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] driazati opened a new pull request, #12609: [ci] Move non-task CI scripts into ci/ folder

2022-08-25 Thread GitBox
driazati opened a new pull request, #12609: URL: https://github.com/apache/tvm/pull/12609 This separates the CI scripts that run tasks (generally in Docker) from those that are used in GitHub Actions jobs and in Jenkins outside of Docker. -- This is an automated message from

[GitHub] [tvm] mehrdadh opened a new issue, #12608: [CI Problem] [docker] Pip package installation in cortexm image

2022-08-25 Thread GitBox
mehrdadh opened a new issue, #12608: URL: https://github.com/apache/tvm/issues/12608 Using any other docker image we can easily install extra packages by running a command: `sudo pip3 install XX` and then it would be available in the python environment. However, in Cortexm image

[GitHub] [tvm] driazati commented on a diff in pull request #12604: [ci] Add mechanism for trust on certain CI scripts

2022-08-25 Thread GitBox
driazati commented on code in PR #12604: URL: https://github.com/apache/tvm/pull/12604#discussion_r955480913 ## ci/jenkins/Jenkinsfile.j2: ## @@ -103,6 +103,19 @@ s3_prefix = "tvm-jenkins-artifacts-prod/tvm/${env.BRANCH_NAME}/${env.BUILD_NUMBE {% set aws_default_region =

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12587: [Hexagon] Initial support for meta schedule tuning

2022-08-25 Thread GitBox
kparzysz-quic commented on code in PR #12587: URL: https://github.com/apache/tvm/pull/12587#discussion_r955475138 ## tests/python/contrib/test_hexagon/test_meta_schedule.py: ## @@ -0,0 +1,211 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[tvm] branch last-successful updated (01fcdfcf5f -> 8d60b3cbbc)

2022-08-25 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 01fcdfcf5f [ci] Default to n=2 for test parallelism (#12414) add 8d60b3cbbc [Runtime] Change default

[GitHub] [tvm] junrushao commented on pull request #12607: [TIR] More hygenic TVM_SREF macros

2022-08-25 Thread GitBox
junrushao commented on PR #12607: URL: https://github.com/apache/tvm/pull/12607#issuecomment-1227822499 The only reason that I didn't do so previously was being a bit afraid that the lambda cannot be inlined...CC: @tqchen -- This is an automated message from the Apache Git Service. To

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

2022-08-25 Thread GitBox
areusch commented on code in PR #12525: URL: https://github.com/apache/tvm/pull/12525#discussion_r955464791 ## python/tvm/driver/tvmc/autotuner.py: ## @@ -453,7 +518,37 @@ def tune_model( hardware_params=hardware_params,

[GitHub] [tvm] areusch commented on a diff in pull request #12604: [ci] Add mechanism for trust on certain CI scripts

2022-08-25 Thread GitBox
areusch commented on code in PR #12604: URL: https://github.com/apache/tvm/pull/12604#discussion_r955463717 ## ci/jenkins/Jenkinsfile.j2: ## @@ -103,6 +103,19 @@ s3_prefix = "tvm-jenkins-artifacts-prod/tvm/${env.BRANCH_NAME}/${env.BUILD_NUMBE {% set aws_default_region =

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

2022-08-25 Thread GitBox
PhilippvK commented on code in PR #12525: URL: https://github.com/apache/tvm/pull/12525#discussion_r955459257 ## python/tvm/driver/tvmc/autotuner.py: ## @@ -453,7 +518,37 @@ def tune_model( hardware_params=hardware_params,

[GitHub] [tvm] areusch commented on issue #12529: [Bug][CI] integration tests not currently running in ci_gpu image

2022-08-25 Thread GitBox
areusch commented on issue #12529: URL: https://github.com/apache/tvm/issues/12529#issuecomment-1227802187 @gigiblender is it possible to leverage https://github.com/apache/tvm/pull/12436 to add another GH [check](https://docs.github.com/en/rest/checks) to assert we aren't skipping a

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

2022-08-25 Thread GitBox
areusch commented on code in PR #12525: URL: https://github.com/apache/tvm/pull/12525#discussion_r955439427 ## python/tvm/driver/tvmc/autotuner.py: ## @@ -453,7 +518,37 @@ def tune_model( hardware_params=hardware_params,

[GitHub] [tvm] areusch commented on a diff in pull request #12389: [ci] Check for timestamps in Jenkinsfile changes

2022-08-25 Thread GitBox
areusch commented on code in PR #12389: URL: https://github.com/apache/tvm/pull/12389#discussion_r955436101 ## tests/python/ci/test_ci.py: ## @@ -1100,5 +1101,72 @@ def test_should_rebuild_docker(tmpdir_factory, changed_files, name, check, expec assert proc.returncode ==

[GitHub] [tvm] areusch commented on a diff in pull request #12389: [ci] Check for timestamps in Jenkinsfile changes

2022-08-25 Thread GitBox
areusch commented on code in PR #12389: URL: https://github.com/apache/tvm/pull/12389#discussion_r955435903 ## tests/python/ci/test_ci.py: ## @@ -1100,5 +1101,72 @@ def test_should_rebuild_docker(tmpdir_factory, changed_files, name, check, expec assert proc.returncode ==

[GitHub] [tvm] junrushao commented on pull request #12607: [TIR] More hygenic TVM_SREF macros

2022-08-25 Thread GitBox
junrushao commented on PR #12607: URL: https://github.com/apache/tvm/pull/12607#issuecomment-122061 I think it's a perfect solution actually :-) -- 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

[GitHub] [tvm] Lunderberg commented on pull request #12607: [TIR] More hygenic TVM_SREF macros

2022-08-25 Thread GitBox
Lunderberg commented on PR #12607: URL: https://github.com/apache/tvm/pull/12607#issuecomment-1227775931 This is currently opened as a draft PR, to see if there are breakages that weren't caught, and whether there should be a rollover from the output-parameter version to the new version.

[GitHub] [tvm] Lunderberg opened a new pull request, #12607: [TIR] More hygenic TVM_SREF macros

2022-08-25 Thread GitBox
Lunderberg opened a new pull request, #12607: URL: https://github.com/apache/tvm/pull/12607 Previously, the `TVM_SREF_TO_BLOCK`, `TVM_SREF_TO_FOR`, and`TVM_TYPE_AS` macros required both the input and output variables. The input variable name is useful for improving the error message

[tvm] branch main updated: [skip ci][Community] Wuwei Lin -> PMC (#12605)

2022-08-25 Thread xiyou
This is an automated email from the ASF dual-hosted git repository. xiyou 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 a9f7c32e42 [skip ci][Community] Wuwei Lin -> PMC

[GitHub] [tvm] zxybazh merged pull request #12605: [skip ci][Community] Wuwei Lin -> PMC

2022-08-25 Thread GitBox
zxybazh merged PR #12605: URL: https://github.com/apache/tvm/pull/12605 -- 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 commented on pull request #12586: [Runtime] Change default alignment to 64 bytes.

2022-08-25 Thread GitBox
areusch commented on PR #12586: URL: https://github.com/apache/tvm/pull/12586#issuecomment-1227772802 cc @kparzysz-quic -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] github-actions[bot] commented on pull request #12604: [ci] Add mechanism for trust on certain CI scripts

2022-08-25 Thread GitBox
github-actions[bot] commented on PR #12604: URL: https://github.com/apache/tvm/pull/12604#issuecomment-1227766728 Built docs for commit cf114ce84b94d684e5a7c238dcc672b7dd326102 can be found [here](https://pr-docs.tlcpack.ai/PR-12604/7/docs/index.html). -- This is an automated

[tvm] 01/01: testing new hexagon image

2022-08-25 Thread masahi
/ci-arm:20220810-060142-fae79bbc3' -ci_hexagon = 'tlcpack/ci-hexagon:20220810-060142-fae79bbc3' +ci_hexagon = 'tlcpackstaging/ci_hexagon:20220825-145056-fb7cf97f' ci_riscv = 'tlcpack/ci-riscv:20220810-060142-fae79bbc3' // <--- End of regex-scanned config. diff --git a/ci/jenkins/Jenkinsfile.j

[tvm] branch ci-docker-staging updated (491738649a -> f4f550f0cc)

2022-08-25 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git discard 491738649a [CI] Set test python.contrib.test_onnx.test_resize as xfail discard 228dfa9f6b [CI] Update Docker

[GitHub] [tvm] trahman-quic opened a new pull request, #12606: [TOPI][Hexagon] Implement quantized elementwise for hexagon

2022-08-25 Thread GitBox
trahman-quic opened a new pull request, #12606: URL: https://github.com/apache/tvm/pull/12606 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

[GitHub] [tvm] mbrookhart commented on a diff in pull request #12580: [SimplifyExpr] Add simplify for dq->arg funcs

2022-08-25 Thread GitBox
mbrookhart commented on code in PR #12580: URL: https://github.com/apache/tvm/pull/12580#discussion_r955412823 ## src/relay/transforms/simplify_expr.cc: ## @@ -708,6 +708,50 @@ class SimplifyRSqrt : public DFPatternRewrite { DFPattern numerator_; }; +class

[GitHub] [tvm] csullivan commented on a diff in pull request #12587: [Hexagon] Initial support for meta schedule tuning

2022-08-25 Thread GitBox
csullivan commented on code in PR #12587: URL: https://github.com/apache/tvm/pull/12587#discussion_r955391842 ## tests/python/contrib/test_hexagon/test_meta_schedule.py: ## @@ -0,0 +1,211 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on pull request #12596: [TOPI][Bugfix] Make semantics of empty `axis` in `squeeze` consistent with Relay

2022-08-25 Thread GitBox
masahi commented on PR #12596: URL: https://github.com/apache/tvm/pull/12596#issuecomment-1227735100 Can you add a test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #12580: [SimplifyExpr] Add simplify for dq->arg funcs

2022-08-25 Thread GitBox
AndrewZhaoLuo commented on code in PR #12580: URL: https://github.com/apache/tvm/pull/12580#discussion_r955387959 ## src/relay/transforms/simplify_expr.cc: ## @@ -708,6 +708,50 @@ class SimplifyRSqrt : public DFPatternRewrite { DFPattern numerator_; }; +class

[tvm] branch last-successful updated (21db1eb586 -> 01fcdfcf5f)

2022-08-25 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 21db1eb586 [F2QI] Fix a rounding error on AvgPool when input and output affine scales differ (#12577)

[GitHub] [tvm] driazati commented on issue #12600: [CI Problem] failed docs push to https://github.com/apache/tvm-site.git

2022-08-25 Thread GitBox
driazati commented on issue #12600: URL: https://github.com/apache/tvm/issues/12600#issuecomment-1227722621 This usually happens since there is a merge race to update the docs between two commits. The best way to fix would be to check the hash in this file and: * if it's newer: give up

[GitHub] [tvm] mehrdadh commented on pull request #12598: [COMMUNITY] @cconvey -> Reviewer

2022-08-25 Thread GitBox
mehrdadh commented on PR #12598: URL: https://github.com/apache/tvm/pull/12598#issuecomment-1227721944 congrats @cconvey! -- 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.

[tvm] branch main updated: [COMMUNITY] @cconvey -> Reviewer (#12598)

2022-08-25 Thread jwfromm
This is an automated email from the ASF dual-hosted git repository. jwfromm 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 5db38ba899 [COMMUNITY] @cconvey -> Reviewer (#12598)

[GitHub] [tvm] jwfromm merged pull request #12598: [COMMUNITY] @cconvey -> Reviewer

2022-08-25 Thread GitBox
jwfromm merged PR #12598: URL: https://github.com/apache/tvm/pull/12598 -- 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] jwfromm commented on pull request #12605: [skip ci][Community] Wuwei Lin -> PMC

2022-08-25 Thread GitBox
jwfromm commented on PR #12605: URL: https://github.com/apache/tvm/pull/12605#issuecomment-1227706865 Congrats Wuwei! Very well deserved. -- 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

[tvm] branch main updated (01fcdfcf5f -> 8d60b3cbbc)

2022-08-25 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 01fcdfcf5f [ci] Default to n=2 for test parallelism (#12414) add 8d60b3cbbc [Runtime] Change default alignment to 64

[GitHub] [tvm] vinx13 merged pull request #12586: [Runtime] Change default alignment to 64 bytes.

2022-08-25 Thread GitBox
vinx13 merged PR #12586: URL: https://github.com/apache/tvm/pull/12586 -- 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] jwfromm commented on pull request #12586: [Runtime] Change default alignment to 64 bytes.

2022-08-25 Thread GitBox
jwfromm commented on PR #12586: URL: https://github.com/apache/tvm/pull/12586#issuecomment-1227703200 @vinx13 I think this should be ready to go. Can you give it another look over to make sure everything is in order? -- This is an automated message from the Apache Git Service. To respond

[tvm] branch last-successful updated (f7c143608f -> 21db1eb586)

2022-08-25 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 f7c143608f [ETHOSN] Support conversion of add to depthwise (#12531) add 21db1eb586 [F2QI] Fix a

[tvm] branch last-successful updated (399f2e9b70 -> f7c143608f)

2022-08-25 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 399f2e9b70 [microNPU] Remove xfail from tests relating to #12511 (#12570) add f7c143608f [ETHOSN]

[GitHub] [tvm] shingjan commented on pull request #12598: [COMMUNITY] @cconvey -> Reviewer

2022-08-25 Thread GitBox
shingjan commented on PR #12598: URL: https://github.com/apache/tvm/pull/12598#issuecomment-1227665257 congrats ! @cconvey -- 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.

[tvm] branch last-successful updated (b547106fde -> 399f2e9b70)

2022-08-25 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 b547106fde [CI] github_cc_reviewers: Catch all exceptions so all reviewers can be processed (#12578)

[GitHub] [tvm-rfcs] manupak commented on pull request #88: [RFC] Add Commit Message Guideline

2022-08-25 Thread GitBox
manupak commented on PR #88: URL: https://github.com/apache/tvm-rfcs/pull/88#issuecomment-1227649858 Ah ok, just noticing that it was missing in the RFC header -- 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] yzhliu opened a new pull request, #12605: [skip ci][Community] Wuwei Lin -> PMC

2022-08-25 Thread GitBox
yzhliu opened a new pull request, #12605: URL: https://github.com/apache/tvm/pull/12605 Dear community: Please join us to welcome Wuwei Lin (@vinx13) as a new PMC member. Wuwei has been actively leading and contributing to the design and implementation of several components of

[tvm] branch last-successful updated (fb7cf97fbc -> b547106fde)

2022-08-25 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 fb7cf97fbc [CI] Install xgboost in Hexagon image (#12592) add cc19cdd711 [microTVM][Zephyr] Add

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

2022-08-25 Thread GitBox
mbaret commented on code in PR #12550: URL: https://github.com/apache/tvm/pull/12550#discussion_r955292678 ## src/relay/backend/aot/aot_lower_main.cc: ## @@ -0,0 +1,869 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

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

2022-08-25 Thread GitBox
areusch commented on code in PR #12550: URL: https://github.com/apache/tvm/pull/12550#discussion_r954334175 ## src/relay/backend/aot/aot_lower_main.cc: ## @@ -0,0 +1,869 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

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

2022-08-25 Thread GitBox
areusch commented on PR #12550: URL: https://github.com/apache/tvm/pull/12550#issuecomment-1227617729 >>I think it is reachable because we can always construct a test case with a function marked kPrimitive for AOTMainLowerer. If that's the primary concern here I'll happily add in such a

[GitHub] [tvm-rfcs] leandron commented on pull request #88: [RFC] Add Commit Message Guideline

2022-08-25 Thread GitBox
leandron commented on PR #88: URL: https://github.com/apache/tvm-rfcs/pull/88#issuecomment-1227607913 > @leandron @gromero > Just a final remark : dont we need a tracking issue to track actual landing of the PR that adds pull_request.rst to docs ? We do, I think we can create that

[GitHub] [tvm] driazati opened a new pull request, #12604: [ci] Add mechanism for trust on certain CI scripts

2022-08-25 Thread GitBox
driazati opened a new pull request, #12604: URL: https://github.com/apache/tvm/pull/12604 This makes it so changes to certain files from users not listed in `CONTRIBUTING.md` are not tested in CI. This is necessary since these scripts run on the baremetal EC2 instances and not inside

[GitHub] [tvm-rfcs] manupak commented on pull request #88: [RFC] Add Commit Message Guideline

2022-08-25 Thread GitBox
manupak commented on PR #88: URL: https://github.com/apache/tvm-rfcs/pull/88#issuecomment-1227600044 Just a final remark : dont we need a tracking issue to track actual landing of the PR that adds pull_request.rst to docs ? -- This is an automated message from the Apache Git Service. To

[GitHub] [tvm] manupak commented on issue #12583: [VOTE] Commit Messages RFC

2022-08-25 Thread GitBox
manupak commented on issue #12583: URL: https://github.com/apache/tvm/issues/12583#issuecomment-1227595594 +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

[GitHub] [tvm] adstraw commented on a diff in pull request #12411: [Hexagon] Asynchronous DMA support

2022-08-25 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r955269061 ## tests/cpp-runtime/hexagon/ring_buffer_tests.cc: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] adstraw commented on a diff in pull request #12411: [Hexagon] Asynchronous DMA support

2022-08-25 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r955267553 ## tests/cpp-runtime/hexagon/ring_buffer_tests.cc: ## @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[tvm] branch main updated (bb00a15c26 -> 01fcdfcf5f)

2022-08-25 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 bb00a15c26 [CUDA][CodeGen] Fix cuda codegen's fp16 inf literal (#12581) add 01fcdfcf5f [ci] Default to n=2 for test

[GitHub] [tvm] areusch merged pull request #12414: [ci] Default to n=2 for test parallelism

2022-08-25 Thread GitBox
areusch merged PR #12414: URL: https://github.com/apache/tvm/pull/12414 -- 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 (21db1eb586 -> bb00a15c26)

2022-08-25 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 21db1eb586 [F2QI] Fix a rounding error on AvgPool when input and output affine scales differ (#12577) add bb00a15c26

[GitHub] [tvm] vinx13 merged pull request #12581: [CUDA][CodeGen] Fix cuda codegen's fp16 inf literal

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

[GitHub] [tvm] vinx13 closed issue #12566: [Bug] [TIR] float infinity not supported in TIR with CUDA target

2022-08-25 Thread GitBox
vinx13 closed issue #12566: [Bug] [TIR] float infinity not supported in TIR with CUDA target URL: https://github.com/apache/tvm/issues/12566 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [tvm] yelite opened a new pull request, #12603: [TVMScript] TIR Printer: Assert and Concise Scoping

2022-08-25 Thread GitBox
yelite opened a new pull request, #12603: URL: https://github.com/apache/tvm/pull/12603 This PR: - Adds TIR assert printing - Adds helpers for stmt body printing and concise scoping This PR is in draft state because it's branched off from a pending PR #12582 Tracking

[GitHub] [tvm] jwfromm commented on pull request #12598: [COMMUNITY] @cconvey -> Reviewer

2022-08-25 Thread GitBox
jwfromm commented on PR #12598: URL: https://github.com/apache/tvm/pull/12598#issuecomment-1227538984 Congrats @cconvey! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] AndrewZhaoLuo commented on issue #12583: [VOTE] Commit Messages RFC

2022-08-25 Thread GitBox
AndrewZhaoLuo commented on issue #12583: URL: https://github.com/apache/tvm/issues/12583#issuecomment-1227510921 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #12580: [SimplifyExpr] Add simplify for dq->arg funcs

2022-08-25 Thread GitBox
AndrewZhaoLuo commented on code in PR #12580: URL: https://github.com/apache/tvm/pull/12580#discussion_r955194434 ## src/relay/transforms/simplify_expr.cc: ## @@ -708,6 +708,44 @@ class SimplifyRSqrt : public DFPatternRewrite { DFPattern numerator_; }; +class

[GitHub] [tvm] AndrewZhaoLuo merged pull request #12577: [F2QI] Fix a rounding error on AvgPool when input and output affine scales differ

2022-08-25 Thread GitBox
AndrewZhaoLuo merged PR #12577: URL: https://github.com/apache/tvm/pull/12577 -- 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 (f7c143608f -> 21db1eb586)

2022-08-25 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 f7c143608f [ETHOSN] Support conversion of add to depthwise (#12531) add 21db1eb586 [F2QI] Fix a rounding error

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #12555: [frontend][onnx]fix pad constant value is none

2022-08-25 Thread GitBox
AndrewZhaoLuo commented on PR #12555: URL: https://github.com/apache/tvm/pull/12555#issuecomment-1227491549 > Dose this PR need to be reviewed again? @AndrewZhaoLuo @leandron Yeah I'll leave it to Leandron B) -- This is an automated message from the Apache Git Service. To respond

[tvm] branch main updated (399f2e9b70 -> f7c143608f)

2022-08-25 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 399f2e9b70 [microNPU] Remove xfail from tests relating to #12511 (#12570) add f7c143608f [ETHOSN] Support

[GitHub] [tvm] leandron merged pull request #12531: [ETHOSN] Support conversion of add to depthwise

2022-08-25 Thread GitBox
leandron merged PR #12531: URL: https://github.com/apache/tvm/pull/12531 -- 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] lhutton1 commented on a diff in pull request #12594: [ETHOSN] Improve inferring new shape of the Reshape operator

2022-08-25 Thread GitBox
lhutton1 commented on code in PR #12594: URL: https://github.com/apache/tvm/pull/12594#discussion_r955177020 ## src/relay/backend/contrib/ethosn/ethosn_api.cc: ## @@ -305,10 +304,15 @@ EthosnError EthosnAPI::Reshape(const Expr& expr, ReshapeParams* params) { tensor_size

[tvm] branch last-successful updated (40bdea8d7a -> fb7cf97fbc)

2022-08-25 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 40bdea8d7a [PyTorch] Add aten::new_empty (#12591) add fb7cf97fbc [CI] Install xgboost in Hexagon image

[GitHub] [tvm] leandron commented on a diff in pull request #12555: [frontend][onnx]fix pad constant value is none

2022-08-25 Thread GitBox
leandron commented on code in PR #12555: URL: https://github.com/apache/tvm/pull/12555#discussion_r955147503 ## tests/python/frontend/onnx/test_forward.py: ## @@ -2027,6 +2027,7 @@ def verify_pad_v11(indata, pads, mode="constant", value=0.0):

[tvm] branch main updated: [microNPU] Remove xfail from tests relating to #12511 (#12570)

2022-08-25 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron 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 399f2e9b70 [microNPU] Remove xfail from tests

[GitHub] [tvm] leandron commented on pull request #12570: [microNPU] Remove xfail from tests relating to #12511

2022-08-25 Thread GitBox
leandron commented on PR #12570: URL: https://github.com/apache/tvm/pull/12570#issuecomment-1227455401 Merging this now. Thanks @lhutton1 again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tvm] leandron merged pull request #12570: [microNPU] Remove xfail from tests relating to #12511

2022-08-25 Thread GitBox
leandron merged PR #12570: URL: https://github.com/apache/tvm/pull/12570 -- 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] driazati commented on issue #12602: [CI Problem] [Checks API] No suitable checks publisher found.

2022-08-25 Thread GitBox
driazati commented on issue #12602: URL: https://github.com/apache/tvm/issues/12602#issuecomment-1227453219 actual failure is in the tests, duplicate of #12311 -- 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] driazati closed issue #12602: [CI Problem] [Checks API] No suitable checks publisher found.

2022-08-25 Thread GitBox
driazati closed issue #12602: [CI Problem] [Checks API] No suitable checks publisher found. URL: https://github.com/apache/tvm/issues/12602 -- 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

[tvm] branch main updated (61c034ae27 -> b547106fde)

2022-08-25 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 61c034ae27 [DOC] fix code-block error in debuggging TVM part (#12597) add b547106fde [CI] github_cc_reviewers:

[GitHub] [tvm] driazati merged pull request #12578: [CI] github_cc_reviewers: Catch all exceptions so all reviewers can be processed

2022-08-25 Thread GitBox
driazati merged PR #12578: URL: https://github.com/apache/tvm/pull/12578 -- 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 (56b7c8ae96 -> 61c034ae27)

2022-08-25 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 56b7c8ae96 [CI] Assert some unittests are not skipped in CI (#12436) add 61c034ae27 [DOC] fix code-block error in

  1   2   >