Hi,I’m playing with UMA recently. I wonder how can I bring my own ISA for a new backend.
Hi @qzylalala , Can you provide more details?
Hi, @MJKlaiber , thanks for your reply. Now I have a new backend, and I want to integrate it into TVM. According to this doc How to Bring Your Own Codegen to TVM, there are two ways:
- C Source Codegen.
- Json Codegen/Runtime
And it seems that the second one is suitable for my case, because I want to generate my own ISA. I dive into UMA recently, and finally found that UMA can only support the first situation: C Source Codegen.
If I want to generate self-designed ISA for my own new backend, does UMA will work?