[GitHub] [tvm] zhanghaohit commented on pull request #6126: [VTA][OpenCL] intelfocl

2021-04-18 Thread GitBox
zhanghaohit commented on pull request #6126: URL: https://github.com/apache/tvm/pull/6126#issuecomment-822200672 > [apache/tvm-vta#24](https://github.com/apache/tvm-vta/pull/24) is now merged, we should be good to update the submodule and CI @tmoreau89 Great. I've update the submodul

[GitHub] [tvm] FrozenGene commented on a change in pull request #7877: Async measurer API for auto-scheduler scripts

2021-04-18 Thread GitBox
FrozenGene commented on a change in pull request #7877: URL: https://github.com/apache/tvm/pull/7877#discussion_r615512179 ## File path: include/tvm/auto_scheduler/measure.h ## @@ -340,9 +351,14 @@ class LocalBuilderNode : public ProgramBuilderNode { public: /*! \brief Bui

[GitHub] [tvm] eleflea commented on issue #7872: The Relay type checker is unable to show the following types match. In particular dimension 0 conflicts: 1200 does not match 400.

2021-04-18 Thread GitBox
eleflea commented on issue #7872: URL: https://github.com/apache/tvm/issues/7872#issuecomment-822129214 @masahi After researching, I think it is a problem of quantized grouped convolution, and it cannot be quantified in multiple groups. Please refer to #7878 for the specific reproducible s

[GitHub] [tvm] eleflea opened a new issue #7878: PyTorch quantized group conv2d raise an error when converting to tvm

2021-04-18 Thread GitBox
eleflea opened a new issue #7878: URL: https://github.com/apache/tvm/issues/7878 Hi I find a bug of relay. I used pytorch to quantize a grouped convolution model, and an error was reported in `relay.frontend.from_pytorch` function. Detailed as follows. ``` import tvm from tvm i

[GitHub] [tvm] jcf94 commented on a change in pull request #7877: Async measurer API for auto-scheduler scripts

2021-04-18 Thread GitBox
jcf94 commented on a change in pull request #7877: URL: https://github.com/apache/tvm/pull/7877#discussion_r615504135 ## File path: include/tvm/auto_scheduler/measure.h ## @@ -340,9 +351,14 @@ class LocalBuilderNode : public ProgramBuilderNode { public: /*! \brief Build fu

[GitHub] [tvm] apeskov opened a new pull request #7877: Async measurer API for auto-scheduler scripts

2021-04-18 Thread GitBox
apeskov opened a new pull request #7877: URL: https://github.com/apache/tvm/pull/7877 Introduce callback based async API for Builder/Runner. It allows to build async pipelines for kernel evaluation. Totally it speeds up measure process by overlapping build and run stages. -- This is an

[GitHub] [tvm] apeskov opened a new pull request #7876: [iOS] Add tracker support into ios-rpc application

2021-04-18 Thread GitBox
apeskov opened a new pull request #7876: URL: https://github.com/apache/tvm/pull/7876 This patch introduces tracker support for iOS roc application. That is mandatory functionality for auto tuning process for iOS platform. This is a port of app/cpp_rpc sources. Also Fontaine'

[GitHub] [tvm] apeskov opened a new pull request #7875: Custom dyld linker for iOS mach-o executable files

2021-04-18 Thread GitBox
apeskov opened a new pull request #7875: URL: https://github.com/apache/tvm/pull/7875 This PR is a part of iOS enabling efforts. Particularly it allows to use regular TVM RPC mechanics in the way like for Android platform. Essential part of auto tuning on real iOS device is an abilit

[GitHub] [tvm] junrushao1994 commented on a change in pull request #7873: [TensorIR][PASS][M1c] PlanUpdateBufferAllocationLocation

2021-04-18 Thread GitBox
junrushao1994 commented on a change in pull request #7873: URL: https://github.com/apache/tvm/pull/7873#discussion_r615443552 ## File path: src/tir/transforms/plan_update_buffer_allocation_location.cc ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [tvm] junrushao1994 commented on pull request #7873: [TensorIR][PASS][M1c] PlanUpdateBufferAllocationLocation

2021-04-18 Thread GitBox
junrushao1994 commented on pull request #7873: URL: https://github.com/apache/tvm/pull/7873#issuecomment-822047228 Shall we find a shorter name this this pass 😆 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tvm] K1504296 commented on issue #7470: [TEST][FLAKY] tests/python/relay/test_op_level5.py::test_crop_and_resize

