Re: [apache/tvm-rfcs] [RFC][Backend] RFC-CSI-NN2-Integration (PR #75)

2022-06-10 Thread alter-xp
> ok, then for CI do you plan to e.g. expand our `ci_qemu` Docker image to > additionally contain this custom qemu? (this involves committing a change to > `docker/`, then pinging a committer to update the version of the image used) Thanks for advice, we will add it. but I have no experience abo

[Apache TVM Discuss] [Development/pre-RFC] [RFC] Relay to ONNX

2022-06-10 Thread Hirohaku via Apache TVM Discuss
@maheshambule @smallcoscat Hi! Thank you for deploying this function. Can you give us any example codes, please? I want to know how to export from tflite →Relay(Optimized)→ONNX→tflite. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-relay-to-onnx/6101/27) to respond. You are rec

[Apache TVM Discuss] [Development/pre-RFC] [pre-RFC] Name mangling in IRModules

2022-06-10 Thread Mark Shields via Apache TVM Discuss
Name supplies usually have both a cache lookup: ``` name_supply.UniqueGlobalFor("__main__") ``` and a hinted fresh name generator: ``` name_supply.FreshGlobalWithPrefix("my_module", "my_var", "any_other_prefix") ``` --- [Visit Topic](https://discuss.tvm.apache.org/t/pre-rfc-name-mangling-i

[Apache TVM Discuss] [Development] [VTA] VTA on ZCU102

2022-06-10 Thread Eamicheal via Apache TVM Discuss
@imharish63, I have been using v0.8, with no success, still stuck at load_module, can you generate the image for ZCU102 and attempt running an inference. regards. --- [Visit Topic](https://discuss.tvm.apache.org/t/vta-vta-on-zcu102/2361/14) to respond. You are receiving this because you

[Apache TVM Discuss] [Meetup] Next TVM Community Meeting June 15, 2022

2022-06-10 Thread Andrew Reusch via Apache TVM Discuss
Hi all, The next TVM Community Meeting is Wednesday, June 15 at 8:00am PDT, 15:00 UTC, 16:00 BST, 17:00 CEST, 20:30 India, 23:00 China. We are continuing to host this as a unified meeting with the microTVM Community Meeting. The agenda for this meeting can be found in the [agenda doc](https:

Re: [apache/tvm-rfcs] Add Target Features RFC (PR #78)

2022-06-10 Thread Andrew Reusch
cc @kparzysz-quic @tqchen @jwfromm @masahi @junrushao1994 @comaniac -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/78#issuecomment-1152677669 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm-rfcs] [RFC][Backend] RFC-CSI-NN2-Integration (PR #75)

2022-06-10 Thread Andrew Reusch
@alter-xp we have some: - about the CI environment: https://tvm.apache.org/docs/contribute/pull_request.html#ci-environment - about building docker containers locally: https://github.com/apache/tvm/blob/main/docker/README.md we need to write that up :/ the basics are: 1. submit a PR which only