[TVM Discuss] [Questions] TIR to C/C++ source?

2020-06-23 Thread aca88 via TVM Discuss
Hello, I have two questions ## Question #1 I am interested in knowing if it is possible to generate a C/C++ source file from a generated TIR description? The TIR is generated by creating a schedule using the TE primitives. More specifically, I want to do something similar to the first part o

[TVM Discuss] [Questions] BYOC and the VTA missing link?

2020-06-03 Thread aca88 via TVM Discuss
[quote="matt-arm, post:2, topic:6867"] it’s worth mentioning that one of the reasons all the codegens accept Relay rather than TIR is because BYOC is implemented in Relay [/quote] I agree with you that the current infrastructure seems to be limited to Relay. But tqchen did mention: [quote="

[TVM Discuss] [Questions] BYOC and the VTA missing link?

2020-06-02 Thread aca88 via TVM Discuss
Over at the https://discuss.tvm.ai/t/rfc-ethosn-arm-ethos-n-integration/6680/16 thread, there was an interesting point made by @tqchen. I wanted to expand on the matter, while not hijacking the other thread. https://discuss.tvm.ai/t/rfc-ethosn-arm-ethos-n-integration/6680/17 The reason I find

[TVM Discuss] [Questions] [Tensorize] how to use tensorize for composition op(eg. conv+relu)

2020-04-06 Thread aca88 via TVM Discuss
@xwrock another way is to bypass tensorize like the ppl of VTA did. It requires some manipulation of the low level AST, but I guess the end effect are the same. --- [Visit Topic](https://discuss.tvm.ai/t/tensorize-how-to-use-tensorize-for-composition-op-eg-conv-relu/2336/9) to respond. Y