[GitHub] [tvm] ganler commented on a diff in pull request #12507: [TIR][Schedule][UX] Beautify TIR Trace Printing

2022-08-19 Thread GitBox
ganler commented on code in PR #12507: URL: https://github.com/apache/tvm/pull/12507#discussion_r950643008 ## src/tir/schedule/trace.cc: ## @@ -476,6 +476,8 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable) .set_dispatch([](const ObjectRef& obj, ReprPrinter* p) { const

[GitHub] [tvm] blackkker commented on pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

2022-08-19 Thread GitBox
blackkker commented on PR #12497: URL: https://github.com/apache/tvm/pull/12497#issuecomment-1221231398 Can't remember how many times the CI / Windows (pull_request) process has been rerun(failed at CI / Windows:Conda), is this my problem? -- This is an automated message from the Apache

[GitHub] [tvm] ganler commented on a diff in pull request #12507: [TIR][Schedule][UX] Beautify TIR Trace Printing

2022-08-19 Thread GitBox
ganler commented on code in PR #12507: URL: https://github.com/apache/tvm/pull/12507#discussion_r950643008 ## src/tir/schedule/trace.cc: ## @@ -476,6 +476,8 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable) .set_dispatch([](const ObjectRef& obj, ReprPrinter* p) { const

[tvm] branch last-successful updated (9d6039b879 -> bdcfa01eae)

