[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943021024 I still get an error when testing on the iOS sumulator, but it is not the same as the above error, prompting `unsupported case in deploy.dylib` ``` (py38)

[GitHub] [tvm] PhilippvK commented on pull request #9256: [TFLite] Add option to overwrite OperatorConverter class in relay.frontend.from_tflite

2021-10-14 Thread GitBox
PhilippvK commented on pull request #9256: URL: https://github.com/apache/tvm/pull/9256#issuecomment-943046720 @masahi I first tried to follow the same approach as in the PyTorch frontend, just passing a dict to overwrite the convert map. However in the TFLite frontend, the `convert_*`

[GitHub] [tvm] masahi commented on a change in pull request #9261: [BYOC] CUTLASS integration

2021-10-14 Thread GitBox
masahi commented on a change in pull request #9261: URL: https://github.com/apache/tvm/pull/9261#discussion_r728768117 ## File path: .gitmodules ## @@ -13,3 +13,6 @@ [submodule "3rdparty/libbacktrace"] path = 3rdparty/libbacktrace url =

[GitHub] [tvm] mikepapadim commented on pull request #9284: [Tests] Ensure MyPy type checks pass

2021-10-14 Thread GitBox
mikepapadim commented on pull request #9284: URL: https://github.com/apache/tvm/pull/9284#issuecomment-943307587 LGMT, thanks @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

[GitHub] [tvm] mikepapadim commented on a change in pull request #9284: [Tests] Ensure MyPy type checks pass

2021-10-14 Thread GitBox
mikepapadim commented on a change in pull request #9284: URL: https://github.com/apache/tvm/pull/9284#discussion_r728926349 ## File path: python/tvm/meta_schedule/utils.py ## @@ -20,7 +20,7 @@ import shutil from typing import Any, Callable, List, Optional, Union -import

[GitHub] [tvm] lucagrementieri edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943113815 The `TracerWarning` simply says that the output does not match. > TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the

[GitHub] [tvm] lucagrementieri commented on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri commented on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943113815 The `TracerWarning` simply says that the output does not match. > TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python

[GitHub] [tvm] jiangjiajun closed pull request #9267: [Frontend][PaddlePaddle] Remove unused parameters and fix doc string for paddle frontend

2021-10-14 Thread GitBox
jiangjiajun closed pull request #9267: URL: https://github.com/apache/tvm/pull/9267 -- 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 opened a new pull request #9285: [CI][Deps] Add types-psutil

2021-10-14 Thread GitBox
Mousius opened a new pull request #9285: URL: https://github.com/apache/tvm/pull/9285 Spun out from https://github.com/apache/tvm/pull/9284 as I think we need to update the image to get this in? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] lucagrementieri edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943090057 -- 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] lucagrementieri edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943090057 I am facing a similar problem running the script `from_torch.py` published with the tutorial https://tvm.apache.org/docs/how_to/compile_models/from_pytorch.html.

[GitHub] [tvm] masahi edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
masahi edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943122022 Interesting. The warning says the output is corrupted already at the traced model, so if we convert from the traced model TVM result would also be corrupted. It is likely that

[GitHub] [tvm] masahi commented on issue #8412: [Topi] Allow relay.nn.dense support arbitrary number dimensions

2021-10-14 Thread GitBox
masahi commented on issue #8412: URL: https://github.com/apache/tvm/issues/8412#issuecomment-943168765 See https://discuss.tvm.apache.org/t/relay-nn-does-relay-nn-dense-supports-multi-dimensional-input/10343/7. I realized that supporting more than 2D input for `dense` is extremely

[GitHub] [tvm] Mousius commented on pull request #9285: [CI][Deps] Add types-psutil

2021-10-14 Thread GitBox
Mousius commented on pull request #9285: URL: https://github.com/apache/tvm/pull/9285#issuecomment-943295282 Closing as we can do this at the same time as #9284 and I'll remove the `# type : ignore` later! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] Mousius closed pull request #9285: [CI][Deps] Add types-psutil

2021-10-14 Thread GitBox
Mousius closed pull request #9285: URL: https://github.com/apache/tvm/pull/9285 -- 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] lucagrementieri commented on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri commented on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943090057 I am facing a similar problem running ,the script `from_torch.py` published with the tutorial https://tvm.apache.org/docs/how_to/compile_models/from_pytorch.html. When I

[GitHub] [tvm] lucagrementieri edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943090057 I am facing a similar problem running the script `from_torch.py` published with the tutorial https://tvm.apache.org/docs/how_to/compile_models/from_pytorch.html.

[tvm] branch main updated: Update TVM_LOG_DEBUG for IR tracing. (#9278)

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch 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 d153676 Update TVM_LOG_DEBUG for IR tracing. (#9278)

[GitHub] [tvm] jroesch merged pull request #9278: Update TVM_LOG_DEBUG for IR tracing.

2021-10-14 Thread GitBox
jroesch merged pull request #9278: URL: https://github.com/apache/tvm/pull/9278 -- 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 edited a comment on issue #8412: [Topi] Allow relay.nn.dense support arbitrary number dimensions

2021-10-14 Thread GitBox
masahi edited a comment on issue #8412: URL: https://github.com/apache/tvm/issues/8412#issuecomment-943168765 See https://discuss.tvm.apache.org/t/relay-nn-does-relay-nn-dense-supports-multi-dimensional-input/10343/7. I realized that supporting more than 2D input for `dense` is extremely

[GitHub] [tvm] PhilippvK commented on pull request #9243: Add runtime.ModuleGetFormat method enabling export of BYOC generated sources which require a .cpp/.cc file extension

2021-10-14 Thread GitBox
PhilippvK commented on pull request #9243: URL: https://github.com/apache/tvm/pull/9243#issuecomment-943236871 To fix the CI run i will very likely need to rebase on top of `main`. This will eventually screw up open discussions in this PR. Please let me know if should just merge `main`

[GitHub] [tvm] masahi commented on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
masahi commented on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943106737 @lucagrementieri That's very odd and not reproducible on my end (linux, PT 1.7 or 1.9). Note that the tutorial on the doc and many PyTorch tests run on every CI job, so our PyTorch

[GitHub] [tvm] masahi commented on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
masahi commented on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943122022 Interesting. The warning says the output is corrupted already at the traced model, so if we convert from the traced model TVM result would also be corrupted. It is likely that some of

[GitHub] [tvm] jroesch commented on pull request #9263: [TE] Light refactoring of TE -> TIR paths.

2021-10-14 Thread GitBox
jroesch commented on pull request #9263: URL: https://github.com/apache/tvm/pull/9263#issuecomment-943112722 cc @electriclilies @mikepapadim -- 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

[tvm] branch main updated: [Core][Build] Move build module transformations and utilities to C++ (#9103)

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch 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 594f23d [Core][Build] Move build module

[GitHub] [tvm] mkroening opened a new pull request #9281: [Tutorial] Fix dead links, formatting

2021-10-14 Thread GitBox
mkroening opened a new pull request #9281: URL: https://github.com/apache/tvm/pull/9281 This fixes a few issues (formatting, dead links, grammar), I encountered when reading the tutorial. @hogepodge, could you review this? -- This is an automated message from the Apache Git

[GitHub] [tvm] apeskov commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
apeskov commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943299463 Hi, @zhaiyi000 thank you This is a known issue related with latest update to Xcode 13. We are working on fix for main. I hope it will be available soon. Meanwhile I can suggest

[GitHub] [tvm] Mousius commented on pull request #9284: [Tests] Ensure MyPy type checks pass

2021-10-14 Thread GitBox
Mousius commented on pull request #9284: URL: https://github.com/apache/tvm/pull/9284#issuecomment-943299116 cc @mikepapadim -- 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] mikepapadim commented on pull request #9284: [Tests] Ensure MyPy type checks pass

2021-10-14 Thread GitBox
mikepapadim commented on pull request #9284: URL: https://github.com/apache/tvm/pull/9284#issuecomment-943308662 cc @areusch -- 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] lucagrementieri edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
lucagrementieri edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943090057 I am facing a similar problem running the script `from_torch.py` published with the tutorial https://tvm.apache.org/docs/how_to/compile_models/from_pytorch.html.

[GitHub] [tvm] masahi edited a comment on issue #9237: [Bug] [PYTORCH] [FRONTEND] Torch and tvm output different

2021-10-14 Thread GitBox
masahi edited a comment on issue #9237: URL: https://github.com/apache/tvm/issues/9237#issuecomment-943106737 @lucagrementieri That's very odd and not reproducible on my end (linux, PT 1.7 or 1.9). Note that the tutorial on the doc and many PyTorch tests run on every CI job, so our

[GitHub] [tvm] jroesch commented on a change in pull request #9103: [Core][Build] Move build module transformations and utilities to C++

2021-10-14 Thread GitBox
jroesch commented on a change in pull request #9103: URL: https://github.com/apache/tvm/pull/9103#discussion_r728738291 ## File path: src/driver/driver_api.cc ## @@ -373,97 +394,96 @@ TVM_REGISTER_GLOBAL("driver.lower_schedule") return LowerSchedule(std::move(sch),

[GitHub] [tvm] jroesch merged pull request #9103: [Core][Build] Move build module transformations and utilities to C++

2021-10-14 Thread GitBox
jroesch merged pull request #9103: URL: https://github.com/apache/tvm/pull/9103 -- 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 opened a new pull request #9280: Reset sphinx-gallery version to 0.4.0

2021-10-14 Thread GitBox
Mousius opened a new pull request #9280: URL: https://github.com/apache/tvm/pull/9280 Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3,

[GitHub] [tvm] masahi commented on issue #8412: [Topi] Allow relay.nn.dense support arbitrary number dimensions

2021-10-14 Thread GitBox
masahi commented on issue #8412: URL: https://github.com/apache/tvm/issues/8412#issuecomment-943180691 I think a good way to add N-D input support to `topi.dense` is to do `topi.reshape` on the input before doing dense compute, and inside dense schedules we do `compute_inline(...)` on the

[GitHub] [tvm] PhilippvK commented on pull request #9243: Add runtime.ModuleGetFormat method enabling export of BYOC generated sources which require a .cpp/.cc file extension

2021-10-14 Thread GitBox
PhilippvK commented on pull request #9243: URL: https://github.com/apache/tvm/pull/9243#issuecomment-943234803 Thank you for your review @huajsj. I will try to apply those patches soon. Regarding unit tests, to did not want to introduce a new but otherwise useless BYOC codegen just

[GitHub] [tvm] mikepapadim opened a new pull request #9282: [CORE][Relay] Swap and remove compile_engine with te_compiler followup of #8775

2021-10-14 Thread GitBox
mikepapadim opened a new pull request #9282: URL: https://github.com/apache/tvm/pull/9282 This is a follow-up work for #8775 to address the pending comments to remove the `compile_engine`. As this is an intermediate step towards completely moving away from the engine, we exposed

[GitHub] [tvm] jiangjiajun opened a new pull request #9283: [Frontend][PaddlePaddle] Remove unused parameters and fix doc string

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

[GitHub] [tvm] Mousius opened a new pull request #9284: [Tests] Ensure MyPy type checks pass

2021-10-14 Thread GitBox
Mousius opened a new pull request #9284: URL: https://github.com/apache/tvm/pull/9284 There's a few errors that come up when type checking that aren't triggering any failures: ``` Checking MyPy Type defs in the meta schedule package. python/tvm/meta_schedule/utils.py:23:1: error:

[GitHub] [tvm] Lunderberg commented on pull request #9263: [TE] Light refactoring of TE -> TIR paths.

2021-10-14 Thread GitBox
Lunderberg commented on pull request #9263: URL: https://github.com/apache/tvm/pull/9263#issuecomment-943340978 Rebased to resolve conflicts with main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] mikepapadim commented on a change in pull request #9103: [Core][Build] Move build module transformations and utilities to C++

2021-10-14 Thread GitBox
mikepapadim commented on a change in pull request #9103: URL: https://github.com/apache/tvm/pull/9103#discussion_r728774603 ## File path: src/driver/driver_api.cc ## @@ -373,97 +394,96 @@ TVM_REGISTER_GLOBAL("driver.lower_schedule") return LowerSchedule(std::move(sch),

[GitHub] [tvm] Lunderberg commented on pull request #9194: [TIR] 1-d AllocateNode::extent

2021-10-14 Thread GitBox
Lunderberg commented on pull request #9194: URL: https://github.com/apache/tvm/pull/9194#issuecomment-943406846 Updated to resolve breaks this caused in ethos unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] echuraev edited a comment on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
echuraev edited a comment on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943452534 @zhaiyi000, I tried to reproduce your issue connected to the Metal locally and I wasn't able to do that. Also, I have some doubts about this warning message in your log:

[GitHub] [tvm] echuraev commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
echuraev commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943452534 @zhaiyi000, I tried to reproduce your issue connected to the Metal locally and I wasn't able to do that. Also, I have some doubts about this warning message in your log: `Warning:

[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943346320 @apeskov Thank you very much for your reply. I followed your suggestion and modified the following code, but I got a new error. ``` clang = xcrun(["-sdk", sdk, "-find",

[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943420373 @apeskov Encountered another error when executing the following code. ``` run(annotate(model, "coremlcompiler"), target_host) ``` ``` (py38) zy@diyideMacBook-Pro

[GitHub] [tvm] PhilippvK commented on pull request #9255: Fix inconsistencies in graph_executor function names handling

2021-10-14 Thread GitBox
PhilippvK commented on pull request #9255: URL: https://github.com/apache/tvm/pull/9255#issuecomment-943468171 @areusch CI should be fixed now -- 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] ccjoechou edited a comment on pull request #9235: [bug] pooling convert layout bug in pooling.cc and in test_pass_conve… (see also issue #8848)

2021-10-14 Thread GitBox
ccjoechou edited a comment on pull request #9235: URL: https://github.com/apache/tvm/pull/9235#issuecomment-943494906 Hi Wuwei, (or any other who can help?) I have spent lots time on this pooling issue, which I believe it is a fundamental-concept-related issue. Similar to what we

[GitHub] [tvm] apeskov commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
apeskov commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943416403 @echuraev could you please take a look on issue with shader language mismatch? Looks like `ios_rpc_test.py` script from main branch doesn't work with pointed device configuration.

[tvm] branch main updated: [Tutorial] Fix vta vision detection tutorial 'sphinx' style error. (#9279)

2021-10-14 Thread moreau
This is an automated email from the ASF dual-hosted git repository. moreau 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 2177632 [Tutorial] Fix vta vision detection tutorial

[GitHub] [tvm] tmoreau89 merged pull request #9279: [Tutorial] Fix VTA vision detection tutorial 'sphinx' style error.

2021-10-14 Thread GitBox
tmoreau89 merged pull request #9279: URL: https://github.com/apache/tvm/pull/9279 -- 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] apeskov commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
apeskov commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943393716 Looks like some mismatch between requested metal shader language(2.3) and generated kernel code. We will also take a look on it. If you are not interested in iOS GPU/Metal code

[GitHub] [tvm] Hzfengsy opened a new pull request #9286: [Script][TensorIR] update block syntax

2021-10-14 Thread GitBox
Hzfengsy opened a new pull request #9286: URL: https://github.com/apache/tvm/pull/9286 This PR is for updating block syntax. Please see RFC: [here](https://github.com/apache/tvm-rfcs/blob/main/rfcs/0041-script-block-syntax.md) cc @junrushao1994 @tqchen @tkonolige -- This is an

[GitHub] [tvm] echuraev edited a comment on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
echuraev edited a comment on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943423144 Hi @zhaiyi000! > @apeskov Encountered another error when executing the following code. It looks like you should compile your runtime with CoreML support. Please,

[GitHub] [tvm] echuraev commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
echuraev commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943423144 Hi @zhaiyi000! > @apeskov Encountered another error when executing the following code. It looks like you should compile your runtime with CoreML support. Please, use this

[GitHub] [tvm] areusch commented on pull request #9040: [Code Style] Changed code to match the tvm code style conventions.

2021-10-14 Thread GitBox
areusch commented on pull request #9040: URL: https://github.com/apache/tvm/pull/9040#issuecomment-943492288 @Raghav-Chakravarthy please fix the lint error when you get a minute! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] areusch commented on pull request #7919: [RUNTIME] Improve signal handling in python env.

2021-10-14 Thread GitBox
areusch commented on pull request #7919: URL: https://github.com/apache/tvm/pull/7919#issuecomment-943495292 ok, if you want to do this i'd strongly encourage you to consider whether it's worth the complexity of multi-threading in c++ (it certainly could be, but the GIL is a pretty easy

[GitHub] [tvm] areusch edited a comment on pull request #7919: [RUNTIME] Improve signal handling in python env.

2021-10-14 Thread GitBox
areusch edited a comment on pull request #7919: URL: https://github.com/apache/tvm/pull/7919#issuecomment-943495292 @junrushao1994 ok, if you want to do this i'd strongly encourage you to consider whether it's worth the complexity of multi-threading in c++ (it certainly could be, but the

[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943507414 @echuraev, I recompiled libtvm.dylib and libtvm_runtime.dylib, specifying `-DUSE_METAL=ON -DUSE_COREML=ON`. But still have the same error. My xcode version is `Version 13.0

[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943351479 I tried the following code but it didn’t work ``` cmd += ["-target", "arm64-apple-ios14.7.1"] # any iOS version <15 ``` ``` cmake ..\ -DCMAKE_BUILD_TYPE=Debug\

[GitHub] [tvm] zhaiyi000 commented on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
zhaiyi000 commented on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943397933 Thank you for your reply. I need both CPU and GPU. I will write the code for the CPU part first. Thank you once again. -- This is an automated message from the Apache Git

[GitHub] [tvm] Lunderberg commented on pull request #9275: [UnitTest][Flaky] In test_report_serialization, compare csv.

2021-10-14 Thread GitBox
Lunderberg commented on pull request #9275: URL: https://github.com/apache/tvm/pull/9275#issuecomment-943374796 Thank you for catching that, and I've updated to expose the `ReportNode::AsTable`, explicitly disable the column summations, and use it instead of `.csv()` to have a consistent

[GitHub] [tvm] echuraev edited a comment on issue #9268: [Bug] [ios_rpc] Error happens during dlopen execution. Unimplemented

2021-10-14 Thread GitBox
echuraev edited a comment on issue #9268: URL: https://github.com/apache/tvm/issues/9268#issuecomment-943452534 @zhaiyi000, I tried to reproduce your issue connected to the Metal locally and I wasn't able to do that. Steps how I tried to reproduce your problem: 1. `cmake ..

[GitHub] [tvm] ccjoechou commented on pull request #9235: [bug] pooling convert layout bug in pooling.cc and in test_pass_conve… (see also issue #8848)

2021-10-14 Thread GitBox
ccjoechou commented on pull request #9235: URL: https://github.com/apache/tvm/pull/9235#issuecomment-943494906 Hi Wuwei, (or any other who can help?) I have spent lots time on this pooling issue, which I believe it is a fundamental-concept-related issue. Similar to what we have

[GitHub] [tvm-rfcs] areusch commented on pull request #34: Wiring up the PrimFunc resource_handle

2021-10-14 Thread GitBox
areusch commented on pull request #34: URL: https://github.com/apache/tvm-rfcs/pull/34#issuecomment-943491380 @tqchen in this case we prefer not to pay the cost of retrieving such a pointer as tracking global state on an µC can be tricky. When the pointer is on the stack, it is easier to

[tvm] branch main updated (59b3cf7 -> 95a2031)

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 59b3cf7 Reset sphinx-gallery version to 0.4.0 (#9280) add 95a2031 [Tests] Ensure MyPy type checks pass (#9284)

[tvm] branch main updated (2177632 -> 59b3cf7)

2021-10-14 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 2177632 [Tutorial] Fix vta vision detection tutorial 'sphinx' style error. (#9279) add 59b3cf7 Reset

[tvm] 01/01: Re-enable Rust documentation build

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch fix-rust-doc in repository https://gitbox.apache.org/repos/asf/tvm.git commit 52c716b1b5e84a87b66a50bd32c4bc937db6741c Author: Jared Roesch AuthorDate: Thu Oct 14 10:36:03 2021 -0700

[tvm] branch fix-rust-doc created (now 52c716b)

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch fix-rust-doc in repository https://gitbox.apache.org/repos/asf/tvm.git. at 52c716b Re-enable Rust documentation build This branch includes the following new commits: new 52c716b

[tvm] branch fix-rust-doc updated (52c716b -> 45486eb)

2021-10-14 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch fix-rust-doc in repository https://gitbox.apache.org/repos/asf/tvm.git. from 52c716b Re-enable Rust documentation build add 45486eb Address Chris's comment No new revisions were

[tvm] branch main updated (95a2031 -> 08018ea)

2021-10-14 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 95a2031 [Tests] Ensure MyPy type checks pass (#9284) add 08018ea [TIR] Add support for 0-dim buffer (#9224) No new

[tvm] branch main updated (acff61c -> c00ce37)

2021-10-14 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 acff61c [Frontend][PaddlePaddle] Remove unused parameters and fix doc string (#9283) add c00ce37 [Profiler] Do

[tvm] branch main updated (08018ea -> f4db899)

2021-10-14 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 08018ea [TIR] Add support for 0-dim buffer (#9224) add f4db899 [TFLite] Add option to overwrite OperatorConverter

[tvm] branch main updated (f4db899 -> acff61c)

2021-10-14 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 f4db899 [TFLite] Add option to overwrite OperatorConverter class in relay.frontend.from_tflite (#9256) add acff61c