2021-04-18 Thread GitBox
K1504296 commented on issue #7470: URL: https://github.com/apache/tvm/issues/7470#issuecomment-822027652 Hello, Any updates on this? I'm consistently running into a similar error in verify_crop_and_resize() on aarch64 devices when running task_python_integration.py. ``` tests/

[GitHub] [tvm] K1504296 commented on issue #7799: tests/scripts/task_python_integration.sh failing due to segmentaiton fault on aarch64.

2021-04-18 Thread GitBox
K1504296 commented on issue #7799: URL: https://github.com/apache/tvm/issues/7799#issuecomment-822023089 It seems to be a problem related to LLVM. LLVM 6.0 returns a Segmentation Fault; however, LLVM 10.0 gets stuck during execution. Running with gdb and LLVM 10.0 the following is returned

[GitHub] [tvm] tmoreau89 commented on pull request #7874: [VTA] Update vta-hw dependency

2021-04-18 Thread GitBox
tmoreau89 commented on pull request #7874: URL: https://github.com/apache/tvm/pull/7874#issuecomment-822019751 @tqchen thanks for the submodule bump; I was thinking that it gets done as part of https://github.com/apache/tvm/pull/6126 in order to be consistent with the rest of the hw tests.

[GitHub] [tvm] tmoreau89 commented on pull request #6126: [VTA][OpenCL] intelfocl

2021-04-18 Thread GitBox
tmoreau89 commented on pull request #6126: URL: https://github.com/apache/tvm/pull/6126#issuecomment-822019563 https://github.com/apache/tvm-vta/pull/24 is now merged, we should be good to update the submodule and CI -- This is an automated message from the Apache Git Service. To respond

[GitHub] [tvm] tqchen opened a new pull request #7874: [VTA] Update vta-hw dependency

2021-04-18 Thread GitBox
tqchen opened a new pull request #7874: URL: https://github.com/apache/tvm/pull/7874 cc @tmoreau89 , should fix the verilator problem in the mainline 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 to

[tvm] branch main updated (9a72ba3 -> 1fb32b0)

2021-04-18 Thread jcf94
This is an automated email from the ASF dual-hosted git repository. jcf94 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 9a72ba3 [frontend][tflite] float16 quant support (#7736) add 1fb32b0 [TIR] An analysis pass to calculate workspace s

[GitHub] [tvm] jcf94 merged pull request #7859: [TIR] An analysis pass to calculate workspace size for primfuncs

2021-04-18 Thread GitBox
jcf94 merged pull request #7859: URL: https://github.com/apache/tvm/pull/7859 -- 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. For queries about this service, please conta

[GitHub] [tvm] Hzfengsy opened a new pull request #7873: [TensorIR][PASS][M1c] PlanUpdateBufferAllocationLocation

2021-04-18 Thread GitBox
Hzfengsy opened a new pull request #7873: URL: https://github.com/apache/tvm/pull/7873 This PR is part of the TensorIR upstreaming effort (#7527) as one of the M1c stages, introducing the pass PlanUpdateBufferAllocationLocation. This Pass will Locate the buffer allocation to the exac

[GitHub] [tvm] masahi commented on issue #7872: The Relay type checker is unable to show the following types match. In particular dimension 0 conflicts: 1200 does not match 400.

2021-04-18 Thread GitBox
masahi commented on issue #7872: URL: https://github.com/apache/tvm/issues/7872#issuecomment-821960212 Can you give us a complete reproducible script? -- 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] manupa-arm commented on pull request #7859: [TIR] An analysis pass to calculate workspace size for primfuncs

2021-04-18 Thread GitBox
manupa-arm commented on pull request #7859: URL: https://github.com/apache/tvm/pull/7859#issuecomment-821958968 @jcf94 Yes, we are planning to use it there and we think it'd be a good utility for memory planning project as well. -- This is an automated message from the Apache Git Service

[GitHub] [tvm] w-tingting opened a new issue #7872: The Relay type checker is unable to show the following types match. In particular dimension 0 conflicts: 1200 does not match 400.

2021-04-18 Thread GitBox
w-tingting opened a new issue #7872: URL: https://github.com/apache/tvm/issues/7872 Hi! I quantified a model with Pytorch, and I am stuck with a problem in the process of transforming this model with TVM.The code is as follows: ``` inp = torch.rand(1, 3, 32, 32) model =