[GitHub] [tvm] masahi commented on issue #11867: [Bug] Quantize description is inconsistent with the actual implementation

2022-06-23 Thread GitBox
masahi commented on issue #11867: URL: https://github.com/apache/tvm/issues/11867#issuecomment-1165264955 Actually, the order in the C++ implementation is done intentionally, see https://github.com/apache/tvm/pull/9558 cc @AndrewZhaoLuo -- This is an automated message from the Ap

[GitHub] [tvm] masahi commented on issue #11867: [Bug] Quantize description is inconsistent with the actual implementation

2022-06-23 Thread GitBox
masahi commented on issue #11867: URL: https://github.com/apache/tvm/issues/11867#issuecomment-1165263283 I think the python description makes more sense to me. What do you think? Feel free to send a PR to fix the C++ implementation. -- This is an automated message from the Apache Git Ser

[GitHub] [tvm] junrushao1994 opened a new pull request, #11869: [Target] Add a few AWS C5 instances in target tag system

2022-06-23 Thread GitBox
junrushao1994 opened a new pull request, #11869: URL: https://github.com/apache/tvm/pull/11869 CC: @zxybazh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [tvm] junrushao1994 opened a new pull request, #11868: [Minor][MetaSchedule] Suppress warning for using `None`

2022-06-23 Thread GitBox
junrushao1994 opened a new pull request, #11868: URL: https://github.com/apache/tvm/pull/11868 CC: @masahi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [tvm] sunjiweiswift commented on a diff in pull request #11599: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-06-23 Thread GitBox
sunjiweiswift commented on code in PR #11599: URL: https://github.com/apache/tvm/pull/11599#discussion_r905750814 ## src/runtime/threading_backend.cc: ## @@ -101,13 +109,19 @@ class QuRTThread { }; #endif // __hexagon__ thread_local int max_concurrency = 0; + class ThreadGr

[GitHub] [tvm] sisleyli opened a new issue, #11867: [Bug] Quantize description is inconsistent with the actual implementation

2022-06-23 Thread GitBox
sisleyli opened a new issue, #11867: URL: https://github.com/apache/tvm/issues/11867 There is the description of quantize in `/python/tvm/relay/qnn/op/qnn.py` ```python def quantize(data, output_scale, output_zero_point, axis=-1, out_dtype="int8"): r"""Quantize op Thi

[GitHub] [tvm] junrushao1994 commented on pull request #11859: [TIR][Arith] Avoid assigning range of possible values to integers

2022-06-23 Thread GitBox
junrushao1994 commented on PR #11859: URL: https://github.com/apache/tvm/pull/11859#issuecomment-1165219320 Also CC: @vinx13 -- 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.

[GitHub] [tvm] huajsj commented on a diff in pull request #11599: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-06-23 Thread GitBox
huajsj commented on code in PR #11599: URL: https://github.com/apache/tvm/pull/11599#discussion_r905729047 ## src/runtime/threading_backend.cc: ## @@ -101,13 +109,19 @@ class QuRTThread { }; #endif // __hexagon__ thread_local int max_concurrency = 0; + class ThreadGroup::Im