2022-08-19 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 9d6039b879 fix group_conv3d caculate error (#12500) add bdcfa01eae [Fix] Fix some typos (#11503) No

[tvm] branch last-successful updated (c0d440d7a4 -> 9d6039b879)

2022-08-19 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 c0d440d7a4 Fix test_autotune to support schedules with no tuning space (#12484) add 8b3401ce6b

[GitHub] [tvm] github-actions[bot] commented on pull request #12508: [ci] xfail failing ethosu codegen tests

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

[GitHub] [tvm] junrushao commented on pull request #12513: [MetaSchedule] Implement ScheduleFn as a C++ class

2022-08-19 Thread GitBox
junrushao commented on PR #12513: URL: https://github.com/apache/tvm/pull/12513#issuecomment-1221204384 CC: @zxybazh @MasterJH5574 @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

[GitHub] [tvm] junrushao opened a new pull request, #12513: [MetaSchedule] Implement ScheduleFn as a C++ class

2022-08-19 Thread GitBox
junrushao opened a new pull request, #12513: URL: https://github.com/apache/tvm/pull/12513 This PR implements the existing python-based ScheduleFn in C++ for broader usecases, for example, multi-threaded search with customized schedule function. -- This is an automated message from

[GitHub] [tvm] blackkker closed pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

2022-08-19 Thread GitBox
blackkker closed pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform. URL: https://github.com/apache/tvm/pull/12497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] mkatanbaf opened a new pull request, #12512: [bug fix] fix split filter in conv2d to avoid empty search space

2022-08-19 Thread GitBox
mkatanbaf opened a new pull request, #12512: URL: https://github.com/apache/tvm/pull/12512 The defined filter on the ci slit in conv2d_nhwc with HWOI kernel layout filters out all factors if the in_channels is not divisible by 4, and this would cause a compilation error. The proposed fix

[GitHub] [tvm] shingjan commented on issue #12465: [Flaky Test] `cython.py::tests.python.frontend.darknet.test_forward`

2022-08-19 Thread GitBox
shingjan commented on issue #12465: URL: https://github.com/apache/tvm/issues/12465#issuecomment-1221195441 this should be fixed by https://github.com/apache/tvm/pull/12510 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] shingjan opened a new issue, #12511: [Flaky Test] `tests/python/contrib/test_ethosu/test_codegen.py::test_binary_add_with_non_4d_shapes[ifm_shape0-ifm2_shape0-ethos-u55-32]`, `tests/pyt

2022-08-19 Thread GitBox
shingjan opened a new issue, #12511: URL: https://github.com/apache/tvm/issues/12511 These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). See [the

[GitHub] [tvm] shingjan commented on issue #12464: [Flaky Test] `tests/python/frontend/caffe/test_forward.py::test_forward_Alexnet`, `tests/python/frontend/caffe/test_forward.py::test_forward_Inceptio

2022-08-19 Thread GitBox
shingjan commented on issue #12464: URL: https://github.com/apache/tvm/issues/12464#issuecomment-1221191090 This should be fixed by #12510 -- 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] shingjan opened a new pull request, #12510: [CI] Add alexnet and googlenet caffe model to request hook

2022-08-19 Thread GitBox
shingjan opened a new pull request, #12510: URL: https://github.com/apache/tvm/pull/12510 This PR intends to move the alexnet and googlenet caffe models from the old link to s3, therefore getting rid of the flakiness in `caffe/test_forward.py` introduced by external url timeouts.

[GitHub] [tvm] kparzysz-quic opened a new pull request, #12509: [Draft][Target] Add Target::GetDeviceType, replace direct accesses to…

2022-08-19 Thread GitBox
kparzysz-quic opened a new pull request, #12509: URL: https://github.com/apache/tvm/pull/12509 … device_type Still missing: Target -> string -- 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] branch nightly-docker-update updated (72e7438a74 -> 5cf1a924c6)

2022-08-19 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 omit 72e7438a74 [ci][docker] Nightly Docker image update add 5d17e2409b [COMMUNITY] MichaelJKlaiber

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12504: [Hexagon] Add support to run on multiple devices

2022-08-19 Thread GitBox
kparzysz-quic commented on code in PR #12504: URL: https://github.com/apache/tvm/pull/12504#discussion_r950614799 ## python/tvm/contrib/hexagon/pytest_plugin.py: ## @@ -56,14 +56,19 @@ def _compose(args, decs): requires_hexagon_toolchain =

[tvm] branch main updated (bdcfa01eae -> c83ee08c10)

2022-08-19 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 bdcfa01eae [Fix] Fix some typos (#11503) add c83ee08c10 fix pytest (#12483) No new revisions were added by this

[GitHub] [tvm] areusch merged pull request #12483: [micro] Fix pytest fixture

2022-08-19 Thread GitBox
areusch merged PR #12483: URL: https://github.com/apache/tvm/pull/12483 -- 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 pull request #11503: [Fix] Fix some typos.

2022-08-19 Thread GitBox
driazati commented on PR #11503: URL: https://github.com/apache/tvm/pull/11503#issuecomment-1221168971 merged! thanks for your patience @Yulv-git -- 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

[tvm] branch main updated (9d6039b879 -> bdcfa01eae)

2022-08-19 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 9d6039b879 fix group_conv3d caculate error (#12500) add bdcfa01eae [Fix] Fix some typos (#11503) No new revisions

[GitHub] [tvm] driazati merged pull request #11503: [Fix] Fix some typos.

2022-08-19 Thread GitBox
driazati merged PR #11503: URL: https://github.com/apache/tvm/pull/11503 -- 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 (41be1b4533 -> 9d6039b879)

2022-08-19 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 41be1b4533 [TOPI]fix scatterND large shape problem (#12200) add 9d6039b879 fix group_conv3d caculate error (#12500)

[GitHub] [tvm] masahi merged pull request #12500: [onnx][topi]fix group_conv3d caculate error

2022-08-19 Thread GitBox
masahi merged PR #12500: URL: https://github.com/apache/tvm/pull/12500 -- 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 (8b3401ce6b -> 41be1b4533)

2022-08-19 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 8b3401ce6b [microTVM] Add config space to dense_dsp schedule (#12444) add 41be1b4533 [TOPI]fix scatterND large shape

[GitHub] [tvm] masahi merged pull request #12200: [TOPI]fix scatterND large shape problem

2022-08-19 Thread GitBox
masahi merged PR #12200: URL: https://github.com/apache/tvm/pull/12200 -- 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 #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

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

[GitHub] [tvm] driazati opened a new pull request, #12508: [ci] xfail failing ethosu codegen tests

2022-08-19 Thread GitBox
driazati opened a new pull request, #12508: URL: https://github.com/apache/tvm/pull/12508 This adds a testing utility so we can mark parameter combinations as xfail without having to manually match each parameter from the name into the code. The param strings here come directly from CI

[GitHub] [tvm] areusch merged pull request #12444: [microTVM] Add config space to dense_dsp schedule

2022-08-19 Thread GitBox
areusch merged PR #12444: URL: https://github.com/apache/tvm/pull/12444 -- 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 (c0d440d7a4 -> 8b3401ce6b)

2022-08-19 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 c0d440d7a4 Fix test_autotune to support schedules with no tuning space (#12484) add 8b3401ce6b [microTVM] Add

[GitHub] [tvm] areusch commented on pull request #12444: [microTVM] Add config space to dense_dsp schedule

2022-08-19 Thread GitBox
areusch commented on PR #12444: URL: https://github.com/apache/tvm/pull/12444#issuecomment-1221142266 thanks @mehrdadh ! -- 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] driazati closed pull request #12391: [ci] Re-blanace shards

2022-08-19 Thread GitBox
driazati closed pull request #12391: [ci] Re-blanace shards URL: https://github.com/apache/tvm/pull/12391 -- 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 last-successful updated (5d17e2409b -> c0d440d7a4)

2022-08-19 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 5d17e2409b [COMMUNITY] MichaelJKlaiber -> reviewer (#12501) add c0d440d7a4 Fix test_autotune to

[GitHub] [tvm] junrushao commented on pull request #12507: [TIR][Schedule][UX] Beautify TIR Trace Printing

2022-08-19 Thread GitBox
junrushao commented on PR #12507: URL: https://github.com/apache/tvm/pull/12507#issuecomment-1221128811 CC: @ganler @tqchen @Hzfengsy -- 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] junrushao opened a new pull request, #12507: [TIR][Schedule][UX] Beautify TIR Trace Printing

2022-08-19 Thread GitBox
junrushao opened a new pull request, #12507: URL: https://github.com/apache/tvm/pull/12507 Following https://github.com/apache/tvm/pull/12197, this PR introduces `Schedue.show()` which convenience the user experience in the following two aspects: - Python syntax highlighting -

[tvm] branch last-successful updated (72b0f5ee34 -> 5d17e2409b)

2022-08-19 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 72b0f5ee34 [ci][tvmbot] Search more users when checking usernames (#12491) add 5d17e2409b [COMMUNITY]

[GitHub] [tvm-rfcs] comaniac commented on pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
comaniac commented on PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#issuecomment-1221091408 Thanks fo the RFC. Although I didn't involve the actual Relax development, I've been attended the weekly open design review meeting for a while and I'm glad that I could share our

[GitHub] [tvm] yelite opened a new pull request, #12506: [TVMScript] TIR Printer: Buffer

2022-08-19 Thread GitBox
yelite opened a new pull request, #12506: URL: https://github.com/apache/tvm/pull/12506 This PR: - Adds printing function for Buffer in TIR This PR is in draft state because it's branched off from a pending PR #12492 Tracking issue:

[GitHub] [tvm] vinx13 commented on a diff in pull request #12505: [TIR][Schedule] Support for specific consumer block targeting in cache_read

2022-08-19 Thread GitBox
vinx13 commented on code in PR #12505: URL: https://github.com/apache/tvm/pull/12505#discussion_r950520445 ## python/tvm/tir/schedule/schedule.py: ## @@ -1031,6 +1035,10 @@ def cache_read( storage_scope: str The target storage scope. +

[GitHub] [tvm] jwfromm commented on pull request #12505: [TIR][Schedule] Support for specific consumer block targeting in cache_read

2022-08-19 Thread GitBox
jwfromm commented on PR #12505: URL: https://github.com/apache/tvm/pull/12505#issuecomment-1221044201 @vinx13, @tkonolige, @Hzfengsy can you guys give this PR a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tvm] jwfromm opened a new pull request, #12505: [TIR]{Schedule] Support for specific consumer block targeting in cache_read

2022-08-19 Thread GitBox
jwfromm opened a new pull request, #12505: URL: https://github.com/apache/tvm/pull/12505 Currently in tir, using `cache_read` will rewrite all consumer blocks of the specified buffer in the current scope. However, there may be cases where we want to apply that transformation only to a

[GitHub] [tvm] cconvey commented on pull request #12204: [Hexagon] Add Hand written HVX conv2d

2022-08-19 Thread GitBox
cconvey commented on PR #12204: URL: https://github.com/apache/tvm/pull/12204#issuecomment-1221040317 FYI, due to work schedules, @csullivan will follow up with any issues / suggestions I raised in my reviews. I'm happy to for this to be merged once @csullivan Approves. -- This is an

[tvm] branch main updated (5d17e2409b -> c0d440d7a4)

2022-08-19 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 5d17e2409b [COMMUNITY] MichaelJKlaiber -> reviewer (#12501) add c0d440d7a4 Fix test_autotune to support schedules

[GitHub] [tvm] mehrdadh merged pull request #12484: [microTVM] Fix test_autotune to support schedules with no tuning space

2022-08-19 Thread GitBox
mehrdadh merged PR #12484: URL: https://github.com/apache/tvm/pull/12484 -- 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] jverma-quic commented on pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on PR #12340: URL: https://github.com/apache/tvm/pull/12340#issuecomment-1221037920 > Thanks @jverma-quic , the PR is looking really good. I left one small suggestion, feel free to ignore it. > > Once you're satisifed, I'm happy with getting this merged. You may

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950513114 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950511701 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm-rfcs] slyubomirsky commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
slyubomirsky commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950509731 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] slyubomirsky commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
slyubomirsky commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950506090 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] cconvey commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
cconvey commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950501221 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] cconvey commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
cconvey commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950497836 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

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

2022-08-19 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r950496671 ## src/runtime/hexagon/hexagon_user_dma.cc: ## @@ -90,32 +78,80 @@ int hexagon_user_dma_1d_sync_helper(void* dst, void* src, uint32_t length) {

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

2022-08-19 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r950496671 ## src/runtime/hexagon/hexagon_user_dma.cc: ## @@ -90,32 +78,80 @@ int hexagon_user_dma_1d_sync_helper(void* dst, void* src, uint32_t length) {

[GitHub] [tvm] cconvey commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
cconvey commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950495563 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] cconvey commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
cconvey commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950495563 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] cconvey commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
cconvey commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r949637472 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] farshidsp opened a new pull request, #12504: [Hexagon] Add support to run on multiple devices

2022-08-19 Thread GitBox
farshidsp opened a new pull request, #12504: URL: https://github.com/apache/tvm/pull/12504 This PR enables running on multiple devices . `Hexagon_luncher_process` will create a a single server on each device and assigns a worker to a test whenever a new device becomes available where

[tvm] branch main updated (72b0f5ee34 -> 5d17e2409b)

2022-08-19 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 72b0f5ee34 [ci][tvmbot] Search more users when checking usernames (#12491) add 5d17e2409b [COMMUNITY]

[GitHub] [tvm] junrushao1994 merged pull request #12501: [COMMUNITY] [skip ci] MichaelJKlaiber -> reviewer

2022-08-19 Thread GitBox
junrushao1994 merged PR #12501: URL: https://github.com/apache/tvm/pull/12501 -- 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] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950462450 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] w169376 opened a new pull request, #12503: double quote to prevent globbing and word splitting

2022-08-19 Thread GitBox
w169376 opened a new pull request, #12503: URL: https://github.com/apache/tvm/pull/12503 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950339476 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950339476 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] junrushao1994 commented on pull request #12496: [TVMScript] Reorganize the folder structure

2022-08-19 Thread GitBox
junrushao1994 commented on PR #12496: URL: https://github.com/apache/tvm/pull/12496#issuecomment-1220907528 Okay either way works -- 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] adstraw opened a new pull request, #12502: [Hexagon] Expose gtest output through runtime exception

2022-08-19 Thread GitBox
adstraw opened a new pull request, #12502: URL: https://github.com/apache/tvm/pull/12502 Expose Hexagon gtest output in CI by raising it as a runtime exception rather than printing it to stdout. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] chengven027-intellif commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

2022-08-19 Thread GitBox
chengven027-intellif commented on PR #12500: URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220868913 @masahi Could you help to review this PR? thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950373108 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] YuchenJin commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
YuchenJin commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950369010 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

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

2022-08-19 Thread GitBox
driazati commented on PR #88: URL: https://github.com/apache/tvm-rfcs/pull/88#issuecomment-1220859744 > i would love for tvm-bot to enforce this We can also enforce whatever rules as part of lint, #12367 has an example implementation for what we could do -- This is an automated

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950365718 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] driazati commented on pull request #12500: [onnx][topi]fix group_conv3d caculate error

2022-08-19 Thread GitBox
driazati commented on PR #12500: URL: https://github.com/apache/tvm/pull/12500#issuecomment-1220857366 You're right it is #10317, editing the PR body is how it works. I added some description to #10317 to maybe clear some stuff up. @chengven027-intellif don't worry about the @s, they're

[GitHub] [tvm-rfcs] tkonolige commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
tkonolige commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r949633350 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950360721 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950339476 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] Hzfengsy commented on pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
Hzfengsy commented on PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#issuecomment-1220829699 Thanks @leandron and @ekalda for the comments. We all agree that we are trying to improve the graph-level IR of TVM while the controversial point is that if we can enhance relay to support

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950339476 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] leandron commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
leandron commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950339364 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

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

2022-08-19 Thread GitBox
adstraw commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r950333067 ## src/runtime/hexagon/hexagon_user_dma.h: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950294616 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950322586 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950320325 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950318328 ## python/tvm/topi/hexagon/qnn/avg_pool2d.py: ## @@ -0,0 +1,205 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] blackkker closed pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

2022-08-19 Thread GitBox
blackkker closed pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform. URL: https://github.com/apache/tvm/pull/12497 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] blackkker commented on pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

2022-08-19 Thread GitBox
blackkker commented on PR #12497: URL: https://github.com/apache/tvm/pull/12497#issuecomment-1220809801 @tvm-bot rerun CI / Windows (pull_request) -- 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] blackkker commented on pull request #12497: [Relay][Layout] Add FInferCorrectLayout for L2 norm layout transform.

2022-08-19 Thread GitBox
blackkker commented on PR #12497: URL: https://github.com/apache/tvm/pull/12497#issuecomment-1220808313 How can i rerun CI / Windows (pull_request) without running other part, cause it is time-consuming. @masahi -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950306900 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] kparzysz-quic commented on a diff in pull request #12440: [LLVM] Add "cl-opt" attribute to target_kind "llvm"

2022-08-19 Thread GitBox
kparzysz-quic commented on code in PR #12440: URL: https://github.com/apache/tvm/pull/12440#discussion_r950315041 ## src/target/llvm/llvm_instance.cc: ## @@ -340,9 +373,327 @@ std::string LLVMTarget::str() const { } } + if (size_t num = llvm_options_.size(); num > 0)

[GitHub] [tvm] jverma-quic commented on pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on PR #12340: URL: https://github.com/apache/tvm/pull/12340#issuecomment-1220806317 > This PR introduces several TOPI-related functions (`qnn_avg_pool2d_compute` and `qnn_avg_pool2d_schedule`). Does this PR make these functions available for compile-time consideration

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950306900 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950303415 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] yelite commented on a diff in pull request #12462: [TVMScript] Printer entry point

