Hi,
I am in the process of building a codegeneration for my own (currently abstract) accelerator. And finally got the graph annotation working correctly. My goal was to directly generate the instructions from its ISA during the codegeneration phase in TVMs BYOC flow, and adapt the runtime accordingly. Is this a sensible approach, or should I just use a JSON representation between code generation and runtime, and create the instructions in the runtime? Compiling at runtime seems to do a lot of redo work, that does not has to be done multiple times, because the output is always the same. EDIT: I looked into the JSON codegen, and the comments say, that it only supports composites? Can I extend it to also support my (non-composite) annotated nodes? --- [Visit Topic](https://discuss.tvm.ai/t/byoc-codegen-json-non-composite/7719/1) 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/91bbfd80a75a1eea50d39d68d8269a6a7903b04bb28893c24c63624817ea41c6).