[tvm] branch main updated: [MetaSchedule] Introduce ArgInfo::FromEntryFunc (#11866)

2022-06-23 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new d2cbdf381b [MetaSchedule] Introduce ArgInfo::FromEnt

[GitHub] [tvm] junrushao1994 merged pull request #11866: [MetaSchedule] Introduce ArgInfo::FromEntryFunc

2022-06-23 Thread GitBox
junrushao1994 merged PR #11866: URL: https://github.com/apache/tvm/pull/11866 -- 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] shingjan commented on a diff in pull request #11863: [Relay] [PyTorch] Add aten::broadcast_tensors

2022-06-23 Thread GitBox
shingjan commented on code in PR #11863: URL: https://github.com/apache/tvm/pull/11863#discussion_r905701026 ## python/tvm/relay/frontend/pytorch.py: ## @@ -1952,6 +1952,13 @@ def expand_as(self, inputs, input_types): target = _op.cast(target, t0) return _o

[tvm] branch main updated (b4c0bf7419 -> 4cb18b43d1)

2022-06-23 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 b4c0bf7419 [LLVM] Register factory function for CodeGenCPU (#11852) add 4cb18b43d1 add glu (#11865) No new revisions

[GitHub] [tvm] masahi merged pull request #11865: [Relay][PyTorch] Add aten::glu

2022-06-23 Thread GitBox
masahi merged PR #11865: URL: https://github.com/apache/tvm/pull/11865 -- 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] yogurfrul commented on pull request #11860: [PROFILING] Catch any errors while setting locale for printing

2022-06-23 Thread GitBox
yogurfrul commented on PR #11860: URL: https://github.com/apache/tvm/pull/11860#issuecomment-1165128887 ``` /** * @brief Default constructor. * * Constructs a copy of the global locale. If no locale has been * explicitly set, this is the C locale.

[GitHub] [tvm] sunjiweiswift commented on a diff in pull request #11599: [Bugfix][Runtime] Fix sched_setaffinity in Android

2022-06-23 Thread GitBox
sunjiweiswift commented on code in PR #11599: URL: https://github.com/apache/tvm/pull/11599#discussion_r905666988 ## src/runtime/threading_backend.cc: ## @@ -101,13 +109,19 @@ class QuRTThread { }; #endif // __hexagon__ thread_local int max_concurrency = 0; + class ThreadGr

[GitHub] [tvm-rfcs] masahi commented on pull request #80: Asynchronous stage in software pipeline

2022-06-23 Thread GitBox
masahi commented on PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#issuecomment-1165113653 Summarizing the current situation of the proposal and discussion points so far: * The original goal was (and still is) to bring asynchronies in the TIR software pipeline. Two intrinsic

[GitHub] [tvm] masahi commented on issue #11861: [Flaky Test] `tests/python/unittest/test_custom_datatypes.py::test_myfloat`

2022-06-23 Thread GitBox
masahi commented on issue #11861: URL: https://github.com/apache/tvm/issues/11861#issuecomment-1165097956 A dup with https://github.com/apache/tvm/issues/11580, feel free to send a PR to disable this test. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [tvm] masahi closed issue #11861: [Flaky Test] `tests/python/unittest/test_custom_datatypes.py::test_myfloat`

2022-06-23 Thread GitBox
masahi closed issue #11861: [Flaky Test] `tests/python/unittest/test_custom_datatypes.py::test_myfloat` URL: https://github.com/apache/tvm/issues/11861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [tvm] masahi commented on a diff in pull request #11863: [Relay] [PyTorch] Add aten::broadcast_tensors

2022-06-23 Thread GitBox
masahi commented on code in PR #11863: URL: https://github.com/apache/tvm/pull/11863#discussion_r905654191 ## python/tvm/relay/frontend/pytorch.py: ## @@ -1952,6 +1952,13 @@ def expand_as(self, inputs, input_types): target = _op.cast(target, t0) return _op.

[GitHub] [tvm] jinhongyii opened a new pull request, #11866: [MetaSchedule] Introduce ArgInfo::FromEntryFunc

2022-06-23 Thread GitBox
jinhongyii opened a new pull request, #11866: URL: https://github.com/apache/tvm/pull/11866 This is part of our effort to support layout rewrite on Meta Schedule. cc: @junrushao1994 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [tvm] zhaoyang-star opened a new pull request, #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-23 Thread GitBox
zhaoyang-star opened a new pull request, #11700: URL: https://github.com/apache/tvm/pull/11700 Registered the hardswish unary elementwise op @AndrewZhaoLuo @mbrookhart -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [tvm] zhaoyang-star commented on pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-23 Thread GitBox
zhaoyang-star commented on PR #11700: URL: https://github.com/apache/tvm/pull/11700#issuecomment-1165065602 > @mehrdadh Thanks for your quick reply. Maybe it is my PR that cause the failure. @AndrewZhaoLuo > I will double check PR and try to reproduce the error locally. -- This

[GitHub] [tvm] zhaoyang-star closed pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-23 Thread GitBox
zhaoyang-star closed pull request #11700: [QNN] Add hardswish int8 impl using table lookup URL: https://github.com/apache/tvm/pull/11700 -- 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] zhaoyang-star commented on pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-23 Thread GitBox
zhaoyang-star commented on PR #11700: URL: https://github.com/apache/tvm/pull/11700#issuecomment-1165065238 > LLVM ERROR: Cannot select: 0x451c698: i32 = fp_to_fp16 0x44eba68 @mehrdadh Thanks for your quick reply. Maybe it is my PR that cause the failure. @AndrewZhaoLuo I will dou

[GitHub] [tvm] junrushao1994 commented on pull request #11828: [TIR][BugFix] Do not bind non-index type value of lets in CompactBufferAllocation

2022-06-23 Thread GitBox
junrushao1994 commented on PR #11828: URL: https://github.com/apache/tvm/pull/11828#issuecomment-1165059549 Looks like some situations happened in the CI... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [tvm] shingjan opened a new pull request, #11865: [PyTorc] Add aten::glu

2022-06-23 Thread GitBox
shingjan opened a new pull request, #11865: URL: https://github.com/apache/tvm/pull/11865 This PR intends to add `aten::glu` ops in the PyTorch frontend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [tvm] shingjan opened a new pull request, #11864: [Relay] [Pytorch] Add aten::maximum and aten::minimum

2022-06-23 Thread GitBox
shingjan opened a new pull request, #11864: URL: https://github.com/apache/tvm/pull/11864 This PR intends to add `aten::maximum` and `aten::minimum` in the PyTorch frontend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [tvm] shingjan opened a new pull request, #11863: [Relay] [PyTorch] Add aten::broadcast_tensors

2022-06-23 Thread GitBox
shingjan opened a new pull request, #11863: URL: https://github.com/apache/tvm/pull/11863 This PR intends to add `aten::broadcast_tensors` ops in the PyTorch frontend. @masahi @junrushao1994 @zxybazh -- This is an automated message from the Apache Git Service. To respond to the

[tvm] branch last-successful updated (092b54830b -> b4c0bf7419)

2022-06-23 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 092b54830b add topK FInferCorrectLayout attr (#11849) add 5e81067818 fix flaky test (#11663) add b

[GitHub] [tvm] nverke opened a new issue, #11862: [CI Problem] Build failure

2022-06-23 Thread GitBox
nverke opened a new issue, #11862: URL: https://github.com/apache/tvm/issues/11862 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 discussio

[GitHub] [tvm] nverke opened a new issue, #11861: [Flaky Test] `tests/python/unittest/test_custom_datatypes.py::test_myfloat`

2022-06-23 Thread GitBox
nverke opened a new issue, #11861: URL: https://github.com/apache/tvm/issues/11861 These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). See [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-fai

[tvm] branch nightly-docker-update updated (3fb70ce1a8 -> 6316040e97)

2022-06-23 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 3fb70ce1a8 [ci][docker] Nightly Docker image update add 0d14519e14 [ci] Enable pylint for tests/p

[GitHub] [tvm] tkonolige commented on pull request #11854: Revert "Fix `std::locale("")` in profiling.cc"

2022-06-23 Thread GitBox
tkonolige commented on PR #11854: URL: https://github.com/apache/tvm/pull/11854#issuecomment-1165002114 Subsumed by #11860 -- 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. T

[GitHub] [tvm] tkonolige closed pull request #11854: Revert "Fix `std::locale("")` in profiling.cc"

2022-06-23 Thread GitBox
tkonolige closed pull request #11854: Revert "Fix `std::locale("")` in profiling.cc" URL: https://github.com/apache/tvm/pull/11854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [tvm] tkonolige commented on pull request #11846: Fix `std::locale("")` in profiling.cc

2022-06-23 Thread GitBox
tkonolige commented on PR #11846: URL: https://github.com/apache/tvm/pull/11846#issuecomment-1165001925 Fix in #11860. -- 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 un

[GitHub] [tvm] tkonolige opened a new pull request, #11860: [PROFILING] Catch any errors while setting locale for printing

2022-06-23 Thread GitBox
tkonolige opened a new pull request, #11860: URL: https://github.com/apache/tvm/pull/11860 Change profiling::Report printing to catch any errors when setting the locale (used to add separators to large numbers). This avoids issues around misconfigured locale. @junrushao1994 @yogurfru

[tvm] branch last-successful updated (c42ef79d1e -> 092b54830b)

2022-06-23 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 c42ef79d1e [ci][docker] Send a PR to bump the Docker images nightly (#11813) add 0d14519e14 [ci] Enabl

[tvm] branch main updated (5e81067818 -> b4c0bf7419)

2022-06-23 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 5e81067818 fix flaky test (#11663) add b4c0bf7419 [LLVM] Register factory function for CodeGenCPU (#11852) No new r

[GitHub] [tvm] leandron merged pull request #11852: [LLVM] Register factory function for CodeGenCPU

2022-06-23 Thread GitBox
leandron merged PR #11852: URL: https://github.com/apache/tvm/pull/11852 -- 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-rfcs] masahi commented on a diff in pull request #80: Asynchronous stage in software pipeline

2022-06-23 Thread GitBox
masahi commented on code in PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#discussion_r905556477 ## rfcs/0077-async-pipeline.md: ## @@ -0,0 +1,528 @@ +- Feature Name: Asynchronous stage in software pipeline +- Authors: [Masahiro Masuda](https://github.com/masahi), [Wuwe

[tvm] branch main updated (092b54830b -> 5e81067818)

2022-06-23 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 092b54830b add topK FInferCorrectLayout attr (#11849) add 5e81067818 fix flaky test (#11663) No new revisions

[GitHub] [tvm] AndrewZhaoLuo merged pull request #11663: [AutoTVM] Fix flaky test

2022-06-23 Thread GitBox
AndrewZhaoLuo merged PR #11663: URL: https://github.com/apache/tvm/pull/11663 -- 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] AndrewZhaoLuo closed issue #10489: [Flaky Test] `tests/python/integration/test_tuning.py::test_tuning_gpu`

2022-06-23 Thread GitBox
AndrewZhaoLuo closed issue #10489: [Flaky Test] `tests/python/integration/test_tuning.py::test_tuning_gpu` URL: https://github.com/apache/tvm/issues/10489 -- 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 g

[GitHub] [tvm] ganler commented on issue #11783: [Bug] Expand Op v8 with ConstantOfShape as shape input will failed when because of infer_shape's output

2022-06-23 Thread GitBox
ganler commented on issue #11783: URL: https://github.com/apache/tvm/issues/11783#issuecomment-1164960100 @TaylorHere Thanks for sharing the model. However, this model itself is invalid that cannot pass onnx full check: ```python import onnx onnx_model = onnx.load(args.mode

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #11663: [AutoTVM] Fix flaky test

2022-06-23 Thread GitBox
AndrewZhaoLuo commented on PR #11663: URL: https://github.com/apache/tvm/pull/11663#issuecomment-1164932231 cc @driazati any opinions? -- 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] AndrewZhaoLuo commented on pull request #11672: [Pylint] Pylint integration_tests folder

2022-06-23 Thread GitBox
AndrewZhaoLuo commented on PR #11672: URL: https://github.com/apache/tvm/pull/11672#issuecomment-1164931075 @ashutosh-arm this is now ready for review -- 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 #11859: [TIR][Arith] Avoid assigning range of possible values to integers

2022-06-23 Thread GitBox
Lunderberg commented on PR #11859: URL: https://github.com/apache/tvm/pull/11859#issuecomment-1164914256 @echuraev -- 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 unsub

[GitHub] [tvm] Lunderberg opened a new pull request, #11859: [TIR][Arith] Avoid assigning range of possible values to integers

2022-06-23 Thread GitBox
Lunderberg opened a new pull request, #11859: URL: https://github.com/apache/tvm/pull/11859 Previously, in `ConstIntBoundAnalyzer`, entering a conditional such as `if 2==0` could result in the expression `2` being treated as having a known value of zero within the body of the conditional.

[GitHub] [tvm] driazati closed pull request #10633: [ci] Use unpacking script from tvm-site

2022-06-23 Thread GitBox
driazati closed pull request #10633: [ci] Use unpacking script from tvm-site URL: https://github.com/apache/tvm/pull/10633 -- 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 un

[GitHub] [tvm] driazati closed pull request #11607: [do not review] Test PR #11588

2022-06-23 Thread GitBox
driazati closed pull request #11607: [do not review] Test PR #11588 URL: https://github.com/apache/tvm/pull/11607 -- 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: add topK FInferCorrectLayout attr (#11849)

2022-06-23 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 092b54830b add topK FInferCorrectLayout attr (#11849) 0

[GitHub] [tvm] masahi merged pull request #11849: [relay][pass]add topK FInferCorrectLayout attr

2022-06-23 Thread GitBox
masahi merged PR #11849: URL: https://github.com/apache/tvm/pull/11849 -- 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] driazati closed pull request #10323: Clean up issue templates

2022-06-23 Thread GitBox
driazati closed pull request #10323: Clean up issue templates URL: https://github.com/apache/tvm/pull/10323 -- 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-ma

[GitHub] [tvm] driazati closed pull request #10480: [wip] Remove false dependencies in Jenkinsfile

2022-06-23 Thread GitBox
driazati closed pull request #10480: [wip] Remove false dependencies in Jenkinsfile URL: https://github.com/apache/tvm/pull/10480 -- 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

[GitHub] [tvm] driazati closed pull request #11281: [wip][ci] Download docs data files from GitHub only

2022-06-23 Thread GitBox
driazati closed pull request #11281: [wip][ci] Download docs data files from GitHub only URL: https://github.com/apache/tvm/pull/11281 -- 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 co

[GitHub] [tvm] driazati closed pull request #11548: [wip][ci] Collect core dumps in unit tests

2022-06-23 Thread GitBox
driazati closed pull request #11548: [wip][ci] Collect core dumps in unit tests URL: https://github.com/apache/tvm/pull/11548 -- 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 #10630: [wip][do not review] Check network accesses in CI

2022-06-23 Thread GitBox
driazati closed pull request #10630: [wip][do not review] Check network accesses in CI URL: https://github.com/apache/tvm/pull/10630 -- 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 comm

[GitHub] [tvm] driazati closed pull request #10680: [ci] Add core dumps as artifacts

2022-06-23 Thread GitBox
driazati closed pull request #10680: [ci] Add core dumps as artifacts URL: https://github.com/apache/tvm/pull/10680 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [tvm] driazati closed pull request #11268: [ci] Remove sccache logic from build scripts

2022-06-23 Thread GitBox
driazati closed pull request #11268: [ci] Remove sccache logic from build scripts URL: https://github.com/apache/tvm/pull/11268 -- 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 (0d14519e14 -> a090009be6)

2022-06-23 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 0d14519e14 [ci] Enable pylint for tests/python/ci (#11666) add a090009be6 add split infer shape with convert op layout

[GitHub] [tvm] masahi merged pull request #11825: [realy][pass]add split infer shape with convert op layout pass

2022-06-23 Thread GitBox
masahi merged PR #11825: URL: https://github.com/apache/tvm/pull/11825 -- 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] driazati merged pull request #11666: [ci] Enable pylint for tests/python/ci

2022-06-23 Thread GitBox
driazati merged PR #11666: URL: https://github.com/apache/tvm/pull/11666 -- 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: [ci] Enable pylint for tests/python/ci (#11666)

2022-06-23 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati 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 0d14519e14 [ci] Enable pylint for tests/python/ci (#1

[GitHub] [tvm] mehrdadh commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-06-23 Thread GitBox
mehrdadh commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r905469964 ## docker/Dockerfile.ci_cpu: ## @@ -110,10 +110,6 @@ RUN bash /install/ubuntu_install_boost.sh COPY install/ubuntu_install_caffe.sh /install/ubuntu_install_caffe.sh RUN

[GitHub] [tvm] mehrdadh commented on pull request #11858: [HEXAGON] Change arch and do not disable assert

2022-06-23 Thread GitBox
mehrdadh commented on PR #11858: URL: https://github.com/apache/tvm/pull/11858#issuecomment-1164878946 @trahman-quic do you know if these tests would pass on HDK board with v69 target? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] areusch commented on a diff in pull request #11809: [microTVM][ARM] Keep microtvm testing only in QEMU Image

2022-06-23 Thread GitBox
areusch commented on code in PR #11809: URL: https://github.com/apache/tvm/pull/11809#discussion_r905457625 ## docker/Dockerfile.ci_cpu: ## @@ -110,10 +110,6 @@ RUN bash /install/ubuntu_install_boost.sh COPY install/ubuntu_install_caffe.sh /install/ubuntu_install_caffe.sh RUN

[GitHub] [tvm] github-actions[bot] commented on pull request #11666: [ci] Enable pylint for tests/python/ci

2022-06-23 Thread GitBox
github-actions[bot] commented on PR #11666: URL: https://github.com/apache/tvm/pull/11666#issuecomment-1164871237 Built docs for commit 2b41397b2c925de371d0c06fbac9c81186597eea can be found [here](https://pr-docs.tlcpack.ai/PR-11666/15/docs/index.html). -- This is an automated message fro

[GitHub] [tvm] trahman-quic commented on pull request #11858: [HEXAGON] Change arch and do not disable assert

2022-06-23 Thread GitBox
trahman-quic commented on PR #11858: URL: https://github.com/apache/tvm/pull/11858#issuecomment-1164866874 > @trahman-quic can you provide some insight about why we need this change in the PR description. I added that. Thanks for the suggestion. -- This is an automated message from

[GitHub] [tvm] mehrdadh commented on pull request #11858: [HEXAGON] Change arch and do not disable assert

2022-06-23 Thread GitBox
mehrdadh commented on PR #11858: URL: https://github.com/apache/tvm/pull/11858#issuecomment-1164860937 @trahman-quic can you provide some insight about why we need this change in the PR description. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[tvm] branch last-successful updated (6660e27e71 -> c42ef79d1e)

2022-06-23 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 6660e27e71 [ci][docker] Fall back to tlcpackstaging if images don't exist (#11775) add c42ef79d1e [ci]

[GitHub] [tvm] mehrdadh commented on pull request #11700: [QNN] Add hardswish int8 impl using table lookup

2022-06-23 Thread GitBox
mehrdadh commented on PR #11700: URL: https://github.com/apache/tvm/pull/11700#issuecomment-1164859549 @zhaoyang-star I checked our CI on TVM main and I don't see this error. Can you reproduce the error locally using ci_hexagon docker image. It might be related to your PR -- This is an a

[tvm] branch last-successful updated (9968b73426 -> 6660e27e71)

2022-06-23 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 9968b73426 [LLVM] Remove PrintModule (defined in llvm_common.cc) (#11851) add 6660e27e71 [ci][docker]

[GitHub] [tvm-rfcs] masahi commented on pull request #80: Asynchronous stage in software pipeline

2022-06-23 Thread GitBox
masahi commented on PR #80: URL: https://github.com/apache/tvm-rfcs/pull/80#issuecomment-1164849034 > At the commit/wait abstraction level, what if we rename it from "stage" to "queue"? Yeah, my thinking has been that there is a 1-1 mapping between a stage and a queue. So I have no p

[GitHub] [tvm] github-actions[bot] commented on pull request #11856: [ci] Add manual workflow to upload files to CI bucket

2022-06-23 Thread GitBox
github-actions[bot] commented on PR #11856: URL: https://github.com/apache/tvm/pull/11856#issuecomment-1164834538 Built docs for commit 949435d63cb1768b3e27c2cdb2a52e2fc88e3616 can be found [here](https://pr-docs.tlcpack.ai/PR-11856/2/docs/index.html). -- This is an automated message from

[GitHub] [tvm] driazati commented on a diff in pull request #11856: [ci] Add manual workflow to upload files to CI bucket

2022-06-23 Thread GitBox
driazati commented on code in PR #11856: URL: https://github.com/apache/tvm/pull/11856#discussion_r905416326 ## jenkins/README.md: ## @@ -72,6 +72,16 @@ See # ' gh pr create ``` + +## Network Resources + +Downloading files from the Internet in CI is a big source of flaky fail

[GitHub] [tvm] trahman-quic opened a new pull request, #11858: [HEXAGON] Change arch and do not disable assert

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

[tvm] branch last-successful updated (1bdedfb466 -> 9968b73426)

2022-06-23 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 1bdedfb466 [OpStrategy] Support MetaSchedule Layout (#11848) add 9968b73426 [LLVM] Remove PrintModule (

[GitHub] [tvm] areusch commented on a diff in pull request #11856: [ci] Add manual workflow to upload files to CI bucket

2022-06-23 Thread GitBox
areusch commented on code in PR #11856: URL: https://github.com/apache/tvm/pull/11856#discussion_r905405171 ## jenkins/README.md: ## @@ -72,6 +72,16 @@ See # ' gh pr create ``` + +## Network Resources + +Downloading files from the Internet in CI is a big source of flaky failu

[tvm] branch nightly-docker-update created (now 3fb70ce1a8)

2022-06-23 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 at 3fb70ce1a8 [ci][docker] Nightly Docker image update No new revisions were added by this update.

[GitHub] [tvm] github-actions[bot] opened a new pull request, #11857: [ci][docker] Nightly Docker image update

2022-06-23 Thread GitBox
github-actions[bot] opened a new pull request, #11857: URL: https://github.com/apache/tvm/pull/11857 This bumps the Docker images to the latest versions from Docker Hub. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[tvm] branch last-successful updated (79e64ad8e0 -> 1bdedfb466)

2022-06-23 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 79e64ad8e0 [LLVM] Remove `using llvm::BasicBlock`, NFC (#11850) add 12e8744cd1 Fix `std::locale("")` in

[GitHub] [tvm] github-actions[bot] commented on pull request #11856: [ci] Add manual workflow to upload files to CI bucket

2022-06-23 Thread GitBox
github-actions[bot] commented on PR #11856: URL: https://github.com/apache/tvm/pull/11856#issuecomment-1164788293 Built docs for commit 2dced89d5ddee68ccc42379d20ce9f0e281a2ae8 can be found [here](https://pr-docs.tlcpack.ai/PR-11856/1/docs/index.html). -- This is an automated message from

[GitHub] [tvm] kparzysz-quic commented on pull request #11852: [LLVM] Register factory function for CodeGenCPU

2022-06-23 Thread GitBox
kparzysz-quic commented on PR #11852: URL: https://github.com/apache/tvm/pull/11852#issuecomment-1164782629 I'll paste the commit comment about why I deleted the cpp test: The WASM docker has an installation of LLVM without versioned symbols, but the default compiler uses symbol versi

[GitHub] [tvm] driazati opened a new pull request, #11856: [ci] Add manual workflow to upload files to CI bucket

2022-06-23 Thread GitBox
driazati opened a new pull request, #11856: URL: https://github.com/apache/tvm/pull/11856 This adds a `workflow_dispatch` only GitHub Action that committers can use to upload files to the CI bucket for use like in #11839 -- This is an automated message from the Apache Git Service.

[GitHub] [tvm] tkonolige commented on pull request #11846: Fix `std::locale("")` in profiling.cc

2022-06-23 Thread GitBox
tkonolige commented on PR #11846: URL: https://github.com/apache/tvm/pull/11846#issuecomment-1164774290 How about we put a try catch around it? -- 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] github-actions[bot] commented on pull request #11666: [ci] Enable pylint for tests/python/ci

2022-06-23 Thread GitBox
github-actions[bot] commented on PR #11666: URL: https://github.com/apache/tvm/pull/11666#issuecomment-1164770507 Built docs for commit c32dbf48b0ad18ac0bface6f93b7c65012562f60 can be found [here](https://pr-docs.tlcpack.ai/PR-11666/14/docs/index.html). -- This is an automated message fro

[GitHub] [tvm] junrushao1994 commented on pull request #11828: [TIR][BugFix] Do not bind non-index type value of lets in CompactBufferAllocation

2022-06-23 Thread GitBox
junrushao1994 commented on PR #11828: URL: https://github.com/apache/tvm/pull/11828#issuecomment-1164766003 @wrongtest Thank you for your detailed explanation! That makes a lot of sense to me :-) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [tvm] comaniac commented on pull request #11793: [DietCode] Local Padding

2022-06-23 Thread GitBox
comaniac commented on PR #11793: URL: https://github.com/apache/tvm/pull/11793#issuecomment-1164761366 Per offline discussion with @junrushao1994 and @ArmageddonKnight, here is the current action items: 1. The local padding pass will be moved to TIR transformation, meaning that local pad

[tvm] branch main updated (6660e27e71 -> c42ef79d1e)

2022-06-23 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 6660e27e71 [ci][docker] Fall back to tlcpackstaging if images don't exist (#11775) add c42ef79d1e [ci][docker] Send

[GitHub] [tvm] areusch merged pull request #11813: [ci][docker] Send a PR to bump the Docker images nightly

2022-06-23 Thread GitBox
areusch merged PR #11813: URL: https://github.com/apache/tvm/pull/11813 -- 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] ShownX commented on issue #11186: [Bug] `python setup.py install` fails with "can't copy '../configs/': doesn't exist or not a regular file"

2022-06-23 Thread GitBox
ShownX commented on issue #11186: URL: https://github.com/apache/tvm/issues/11186#issuecomment-1164761067 Confirmed this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [tvm] junrushao1994 commented on pull request #11846: Fix `std::locale("")` in profiling.cc

2022-06-23 Thread GitBox
junrushao1994 commented on PR #11846: URL: https://github.com/apache/tvm/pull/11846#issuecomment-1164752083 Thanks @tkonolige! > This PR broke the comma printing :(. `std::locale("")` is supposed to set the locale to the users preference. Quoting `man 3 setlocale`: > > > If lo

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-23 Thread GitBox
AndrewZhaoLuo commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r905345680 ## src/runtime/graph_executor/debug/graph_executor_debug.cc: ## @@ -55,48 +56,54 @@ class GraphExecutorDebug : public GraphExecutor { *By default, one `r

[GitHub] [tvm] AndrewZhaoLuo commented on pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-23 Thread GitBox
AndrewZhaoLuo commented on PR #11465: URL: https://github.com/apache/tvm/pull/11465#issuecomment-1164746891 Leave the rest up to @tkonolige -- 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

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #11465: Add cooldown interval logic for the profiling functional

2022-06-23 Thread GitBox
AndrewZhaoLuo commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r905345680 ## src/runtime/graph_executor/debug/graph_executor_debug.cc: ## @@ -55,48 +56,54 @@ class GraphExecutorDebug : public GraphExecutor { *By default, one `r

[GitHub] [tvm] driazati commented on pull request #11855: [do not review] test docker changes

2022-06-23 Thread GitBox
driazati commented on PR #11855: URL: https://github.com/apache/tvm/pull/11855#issuecomment-1164745021 @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 uns

[GitHub] [tvm] driazati opened a new pull request, #11855: [do not review] test docker changes

2022-06-23 Thread GitBox
driazati opened a new pull request, #11855: URL: https://github.com/apache/tvm/pull/11855 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 fro

[GitHub] [tvm] driazati merged pull request #11775: [ci][docker] Fall back to tlcpackstaging if images don't exist

2022-06-23 Thread GitBox
driazati merged PR #11775: URL: https://github.com/apache/tvm/pull/11775 -- 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: [ci][docker] Fall back to tlcpackstaging if images don't exist (#11775)

2022-06-23 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati 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 6660e27e71 [ci][docker] Fall back to tlcpackstaging i

[GitHub] [tvm] tkonolige commented on pull request #11846: Fix `std::locale("")` in profiling.cc

2022-06-23 Thread GitBox
tkonolige commented on PR #11846: URL: https://github.com/apache/tvm/pull/11846#issuecomment-1164740388 Setting the locale puts thousand separators in the numbers. It makes them much easier to read. -- This is an automated message from the Apache Git Service. To respond to the message, pl

  1   2   >