2022-08-19 Thread GitBox
yelite commented on code in PR #12462: URL: https://github.com/apache/tvm/pull/12462#discussion_r950298020 ## include/tvm/script/printer.h: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] yelite commented on a diff in pull request #12462: [TVMScript] Printer entry point

2022-08-19 Thread GitBox
yelite commented on code in PR #12462: URL: https://github.com/apache/tvm/pull/12462#discussion_r950297798 ## include/tvm/script/printer.h: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950295180 ## python/tvm/topi/hexagon/utils.py: ## @@ -150,4 +157,126 @@ def get_layout_transform_fn(layout): return nc_2048_2d if layout == "nhwc-8h8w32c-2d":

[GitHub] [tvm-rfcs] sunggg commented on a diff in pull request #89: [RFC] Relax Upstreaming

2022-08-19 Thread GitBox
sunggg commented on code in PR #89: URL: https://github.com/apache/tvm-rfcs/pull/89#discussion_r950294616 ## rfcs/0089-relax-upstreaming.md: ## @@ -0,0 +1,701 @@ +- Feature Name: Relax Upstreaming +- Start Date: 2022-08-17 +- RFC PR: 

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950287893 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] jverma-quic commented on a diff in pull request #12340: [TOPI][Hexagon] Implement quantized avgpool

