[tvm] branch last-successful updated (e8de88e4f5 -> 3cb57d20a0)

2022-08-11 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 e8de88e4f5 [BYOC] [DNNL] enable in-place post-op sum in dnnl json runtime (#12371) add 5deb95a947

[tvm] branch last-successful updated (de12486271 -> e8de88e4f5)

2022-08-11 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 de12486271 [ci][docker] Tag tlcpackstaging images to tlcpack (#11832) add e8de88e4f5 [BYOC] [DNNL]

[GitHub] [tvm] yelite commented on a diff in pull request #12232: [TVM PyTorch Integration] libstdc++ CXX11 ABI Compatibility & boolean tensor support

2022-08-11 Thread GitBox
yelite commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r944074708 ## src/contrib/torch/tvm_module_wrapper/runtime_bridge.h: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[tvm] branch main updated (e3e65ce581 -> 702cb43f0b)

2022-08-11 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 e3e65ce581 Add Python function to get type index by class (#12393) add 702cb43f0b [Target] Fix C5 Target Tag to

[GitHub] [tvm] junrushao1994 merged pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
junrushao1994 merged PR #12385: URL: https://github.com/apache/tvm/pull/12385 -- 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 (3cb57d20a0 -> e3e65ce581)

2022-08-11 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 3cb57d20a0 [TVMScript] Printer Frame (#12366) add e3e65ce581 Add Python function to get type index by class

[GitHub] [tvm] junrushao1994 merged pull request #12393: Add function to get type index from Python class

2022-08-11 Thread GitBox
junrushao1994 merged PR #12393: URL: https://github.com/apache/tvm/pull/12393 -- 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: [TVMScript] Printer Frame (#12366)

2022-08-11 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 3cb57d20a0 [TVMScript] Printer Frame (#12366)

[GitHub] [tvm] junrushao1994 merged pull request #12366: [TVMScript] Printer Frame

2022-08-11 Thread GitBox
junrushao1994 merged PR #12366: URL: https://github.com/apache/tvm/pull/12366 -- 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 merged pull request #12286: [Adreno][OpenCL] Get rid of extra memory copy

2022-08-11 Thread GitBox
masahi merged PR #12286: URL: https://github.com/apache/tvm/pull/12286 -- 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: [Adreno][OpenCL] Get rid of extra memory copy (#12286)

2022-08-11 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 5deb95a947 [Adreno][OpenCL] Get rid of extra memory

[GitHub] [tvm] masahi merged pull request #12371: [BYOC] [DNNL] enable in-place post-op sum in dnnl json runtime

2022-08-11 Thread GitBox
masahi merged PR #12371: URL: https://github.com/apache/tvm/pull/12371 -- 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 (de12486271 -> e8de88e4f5)

2022-08-11 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 de12486271 [ci][docker] Tag tlcpackstaging images to tlcpack (#11832) add e8de88e4f5 [BYOC] [DNNL] enable in-place

[GitHub] [tvm] mbrookhart commented on pull request #12363: [Relay] Add Rsqrt to SimplifyExpr

2022-08-11 Thread GitBox
mbrookhart commented on PR #12363: URL: https://github.com/apache/tvm/pull/12363#issuecomment-1212675871 Looks like this changed some expected graphs in other tests, will fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2022-08-11 Thread GitBox
yelite commented on code in PR #12396: URL: https://github.com/apache/tvm/pull/12396#discussion_r944067936 ## src/script/printer/ir_docsifier.cc: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [tvm] yelite opened a new pull request, #12396: [TVMScript] Printer IRDocsifier

2022-08-11 Thread GitBox
yelite opened a new pull request, #12396: URL: https://github.com/apache/tvm/pull/12396 This PR: - Adds IRDocsifier This PR is in draft state because it's branched off from a pending PR #12336 Tracking issue: https://github.com/apache/tvm/issues/11912 cc

[tvm] branch last-successful updated (7e1444111e -> de12486271)

2022-08-11 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 7e1444111e [skip ci][ci] Fix Jenkinsfile (#12387) add 99f5e921a5 Update C++ standard to C++17 (#12337)

[GitHub] [tvm] TejashShah commented on pull request #12286: [Adreno][OpenCL] Get rid of extra memory copy

2022-08-11 Thread GitBox
TejashShah commented on PR #12286: URL: https://github.com/apache/tvm/pull/12286#issuecomment-1212647463 cc @masahi @csullivan -- 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] shingjan opened a new pull request, #12395: [PyTorch] Fix all_any_common with no default input

2022-08-11 Thread GitBox
shingjan opened a new pull request, #12395: URL: https://github.com/apache/tvm/pull/12395 This PR intends to fix the `all_any_common` op in the pytorch frontend for the use case that no arguments are present for those two ops in pytorch. cc: @masahi -- This is an automated

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

2022-08-11 Thread GitBox
junrushao1994 commented on PR #12337: URL: https://github.com/apache/tvm/pull/12337#issuecomment-1212620091 I would love to second @ganler that we might want to provide clearer instruction on TVM official website to make TVM more approachable to new contributors. @kparzysz-quic @tqchen

[GitHub] [tvm] zxybazh commented on pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
zxybazh commented on PR #12385: URL: https://github.com/apache/tvm/pull/12385#issuecomment-1212617187 @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] masahi commented on a diff in pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
masahi commented on code in PR #12385: URL: https://github.com/apache/tvm/pull/12385#discussion_r944027103 ## src/target/tag.cc: ## @@ -349,19 +349,18 @@ TVM_REGISTER_CUDA_TAG("nvidia/tegra-x1", "sm_53", 49152, 32768); #undef TVM_REGISTER_CUDA_TAG -#define

[GitHub] [tvm] shingjan commented on a diff in pull request #12134: [PyTorch] Fix pad_common for float pad_value

2022-08-11 Thread GitBox
shingjan commented on code in PR #12134: URL: https://github.com/apache/tvm/pull/12134#discussion_r944024273 ## python/tvm/relay/frontend/pytorch.py: ## @@ -1925,16 +1925,25 @@ def pad_common(self, mode, pad_value, inputs, input_types): for pad in paddings:

[GitHub] [tvm] nverke opened a new pull request, #12394: Cap hexagon max con to number of HVX units

2022-08-11 Thread GitBox
nverke opened a new pull request, #12394: URL: https://github.com/apache/tvm/pull/12394 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 from

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

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944014209 ## tests/python/contrib/test_cmsisnn/test_conv2d.py: ## @@ -729,7 +830,7 @@ def test_invalid_parameters( in_dtype, kernel_dtype, in_dtype,

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

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944013801 ## tests/python/contrib/test_cmsisnn/test_conv2d.py: ## @@ -729,7 +830,7 @@ def test_invalid_parameters( in_dtype, kernel_dtype, in_dtype,

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

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944012978 ## tests/python/contrib/test_cmsisnn/test_fuse_pads.py: ## @@ -0,0 +1,279 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

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

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944013097 ## 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] ashutosh-arm commented on a diff in pull request #12353: [CMSIS-NN] Pad fusion with QNN Conv2D

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944012860 ## tests/python/contrib/test_cmsisnn/test_fuse_pads.py: ## @@ -0,0 +1,279 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

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

2022-08-11 Thread GitBox
ashutosh-arm commented on code in PR #12353: URL: https://github.com/apache/tvm/pull/12353#discussion_r944012748 ## 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] gromero commented on a diff in pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r944008143 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -166,6 +169,18 @@ def _find_board_from_cmake_file(cmake_file: Union[str, pathlib.Path]) -> str:

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

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r944009772 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] yelite opened a new pull request, #12393: Add function to get type index from Python class

2022-08-11 Thread GitBox
yelite opened a new pull request, #12393: URL: https://github.com/apache/tvm/pull/12393 This PR adds a Python function to get type index from Python class object. It's useful when type index needs to be passed from Python to C++. For example, in #11912 we need to get the type index from

[tvm] branch last-successful updated (ecfd9692a0 -> 7e1444111e)

2022-08-11 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 ecfd9692a0 Unify name mangling in TVM (#12066) add 52152e0be6 Build and test TVM under minimal

[GitHub] [tvm] driazati opened a new issue, #12392: [ci] Don't merge before running CI on `main`

2022-08-11 Thread GitBox
driazati opened a new issue, #12392: URL: https://github.com/apache/tvm/issues/12392 Here Jenkins fetches the latest `main` and merges code with it to make sure PRs are up to date before running everything:

[tvm] branch main updated (99f5e921a5 -> de12486271)

2022-08-11 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 99f5e921a5 Update C++ standard to C++17 (#12337) add de12486271 [ci][docker] Tag tlcpackstaging images to tlcpack

[GitHub] [tvm] driazati merged pull request #11832: [ci][docker] Tag tlcpackstaging images to tlcpack

2022-08-11 Thread GitBox
driazati merged PR #11832: URL: https://github.com/apache/tvm/pull/11832 -- 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] gromero commented on a diff in pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943999664 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] github-actions[bot] commented on pull request #12389: [ci] Check for timestamps in Jenkinsfile changes

2022-08-11 Thread GitBox
github-actions[bot] commented on PR #12389: URL: https://github.com/apache/tvm/pull/12389#issuecomment-1212568472 Built docs for commit 24f9c73b301216d9c1ed6d94449bdd8628444762 can be found [here](https://pr-docs.tlcpack.ai/PR-12389/4/docs/index.html). -- This is an automated

[GitHub] [tvm] mkatanbaf opened a new pull request, #12390: [MicroTVM] add heap-size to project options

2022-08-11 Thread GitBox
mkatanbaf opened a new pull request, #12390: URL: https://github.com/apache/tvm/pull/12390 This PR adds heap-size to the microTVM project options. So far the heap size has been fixed (216KB) for all boards. Exposing it as a project option allows the user to modify the value based on the

[tvm] branch main updated: Update C++ standard to C++17 (#12337)

2022-08-11 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz 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 99f5e921a5 Update C++ standard to C++17 (#12337)

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

2022-08-11 Thread GitBox
kparzysz-quic merged PR #12337: URL: https://github.com/apache/tvm/pull/12337 -- 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 a diff in pull request #12125: [microTVM] Zephyr: Add support for FVP

2022-08-11 Thread GitBox
driazati commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943983138 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] yongwww commented on a diff in pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
yongwww commented on code in PR #12385: URL: https://github.com/apache/tvm/pull/12385#discussion_r94393 ## src/target/tag.cc: ## @@ -349,19 +349,18 @@ TVM_REGISTER_CUDA_TAG("nvidia/tegra-x1", "sm_53", 49152, 32768); #undef TVM_REGISTER_CUDA_TAG -#define

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943964049 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943964049 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943964049 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

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

2022-08-11 Thread GitBox
tkonolige commented on PR #12382: URL: https://github.com/apache/tvm/pull/12382#issuecomment-1212522975 @echuraev thanks for this PR. Its definitely an edge case we need fixed. @Icemist Thanks for reviewing! -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943948778 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -344,6 +357,18 @@ def _get_nrf_device_args(options): type="str", help="Path to

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943948149 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -904,5 +982,192 @@ def _wait_for_qemu(self): raise ValueError(f"{item} not

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943947844 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943942967 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -904,5 +982,192 @@ def _wait_for_qemu(self): raise ValueError(f"{item} not

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

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

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943937552 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943936148 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

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

2022-08-11 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 b4567cba67 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. add 8820449b02 Add ci_riscv

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943933792 ## apps/microtvm/zephyr/template_project/CMakeLists.txt.template: ## @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.13.1) set(ENV{QEMU_BIN_PATH}

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

2022-08-11 Thread GitBox
areusch commented on PR #12369: URL: https://github.com/apache/tvm/pull/12369#issuecomment-1212475677 cool, should be fine, repushed to fix merge conflict. -- 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 add-riscv-image updated (41fd385fe6 -> b4567cba67)

2022-08-11 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 41fd385fe6 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. add 1a3d36a28d [ci] Test

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943920872 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

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

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

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943917402 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] junrushao1994 commented on pull request #12366: [TVMScript] Printer Frame

2022-08-11 Thread GitBox
junrushao1994 commented on PR #12366: URL: https://github.com/apache/tvm/pull/12366#issuecomment-1212466626 The PR looks pretty good! Let's address my nitpick and get the CI green -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2022-08-11 Thread GitBox
junrushao1994 commented on code in PR #12366: URL: https://github.com/apache/tvm/pull/12366#discussion_r943916987 ## src/script/printer/frame.cc: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943912859 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -578,49 +623,78 @@ def generate_project(self, model_library_format_path, standalone_crt_dir,

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943911684 ## apps/microtvm/zephyr/template_project/microtvm_api_server.py: ## @@ -166,6 +169,16 @@ def _find_board_from_cmake_file(cmake_file: Union[str, pathlib.Path]) -> str:

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943908640 ## apps/microtvm/zephyr/template_project/CMakeLists.txt.template: ## @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.13.1) set(ENV{QEMU_BIN_PATH}

[GitHub] [tvm] github-actions[bot] commented on pull request #12386: Add needs-triage label to CI Problem template

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

[GitHub] [tvm] driazati commented on a diff in pull request #12367: [ci] Add linter for PR title and body

2022-08-11 Thread GitBox
driazati commented on code in PR #12367: URL: https://github.com/apache/tvm/pull/12367#discussion_r943897850 ## tests/scripts/check_pr.py: ## @@ -0,0 +1,151 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm] mkatanbaf commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943883500 ## apps/microtvm/zephyr/template_project/src/host_driven/fvp/semihost.h: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [tvm] driazati opened a new pull request, #12389: [ci] Check for timestamps in Jenkinsfile changes

2022-08-11 Thread GitBox
driazati opened a new pull request, #12389: URL: https://github.com/apache/tvm/pull/12389 This closes #12388 -- 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 merged pull request #12387: [skip ci][ci] Fix Jenkinsfile

2022-08-11 Thread GitBox
areusch merged PR #12387: URL: https://github.com/apache/tvm/pull/12387 -- 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 (48354ded38 -> 7e1444111e)

2022-08-11 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 48354ded38 [Hexagon] Add skip option for RPC server initialization (#12368) add 7e1444111e [skip ci][ci] Fix

[GitHub] [tvm] driazati opened a new issue, #12388: [ci] Assert that Jenkinsfile changes also change the timestamp

2022-08-11 Thread GitBox
driazati opened a new issue, #12388: URL: https://github.com/apache/tvm/issues/12388 Concurrent Jenkinsfile changes that happen in a sequence like: 1. PR 1 makes changes 2. PR 2 makes changes 3. PR 1 merges 4. PR 2 merges Can create a situation where both PRs pass CI

[GitHub] [tvm] github-actions[bot] commented on pull request #12387: [skip ci][ci] Fix Jenkinsfile

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

[tvm] branch main updated (52152e0be6 -> 48354ded38)

2022-08-11 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 52152e0be6 Build and test TVM under minimal configuration (#12178) add 48354ded38 [Hexagon] Add skip option for RPC

[GitHub] [tvm] mehrdadh merged pull request #12368: [Hexagon] Add skip option for RPC server initialization

2022-08-11 Thread GitBox
mehrdadh merged PR #12368: URL: https://github.com/apache/tvm/pull/12368 -- 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 opened a new pull request, #12387: [skip ci][ci] Fix Jenkinsfile

2022-08-11 Thread GitBox
driazati opened a new pull request, #12387: URL: https://github.com/apache/tvm/pull/12387 This got out of date after merging #12178 -- 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] driazati opened a new pull request, #12386: Add needs-triage label to CI Problem template

2022-08-11 Thread GitBox
driazati opened a new pull request, #12386: URL: https://github.com/apache/tvm/pull/12386 These issues are reported as part of the CI monitoring rotation and usually reflect something contained and actionable. As such we should track and monitor these issues and make sure that a proper

[GitHub] [tvm] zxybazh commented on pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
zxybazh commented on PR #12385: URL: https://github.com/apache/tvm/pull/12385#issuecomment-1212370344 @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

[tvm] branch last-successful updated (f5f5a75ae9 -> ecfd9692a0)

2022-08-11 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 f5f5a75ae9 [TVMScript] Text underlining in DocPrinter based on Doc's source_paths (#12344) add

[GitHub] [tvm] zxybazh commented on a diff in pull request #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
zxybazh commented on code in PR #12385: URL: https://github.com/apache/tvm/pull/12385#discussion_r943802646 ## src/target/tag.cc: ## @@ -349,19 +349,18 @@ TVM_REGISTER_CUDA_TAG("nvidia/tegra-x1", "sm_53", 49152, 32768); #undef TVM_REGISTER_CUDA_TAG -#define

[GitHub] [tvm] driazati closed issue #11932: Exercise TVM under minimal configuration in CI

2022-08-11 Thread GitBox
driazati closed issue #11932: Exercise TVM under minimal configuration in CI URL: https://github.com/apache/tvm/issues/11932 -- 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 merged pull request #12178: Build and test TVM under minimal configuration

2022-08-11 Thread GitBox
driazati merged PR #12178: URL: https://github.com/apache/tvm/pull/12178 -- 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 (ecfd9692a0 -> 52152e0be6)

2022-08-11 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 ecfd9692a0 Unify name mangling in TVM (#12066) add 52152e0be6 Build and test TVM under minimal configuration

[GitHub] [tvm] zxybazh opened a new pull request, #12385: [Target] Fix C5 Target Tag to Include CascadeLake Archs

2022-08-11 Thread GitBox
zxybazh opened a new pull request, #12385: URL: https://github.com/apache/tvm/pull/12385 >The C5 and C5d 12xlarge, 24xlarge, and metal instances feature custom 2nd generation [Intel](https://aws.amazon.com/intel/) Xeon Scalable Processors (Cascade Lake) with a sustained all-core turbo

[GitHub] [tvm] gromero commented on a diff in pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
gromero commented on code in PR #12125: URL: https://github.com/apache/tvm/pull/12125#discussion_r943725515 ## apps/microtvm/zephyr/template_project/src/host_driven/fvp/semihost.h: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [tvm] mkatanbaf commented on pull request #12125: Zephyr fvp support

2022-08-11 Thread GitBox
mkatanbaf commented on PR #12125: URL: https://github.com/apache/tvm/pull/12125#issuecomment-1212290085 thanks, @mehrdadh. I tested this commit with microTVM hardware CI, and compared the errors against nightly build 316. No new error was introduced. -- This is an automated message from

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

2022-08-11 Thread GitBox
areusch commented on PR #12369: URL: https://github.com/apache/tvm/pull/12369#issuecomment-1212282313 oh yeah oops, thanks. -- 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] areusch commented on a diff in pull request #12367: [ci] Add linter for PR title and body

2022-08-11 Thread GitBox
areusch commented on code in PR #12367: URL: https://github.com/apache/tvm/pull/12367#discussion_r943732215 ## tests/scripts/check_pr.py: ## @@ -0,0 +1,151 @@ +#!/usr/bin/env python3 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

[GitHub] [tvm-rfcs] vinx13 commented on a diff in pull request #87: Amend RFC0070 with DeclBuffer TVMScript syntax updates

2022-08-11 Thread GitBox
vinx13 commented on code in PR #87: URL: https://github.com/apache/tvm-rfcs/pull/87#discussion_r943730590 ## rfcs/0070-introducing-decl-buffer.md: ## @@ -146,9 +146,36 @@ Specifically, the updated flow of buffer flattening using `DeclBuffer` will be: with flattened indices.

[GitHub] [tvm-rfcs] areusch commented on a diff in pull request #87: Amend RFC0070 with DeclBuffer TVMScript syntax updates

2022-08-11 Thread GitBox
areusch commented on code in PR #87: URL: https://github.com/apache/tvm-rfcs/pull/87#discussion_r943729451 ## rfcs/0070-introducing-decl-buffer.md: ## @@ -146,9 +146,36 @@ Specifically, the updated flow of buffer flattening using `DeclBuffer` will be: with flattened indices.

[tvm] branch add-riscv-image created (now 41fd385fe6)

2022-08-11 Thread driazati
This is an automated email from the ASF dual-hosted git repository. driazati pushed a change to branch add-riscv-image in repository https://gitbox.apache.org/repos/asf/tvm.git at 41fd385fe6 Add ci_riscv image, update all to 20220810-060142-fae79bbc3. No new revisions were added by this

[GitHub] [tvm] farshidsp commented on a diff in pull request #12368: [Hexagon] Add skip option for RPC server initialization

2022-08-11 Thread GitBox
farshidsp commented on code in PR #12368: URL: https://github.com/apache/tvm/pull/12368#discussion_r943687312 ## python/tvm/contrib/hexagon/pytest_plugin.py: ## @@ -260,9 +261,21 @@ def aot_target(aot_host_target): assert False, "Incorrect AoT host target:

[GitHub] [tvm] mehrdadh commented on a diff in pull request #12368: [Hexagon] Add skip option for RPC server initialization

2022-08-11 Thread GitBox
mehrdadh commented on code in PR #12368: URL: https://github.com/apache/tvm/pull/12368#discussion_r943682940 ## python/tvm/contrib/hexagon/pytest_plugin.py: ## @@ -260,9 +261,21 @@ def aot_target(aot_host_target): assert False, "Incorrect AoT host target:

[tvm] branch main updated: Unify name mangling in TVM (#12066)

2022-08-11 Thread areusch
This is an automated email from the ASF dual-hosted git repository. areusch 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 ecfd9692a0 Unify name mangling in TVM (#12066)

[GitHub] [tvm] areusch merged pull request #12066: Unify name mangling in TVM

2022-08-11 Thread GitBox
areusch merged PR #12066: URL: https://github.com/apache/tvm/pull/12066 -- 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] NicolaLancellotti opened a new pull request, #12384: [ETHOSN] Add support for Requantize

2022-08-11 Thread GitBox
NicolaLancellotti opened a new pull request, #12384: URL: https://github.com/apache/tvm/pull/12384 This commit adds support for the requantize operator for the Arm(R) Ethos(TM)-N NPU. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] Icemist commented on a diff in pull request #12382: [Profiler] Fix graph_executor_debug hang

2022-08-11 Thread GitBox
Icemist commented on code in PR #12382: URL: https://github.com/apache/tvm/pull/12382#discussion_r943548530 ## include/tvm/runtime/profiling.h: ## @@ -573,6 +573,8 @@ PackedFunc ProfileFunction(Module mod, std::string func_name, int device_type, i *minimum duration

[GitHub] [tvm] Lunderberg commented on a diff in pull request #12352: [TIR] Add pass to check for out of bounds memory access

2022-08-11 Thread GitBox
Lunderberg commented on code in PR #12352: URL: https://github.com/apache/tvm/pull/12352#discussion_r943553263 ## src/tir/analysis/oob_checker.cc: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

  1   2   >