I follow the instructions at here 
https://tvm.apache.org/docs/dev/how_to/relay_bring_your_own_codegen.html#register-your-codegen
 to add the backend codegen for `myop`, this is code in my `codegen.cc`
```
runtime::Module MyopCompiler(const ObjectRef& ref) {
  MyopCodegen myop;
  return myop.CreateCSourceModule(ref);
}

TVM_REGISTER_GLOBAL("relay.ext.myop").set_body_typed(myopCompiler);
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/byoc-backend-build-error/11883/3) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/2e0e6656ebed480d8adaed89008ef54e2b1784dcd7f52183fb2dfba543cf5c4e).

Reply via email to