You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tvm.apache.org by Yuke Wang via Apache TVM Discuss <no...@discuss.tvm.ai> on 2022/01/08 00:38:29 UTC

[Apache TVM Discuss] [Development] How to build the model with customized target (codegen)


How to specify the customized codegen when building the model? 
should it be something like this?
```
relay.build(mod, newCodeGen, params=params)
```
where the `newCodeGen` is my customized codegen.

Or should it be something like this based on the cutlass example
```
tvm.get_global_func("relay.ext.cutlass", True)
```





---
[Visit Topic](https://discuss.tvm.apache.org/t/how-to-build-the-model-with-customized-target-codegen/11876/1) 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/e3f2e9bc3148fbe9b1d5e2c4513ffd2f8b4c1d93aa45e75fe80eb5e4e1c93e6a).