The decision of using JSON (or any customized) runtime or C source module is based on whether the generated code is GCC compilable. If you are going to generate assembly code in your ISA, and the assembly code needs to be compiled by your own compiler, then based on JSON runtime would be a better idea.
Although it's based on JSON runtime, it doesn't mean you have to generate JSON graphs. JSON is just a graph representation. In your case, you should use assembly code in your ISA to replace JSON format. You can refer to ARM Ethos-N support in this PR. https://github.com/apache/incubator-tvm/pull/6222 --- [Visit Topic](https://discuss.tvm.ai/t/byoc-codegen-json-non-composite/7719/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/fe94c4b0242ff0e085da74df242cfa4310c00abb979b2b9d6f0632bd4545e80b).