[GitHub] [tvm] spectrometerHBH commented on a diff in pull request #12355: [TIR] Add pass ManifestSharedMemoryLocalStage

2022-08-12 Thread GitBox
spectrometerHBH commented on code in PR #12355: URL: https://github.com/apache/tvm/pull/12355#discussion_r944955532 ## tests/python/unittest/test_tir_transform_manifest_shared_memory_local_stage.py: ## @@ -0,0 +1,574 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [tvm] junrushao1994 commented on pull request #12355: [TIR] Add pass ManifestSharedMemoryLocalStage

2022-08-12 Thread GitBox
junrushao1994 commented on PR #12355: URL: https://github.com/apache/tvm/pull/12355#issuecomment-1213597809 Ping @spectrometerHBH for a second 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] mkatanbaf commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
mkatanbaf commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213594352 @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] areusch commented on issue #12410: [Bug] Using AOT with UMA and TFLITE

2022-08-12 Thread GitBox
areusch commented on issue #12410: URL: https://github.com/apache/tvm/issues/12410#issuecomment-1213582914 this looks odd--it's late for today for me to investigate but hopefully we can look into it next week. -- This is an automated message from the Apache Git Service. To respond to the

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

2022-08-12 Thread GitBox
areusch commented on PR #12028: URL: https://github.com/apache/tvm/pull/12028#issuecomment-1213578084 thanks @blackkker ! and so sorry for the delays here. -- 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

[tvm] branch main updated (478b672f2b -> 1737308397)

