[Apache TVM Discuss] [Questions] Which cross-compiler?

2022-02-10 Thread p via Apache TVM Discuss
Hello, In ubuntu I can see a lot of compilers for aarch64 or arm32 architecture, e.g.: ``` apt-cache search aarch64-linux gobjc++-11-aarch64-linux-gnu - GNU Objective-C++ compiler gobjc++-9-aarch64-linux-gnu - GNU Objective-C++ compiler gobjc++-aarch64-linux-gnu - GNU Objective-C++ compiler for

[Apache TVM Discuss] [Questions] Any way to extract tir function from relay?

2022-02-10 Thread chenugray via Apache TVM Discuss
i wanna find way to automative single op accuracy testing. I use another way to extract single op ir definition, then run the single op ir func def. not using tir. --- [Visit Topic](https://discuss.tvm.apache.org/t/any-way-to-extract-tir-function-from-relay/11907/3) to respond. You are

[Apache TVM Discuss] [Questions] How to integrate accelerator local addresses (SRAM, scratchpads, accumulators, etc)

2022-02-10 Thread F Pecc via Apache TVM Discuss
Well, apparently this is achieved using the LowerDeviceStorageAccessInfo transform pass, or at least it seems that thats how the VTA achieves something similar. Although there is not enough documentation on this pass to exactly understand how to use it. --- [Visit Topic](https://discuss.