2022-08-19 Thread GitBox
jverma-quic commented on code in PR #12340: URL: https://github.com/apache/tvm/pull/12340#discussion_r950284384 ## tests/python/contrib/test_hexagon/test_fixed_point_conversion.py: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] MichaelJKlaiber opened a new pull request, #12501: [COMMUNITY] adding reviewer

2022-08-19 Thread GitBox
MichaelJKlaiber opened a new pull request, #12501: URL: https://github.com/apache/tvm/pull/12501 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] ekalda commented on pull request #12456: [CI] Set USE_CMSISNN and USE_ETHOSU off in task_config_build_cpu.sh

2022-08-19 Thread GitBox
ekalda commented on PR #12456: URL: https://github.com/apache/tvm/pull/12456#issuecomment-1220738998 Hi @areusch , sorry I've had very busy last few days, but I'm on it now - I looked into this and the problem is that we still install Vela in ci_cpu

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

2022-08-19 Thread GitBox
kparzysz-quic commented on code in PR #12411: URL: https://github.com/apache/tvm/pull/12411#discussion_r950230162 ## src/runtime/hexagon/hexagon_user_dma.h: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm-rfcs] mbaret commented on a diff in pull request #88: [RFC] Add Commit Message Guideline

2022-08-19 Thread GitBox
mbaret commented on code in PR #88: URL: https://github.com/apache/tvm-rfcs/pull/88#discussion_r950206516 ## rfcs/0088-commit-message-guideline.md: ## @@ -0,0 +1,181 @@ +- Feature Name: Commit Message Guideline +- Start Date: 2022-08-12 +- RFC PR:

  1   2   >