2022-08-12 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 478b672f2b [skip ci] Revert "[ci] Default to n=2 for test parallelism (#12376)" (#12413) add 1737308397

[GitHub] [tvm] areusch merged pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

2022-08-12 Thread GitBox
areusch merged PR #12028: URL: https://github.com/apache/tvm/pull/12028 -- 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 last-successful updated (779a7ada4f -> 478b672f2b)

2022-08-12 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 779a7ada4f Add sort_by_time flag to debug_executor.run method (#12402) add 3eb673478b [LowerVTCMAlloc]

[GitHub] [tvm] mehrdadh opened a new pull request, #12416: [Target] Remove deprecated parameters from target

2022-08-12 Thread GitBox
mehrdadh opened a new pull request, #12416: URL: https://github.com/apache/tvm/pull/12416 fixes #12409 cc @areusch @Mousius -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [tvm] vinx13 commented on pull request #12408: [MetaSchedule] Filter vector_load_lens based on buffer dtype

2022-08-12 Thread GitBox
vinx13 commented on PR #12408: URL: https://github.com/apache/tvm/pull/12408#issuecomment-1213545622 @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] trahman-quic commented on pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on PR #12415: URL: https://github.com/apache/tvm/pull/12415#issuecomment-1213529586 primfn IR: ``` primfn(var_A: handle, var_B: handle, var_compute: handle) -> () attr = {"global_symbol": "main", "tir.noalias": True} buffers = {A: Buffer(A_1:

[GitHub] [tvm] trahman-quic commented on pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on PR #12415: URL: https://github.com/apache/tvm/pull/12415#issuecomment-1213529164 The error message: E tvm.error.RPCError: Traceback (most recent call last): E 7: TVMFuncCall E 6: tvm::runtime::RPCWrappedFunc::operator()(tvm::runtime::TVMArgs,

[GitHub] [tvm] trahman-quic commented on a diff in pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on code in PR #12415: URL: https://github.com/apache/tvm/pull/12415#discussion_r944866584 ## python/tvm/topi/hexagon/slice_ops/qadd_qsub_qmul.py: ## @@ -0,0 +1,253 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] trahman-quic commented on a diff in pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on code in PR #12415: URL: https://github.com/apache/tvm/pull/12415#discussion_r944866252 ## python/tvm/topi/hexagon/slice_ops/qadd_qsub_qmul.py: ## @@ -0,0 +1,253 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] trahman-quic commented on a diff in pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on code in PR #12415: URL: https://github.com/apache/tvm/pull/12415#discussion_r944865696 ## tests/python/contrib/test_hexagon/topi/test_qadd_qsub_qmul.py: ## @@ -0,0 +1,246 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] trahman-quic commented on a diff in pull request #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic commented on code in PR #12415: URL: https://github.com/apache/tvm/pull/12415#discussion_r944865406 ## tests/python/contrib/test_hexagon/topi/test_qadd_qsub_qmul.py: ## @@ -0,0 +1,246 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [tvm] trahman-quic opened a new pull request, #12415: Test case to reproduce buffer store bug

2022-08-12 Thread GitBox
trahman-quic opened a new pull request, #12415: URL: https://github.com/apache/tvm/pull/12415 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] vinx13 commented on a diff in pull request #12408: [MetaSchedule] Filter vector_load_lens based on buffer dtype

2022-08-12 Thread GitBox
vinx13 commented on code in PR #12408: URL: https://github.com/apache/tvm/pull/12408#discussion_r944857397 ## tests/python/unittest/test_meta_schedule_schedule_rule_multi_level_tiling.py: ## @@ -883,13 +883,13 @@ def test_cuda_tensor_core_matmul_relu_global():

[GitHub] [tvm] yelite commented on a diff in pull request #12336: [TVMScript] Printer VarTable

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

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12336: [TVMScript] Printer VarTable

2022-08-12 Thread GitBox
junrushao1994 commented on code in PR #12336: URL: https://github.com/apache/tvm/pull/12336#discussion_r944845134 ## include/tvm/script/printer/var_table.h: ## @@ -0,0 +1,143 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12408: [MetaSchedule] Filter vector_load_lens based on buffer dtype

2022-08-12 Thread GitBox
junrushao1994 commented on code in PR #12408: URL: https://github.com/apache/tvm/pull/12408#discussion_r944843560 ## tests/python/unittest/test_meta_schedule_schedule_rule_multi_level_tiling.py: ## @@ -883,13 +883,13 @@ def test_cuda_tensor_core_matmul_relu_global():

[GitHub] [tvm] driazati opened a new pull request, #12414: [ci] Default to n=2 for test parallelism

2022-08-12 Thread GitBox
driazati opened a new pull request, #12414: URL: https://github.com/apache/tvm/pull/12414 This is attempt #2 of #12376 which was reverted in #12413. The changes in `plugin.py` should keep all the tests on the same node so sporadic failures don't happen due to scheduling. -- This is

[tvm] branch last-successful updated (db1ed779f8 -> 779a7ada4f)

2022-08-12 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 db1ed779f8 [docs] Update minimum compiler requirements for building from source (#12405) add

[tvm] branch main updated (57a02f7e26 -> 478b672f2b)

2022-08-12 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 57a02f7e26 Update hexagon max_concurrency to be at most equal to the number of HVX units available. (#12394) add

[GitHub] [tvm] masahi merged pull request #12413: [skip ci] Revert "[ci] Default to n=2 for test parallelism (#12376)"

2022-08-12 Thread GitBox
masahi merged PR #12413: URL: https://github.com/apache/tvm/pull/12413 -- 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 last-successful updated (369e8b2830 -> db1ed779f8)

2022-08-12 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 369e8b2830 [ci] Default to n=2 for test parallelism (#12376) add c3c7c4ccc3 [Profiler] Fix

[tvm] branch main updated (3eb673478b -> 57a02f7e26)

2022-08-12 Thread csullivan
This is an automated email from the ASF dual-hosted git repository. csullivan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 3eb673478b [LowerVTCMAlloc] Move LowerVtcmAlloc to after StorageRewrite (#12364) add 57a02f7e26 Update hexagon

[GitHub] [tvm] csullivan merged pull request #12394: Cap hexagon max con to number of HVX units

2022-08-12 Thread GitBox
csullivan merged PR #12394: URL: https://github.com/apache/tvm/pull/12394 -- 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] csullivan commented on a diff in pull request #12364: [LowerVTCMAlloc] Move LowerVtcmAlloc to after StorageRewrite

2022-08-12 Thread GitBox
csullivan commented on code in PR #12364: URL: https://github.com/apache/tvm/pull/12364#discussion_r944812082 ## src/tir/transforms/storage_rewrite.cc: ## @@ -583,8 +583,10 @@ class StoragePlanRewriter : public StmtExprMutator { }; // Checks whether the storage_scope is

[tvm] branch main updated: [LowerVTCMAlloc] Move LowerVtcmAlloc to after StorageRewrite (#12364)

2022-08-12 Thread csullivan
This is an automated email from the ASF dual-hosted git repository. csullivan 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 3eb673478b [LowerVTCMAlloc] Move LowerVtcmAlloc to

[GitHub] [tvm] csullivan merged pull request #12364: [LowerVTCMAlloc] Move LowerVtcmAlloc to after StorageRewrite

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

[GitHub] [tvm] github-actions[bot] commented on pull request #12413: [skip ci] Revert "[ci] Default to n=2 for test parallelism (#12376)"

2022-08-12 Thread GitBox
github-actions[bot] commented on PR #12413: URL: https://github.com/apache/tvm/pull/12413#issuecomment-1213473523 Built docs for commit 0778805ea3d11c95b74d843a12a675c97880dabe can be found [here](https://pr-docs.tlcpack.ai/PR-12413/1/docs/index.html). -- This is an automated

[GitHub] [tvm] driazati opened a new pull request, #12413: [skip ci] Revert "[ci] Default to n=2 for test parallelism (#12376)"

2022-08-12 Thread GitBox
driazati opened a new pull request, #12413: URL: https://github.com/apache/tvm/pull/12413 This reverts commit 369e8b283083a3440c59431a9438ca17afb73e4e. There are certain tests that need to be serialized first before this can merge or else failures like

[GitHub] [tvm] vinx13 opened a new pull request, #12412: [TIR, TVMScript] Update printer / parser to make T.allocate return buffer var

2022-08-12 Thread GitBox
vinx13 opened a new pull request, #12412: URL: https://github.com/apache/tvm/pull/12412 * Updated TVMScript syntax of `T.allocate` to return buffer var. * Added syntax sugar for `T.decl_buffer`. When `data` field is not specified, `data` will be implicitly created via `Allocate` stmt.

[GitHub] [tvm] adstraw opened a new pull request, #12411: [Hexagon] Asynchronous DMA support

2022-08-12 Thread GitBox
adstraw opened a new pull request, #12411: URL: https://github.com/apache/tvm/pull/12411 Adds adds asynchronous DMA support through the Hexagon User DMA engine with unit tests to validate basic functionality. Enables future testing and development for asynchronous memory copy on Hexagon.

[tvm] branch add-riscv-image updated (c663d3b325 -> 84d92dae6c)

2022-08-12 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch add-riscv-image in repository https://gitbox.apache.org/repos/asf/tvm.git discard c663d3b325 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. add 84d92dae6c Add ci_riscv

[GitHub] [tvm] MichaelJKlaiber commented on issue #12410: [Bug] Using AOT with UMA and TFLITE

2022-08-12 Thread GitBox
MichaelJKlaiber commented on issue #12410: URL: https://github.com/apache/tvm/issues/12410#issuecomment-1213445904 CC: @cgerum @PaulPalomeroBernardo @manupa-arm @areusch @lhutton1 @d-smirnov @mehrdadh @SebastianBoblest @sezgin1947 -- This is an automated message from the Apache Git

[GitHub] [tvm] areusch commented on a diff in pull request #12369: Add ci_riscv image, update all to 20220810-060142-fae79bbc3

2022-08-12 Thread GitBox
areusch commented on code in PR #12369: URL: https://github.com/apache/tvm/pull/12369#discussion_r944772833 ## ci/jenkins/Jenkinsfile.j2: ## @@ -51,15 +51,16 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils {% import 'ci/jenkins/macros.j2' as m with context -%}

[tvm] 01/01: Add ci_riscv image, update all to 20220810-060142-fae79bbc3.

2022-08-12 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch add-riscv-image in repository https://gitbox.apache.org/repos/asf/tvm.git commit c663d3b32587eeb2f1a2d88c3343f061ac5de7d9 Author: Andrew Reusch AuthorDate: Wed Aug 10 17:38:46 2022 -0700

[tvm] branch add-riscv-image updated (8e84492703 -> c663d3b325)

2022-08-12 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch add-riscv-image in repository https://gitbox.apache.org/repos/asf/tvm.git omit 8e84492703 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. add 99f5e921a5 Update C++

[tvm] branch add-riscv-image updated (8820449b02 -> 8e84492703)

2022-08-12 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch pushed a change to branch add-riscv-image in repository https://gitbox.apache.org/repos/asf/tvm.git omit 8820449b02 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. add 8e84492703 Add ci_riscv

[GitHub] [tvm] MichaelJKlaiber opened a new issue, #12410: [Bug] Using AOT with UMA and TFLITE

2022-08-12 Thread GitBox
MichaelJKlaiber opened a new issue, #12410: URL: https://github.com/apache/tvm/issues/12410 Hi everyone, found a possible issue. When executing a testcase using UMA and generating the test .c files via aot.py, it seems that the pointers of the offloaded functions are not in the

[GitHub] [tvm] mehrdadh commented on issue #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
mehrdadh commented on issue #12409: URL: https://github.com/apache/tvm/issues/12409#issuecomment-1213416897 coo, I will send a PR -- 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

[tvm] branch last-successful updated (d874a8ed52 -> 369e8b2830)

2022-08-12 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 d874a8ed52 [microNPU] Reorder copies and computes based on the cycle count (#11591) add 1de32b587b

[GitHub] [tvm] areusch commented on issue #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
areusch commented on issue #12409: URL: https://github.com/apache/tvm/issues/12409#issuecomment-1213397552 yeah i also support removing those options from Target now that we've released 0.9. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tvm] mehrdadh commented on issue #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
mehrdadh commented on issue #12409: URL: https://github.com/apache/tvm/issues/12409#issuecomment-1213395230 @Mousius I agree. Happy to send a PR and remove it. I think as a part of the refactor we should also remove `link-params` from target kinds like LLVM, C and hexagon. -- This is an

[GitHub] [tvm] Mousius commented on issue #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
Mousius commented on issue #12409: URL: https://github.com/apache/tvm/issues/12409#issuecomment-1213392951 Argh, yip, I think there's a few other permutations here - given we marked it as deprecated in `0.9` I think we should aim to remove it entirely in `0.10` so as to remove the

[tvm] branch main updated (db1ed779f8 -> 779a7ada4f)

2022-08-12 Thread tkonolige
This is an automated email from the ASF dual-hosted git repository. tkonolige pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from db1ed779f8 [docs] Update minimum compiler requirements for building from source (#12405) add 779a7ada4f Add

[GitHub] [tvm] tkonolige merged pull request #12402: Add sort_by_time flag to debug_executor.run method

2022-08-12 Thread GitBox
tkonolige merged PR #12402: URL: https://github.com/apache/tvm/pull/12402 -- 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] mehrdadh commented on issue #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
mehrdadh commented on issue #12409: URL: https://github.com/apache/tvm/issues/12409#issuecomment-1213381378 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

[GitHub] [tvm] mehrdadh opened a new issue, #12409: [Bug] _reconstruct_from_deprecated_options creates incorrect executor

2022-08-12 Thread GitBox
mehrdadh opened a new issue, #12409: URL: https://github.com/apache/tvm/issues/12409 example: ``` target = tvm.target.Target("llvm -link-params=1") executor = Executor("aot") ``` This will result in this executor: `graph{"link-params": 1}` I looked at the logic of

[tvm] branch main updated (c3c7c4ccc3 -> db1ed779f8)

2022-08-12 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from c3c7c4ccc3 [Profiler] Fix graph_executor_debug hang (#12382) add db1ed779f8 [docs] Update minimum compiler

[GitHub] [tvm] kparzysz-quic merged pull request #12405: [docs] Update minimum compiler requirements for building from source

2022-08-12 Thread GitBox
kparzysz-quic merged PR #12405: URL: https://github.com/apache/tvm/pull/12405 -- 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 opened a new pull request, #12408: [MetaSchedule] Filter vector_load_lens based on buffer dtype

2022-08-12 Thread GitBox
vinx13 opened a new pull request, #12408: URL: https://github.com/apache/tvm/pull/12408 This makes the same config generic to work across workloads with different types. cc @junrushao1994 @zxybazh @spectrometerHBH @masahi -- This is an automated message from the Apache Git

[tvm] branch last-successful updated (f4120e87ef -> d874a8ed52)

2022-08-12 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 f4120e87ef Add needs-triage label to CI Problem template (#12386) add d874a8ed52 [microNPU] Reorder

[GitHub] [tvm] mkatanbaf commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
mkatanbaf commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213317914 > @mkatanbaf Got it! Well, feels like déjà-vu to me (when using QEMU). When you ran locally in a loop did you use any container? yes, I'm using the cortexm docker container (formerly

[GitHub] [tvm] gromero commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
gromero commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213315767 We can re-trigger and hope for the best, but I wonder if the first issue -- in FVP hanging -- is blocker to merge it. @areusch Thoughts? :) -- This is an automated message from the

[GitHub] [tvm] leandron commented on pull request #12407: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron commented on PR #12407: URL: https://github.com/apache/tvm/pull/12407#issuecomment-1213312236 cc @NicolaLancellotti -- 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] gromero commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
gromero commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213311462 > There are some failing ethosu codegen tests on the rerun, but I don't think those are caused by this PR @mkatanbaf yeah I agree. So it means the CI is not "quite" stable ... and

[GitHub] [tvm] echuraev commented on a diff in pull request #12401: [HotFix] Op is not bound to any variables

2022-08-12 Thread GitBox
echuraev commented on code in PR #12401: URL: https://github.com/apache/tvm/pull/12401#discussion_r944636156 ## src/tir/transforms/storage_rewrite.cc: ## @@ -1463,7 +1463,9 @@ class VectorTypeRewriter : public StmtExprMutator { Stmt VisitStmt_(const LetStmtNode* op) final

[GitHub] [tvm] gromero commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
gromero commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213309932 @mkatanbaf Got it! Well, feels like déjà-vu to me (when using QEMU). When you run locally in a loop did you use any container? Anyways, I know how hard it can be. But how about the last

[GitHub] [tvm] mkatanbaf commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
mkatanbaf commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213309154 There are some failing ethosu codegen tests on the rerun, but I don't think those are caused by this PR -- This is an automated message from the Apache Git Service. To respond to the

[tvm] branch aarch64_frontend_tests updated (e063201732 -> c44156032e)

2022-08-12 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch aarch64_frontend_tests in repository https://gitbox.apache.org/repos/asf/tvm.git omit e063201732 [CI][aarch64] Enable ONNX and PyTorch tests on AArch64 add d874a8ed52 [microNPU]

[GitHub] [tvm] leandron closed pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron closed pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64 URL: https://github.com/apache/tvm/pull/12404 -- 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] leandron commented on pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron commented on PR #12404: URL: https://github.com/apache/tvm/pull/12404#issuecomment-1213304298 https://github.com/apache/tvm/pull/12407 -- 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] mkatanbaf commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
mkatanbaf commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213302544 @gromero Thanks for re-triggering the tests. This has happened locally a few times before (out of many runs!), and I talked with @areusch about it. This is difficult to reproduce, I ran

[tvm] branch aarch64_frontend_tests created (now e063201732)

2022-08-12 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch aarch64_frontend_tests in repository https://gitbox.apache.org/repos/asf/tvm.git at e063201732 [CI][aarch64] Enable ONNX and PyTorch tests on AArch64 No new revisions were added by this

[GitHub] [tvm] leandron opened a new pull request, #12407: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron opened a new pull request, #12407: URL: https://github.com/apache/tvm/pull/12407 This make use of recent work done in enabling PyTorch and ONNX tests to be run on AArch64 to actually enable the tests to run as part of CI. Co-Authored-By: Nicola Lancellotti

[tvm] branch main updated (369e8b2830 -> c3c7c4ccc3)

2022-08-12 Thread tkonolige
This is an automated email from the ASF dual-hosted git repository. tkonolige pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from 369e8b2830 [ci] Default to n=2 for test parallelism (#12376) add c3c7c4ccc3 [Profiler] Fix graph_executor_debug

[GitHub] [tvm] tkonolige merged pull request #12382: [Profiler] Fix graph_executor_debug hang

2022-08-12 Thread GitBox
tkonolige merged PR #12382: URL: https://github.com/apache/tvm/pull/12382 -- 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] trahman-quic commented on a diff in pull request #12406: [TOPI][Hexagon] Implement quantized elementwise

2022-08-12 Thread GitBox
trahman-quic commented on code in PR #12406: URL: https://github.com/apache/tvm/pull/12406#discussion_r944617219 ## python/tvm/topi/hexagon/utils.py: ## @@ -151,3 +152,81 @@ def get_layout_transform_fn(layout): if layout == "nhwc-8h8w32c-2d": return

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

2022-08-12 Thread GitBox
trahman-quic opened a new pull request, #12406: URL: https://github.com/apache/tvm/pull/12406 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] leandron commented on a diff in pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron commented on code in PR #12404: URL: https://github.com/apache/tvm/pull/12404#discussion_r944614233 ## ci/jenkins/Test.groovy.j2: ## @@ -183,7 +183,11 @@ ci_setup(ci_arm) sh ( script: "${docker_run} ${ci_arm} ./tests/scripts/task_python_frontend_cpu.sh", -

[GitHub] [tvm] kparzysz-quic commented on pull request #12337: Update C++ standard to C++17

2022-08-12 Thread GitBox
kparzysz-quic commented on PR #12337: URL: https://github.com/apache/tvm/pull/12337#issuecomment-1213278268 I created a https://github.com/apache/tvm/pull/12405 with docs update. Let me know if you want to have more information in it. -- This is an automated message from the Apache Git

[GitHub] [tvm] driazati commented on a diff in pull request #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
driazati commented on code in PR #12404: URL: https://github.com/apache/tvm/pull/12404#discussion_r944611923 ## ci/jenkins/Test.groovy.j2: ## @@ -183,7 +183,11 @@ ci_setup(ci_arm) sh ( script: "${docker_run} ${ci_arm} ./tests/scripts/task_python_frontend_cpu.sh", -

[tvm] branch main updated (1de32b587b -> 369e8b2830)

2022-08-12 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 1de32b587b [Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs (#12319) add 369e8b2830 [ci] Default to

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

2022-08-12 Thread GitBox
driazati merged PR #12376: URL: https://github.com/apache/tvm/pull/12376 -- 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 ir-builder updated (6b5393645d -> a1b3a85e60)

2022-08-12 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch ir-builder in repository https://gitbox.apache.org/repos/asf/tvm.git discard 6b5393645d Squashed new a1b3a85e60 Squashed This update added new revisions after undoing existing

[tvm] branch main updated (d874a8ed52 -> 1de32b587b)

2022-08-12 Thread lukhut
This is an automated email from the ASF dual-hosted git repository. lukhut pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from d874a8ed52 [microNPU] Reorder copies and computes based on the cycle count (#11591) add 1de32b587b [Target] Add

[GitHub] [tvm] lhutton1 merged pull request #12319: [Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs

2022-08-12 Thread GitBox
lhutton1 merged PR #12319: URL: https://github.com/apache/tvm/pull/12319 -- 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] Mousius commented on a diff in pull request #12319: [Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs

2022-08-12 Thread GitBox
Mousius commented on code in PR #12319: URL: https://github.com/apache/tvm/pull/12319#discussion_r944580475 ## tests/scripts/task_python_docs.sh: ## @@ -81,6 +81,8 @@ IGNORED_WARNINGS=( 'gen_gallery extension is not safe for parallel' 'strategy:conv2d NHWC layout is

[GitHub] [tvm] Mousius merged pull request #11591: [microNPU] Reorder copies and computes based on the cycle count

2022-08-12 Thread GitBox
Mousius merged PR #11591: URL: https://github.com/apache/tvm/pull/11591 -- 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: [microNPU] Reorder copies and computes based on the cycle count (#11591)

2022-08-12 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius 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 d874a8ed52 [microNPU] Reorder copies and computes

[GitHub] [tvm] leandron opened a new pull request, #12404: [CI][aarch64] Enable ONNX and PyTorch tests on AArch64

2022-08-12 Thread GitBox
leandron opened a new pull request, #12404: URL: https://github.com/apache/tvm/pull/12404 This make use of recent work done in enabling PyTorch and ONNX tests to be run on AArch64 to actually enable the tests to run as part of CI. Co-Authored-By: Nicola Lancellotti cc

[GitHub] [tvm] lhutton1 opened a new pull request, #12403: [ETHOSN] Support multiply conversion to depthwise

2022-08-12 Thread GitBox
lhutton1 opened a new pull request, #12403: URL: https://github.com/apache/tvm/pull/12403 Multiply can be supported when offloaded to the NPU by a conversion to a depthwise convolution operation. This is only supported when the multiply operation has a single single variable input with the

[tvm] branch last-successful updated (a1c371f46c -> f4120e87ef)

2022-08-12 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 a1c371f46c [PyTorch] Fix all_any_common with no default input (#12395) add f4120e87ef Add needs-triage

[GitHub] [tvm] lhutton1 commented on a diff in pull request #12319: [Target] Add Target Parser for Arm(R) Cortex(R) M-Profile CPUs

2022-08-12 Thread GitBox
lhutton1 commented on code in PR #12319: URL: https://github.com/apache/tvm/pull/12319#discussion_r944521729 ## tests/scripts/task_python_docs.sh: ## @@ -81,6 +81,8 @@ IGNORED_WARNINGS=( 'gen_gallery extension is not safe for parallel' 'strategy:conv2d NHWC layout is

[GitHub] [tvm] ashutosh-arm commented on a diff in pull request #12353: [CMSIS-NN] Pad fusion with QNN Conv2D

2022-08-12 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944485521 ## src/relay/backend/contrib/cmsisnn/fuse_pads.cc: ## @@ -0,0 +1,219 @@ + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] Lunderberg commented on a diff in pull request #12401: [HotFix] Op is not bound to any variables

2022-08-12 Thread GitBox
Lunderberg commented on code in PR #12401: URL: https://github.com/apache/tvm/pull/12401#discussion_r944462931 ## src/tir/transforms/storage_rewrite.cc: ## @@ -1463,7 +1463,9 @@ class VectorTypeRewriter : public StmtExprMutator { Stmt VisitStmt_(const LetStmtNode* op)

[GitHub] [tvm] Icemist commented on a diff in pull request #12402: Add sort_by_time flag to debug_executor.run method

2022-08-12 Thread GitBox
Icemist commented on code in PR #12402: URL: https://github.com/apache/tvm/pull/12402#discussion_r944459356 ## python/tvm/contrib/debugger/debug_executor.py: ## @@ -274,6 +274,7 @@ def run( min_repeat_ms=1, cooldown_interval_ms=0,

[GitHub] [tvm] echuraev commented on a diff in pull request #12402: Add sort_by_time flag to debug_executor.run method

2022-08-12 Thread GitBox
echuraev commented on code in PR #12402: URL: https://github.com/apache/tvm/pull/12402#discussion_r944453149 ## python/tvm/contrib/debugger/debug_executor.py: ## @@ -274,6 +274,7 @@ def run( min_repeat_ms=1, cooldown_interval_ms=0,

[GitHub] [tvm] Icemist opened a new pull request, #12402: Add sort_by_time flag to debug_executor.run method

2022-08-12 Thread GitBox
Icemist opened a new pull request, #12402: URL: https://github.com/apache/tvm/pull/12402 Sometimes you may want to disable time sorting if you want to compare some outputs with each other. CC @echuraev -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] gromero commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
gromero commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213076210 @mkatanbaf @areusch @mehrdadh I've re-triggered the tests, but apparently @mkatanbaf have done it already once... it seems that one of the FVP process got stuck for about ~3h: ```

[GitHub] [tvm] gromero commented on pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-12 Thread GitBox
gromero commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1213074527 @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] Mousius merged pull request #12386: Add needs-triage label to CI Problem template

2022-08-12 Thread GitBox
Mousius merged PR #12386: URL: https://github.com/apache/tvm/pull/12386 -- 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 (a1c371f46c -> f4120e87ef)

2022-08-12 Thread mousius
This is an automated email from the ASF dual-hosted git repository. mousius pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from a1c371f46c [PyTorch] Fix all_any_common with no default input (#12395) add f4120e87ef Add needs-triage label to CI

[tvm] branch last-successful updated (22dcf4490d -> a1c371f46c)

2022-08-12 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 22dcf4490d [PyTorch] Fix pad_common for float pad_value (#12134) add a1c371f46c [PyTorch] Fix

[GitHub] [tvm] echuraev opened a new pull request, #12401: [HotFix] Op is not bound to any variables

2022-08-12 Thread GitBox
echuraev opened a new pull request, #12401: URL: https://github.com/apache/tvm/pull/12401 After PR #12349 inference of some Adreno networks was broken. In the output it was the following error: ``` TVMError: Not all Vars are passed in api_args: 'compute' is not bound to any

[GitHub] [tvm] lhutton1 commented on a diff in pull request #12384: [ETHOSN] Add support for Requantize

2022-08-12 Thread GitBox
lhutton1 commented on code in PR #12384: URL: https://github.com/apache/tvm/pull/12384#discussion_r944311020 ## src/relay/backend/contrib/ethosn/ethosn_api.cc: ## @@ -676,6 +677,35 @@ EthosnError EthosnAPI::Relu(const Expr& expr, ReluParams* params) { return err; }

[GitHub] [tvm] padreofthegame opened a new issue, #12400: [Bug] [Relay] Problems observed working with `relay.squeeze`

2022-08-12 Thread GitBox
padreofthegame opened a new issue, #12400: URL: https://github.com/apache/tvm/issues/12400 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

  1   2   >