You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Giuseppe Rossini via Apache TVM Discuss <no...@discuss.tvm.ai> on 2020/11/06 19:35:58 UTC

[Apache TVM Discuss] [Questions] How to replace the default code for nn.conv2d at the target llvm


Hi @simplelins, 

Do you want to offload the entire conv2d computation to your library? If yes, I think this might help: https://tvm.apache.org/docs/dev/relay_bring_your_own_codegen.html





---
[Visit Topic](https://discuss.tvm.apache.org/t/how-to-replace-the-default-code-for-nn-conv2d-at-the-target-llvm/8385/2) 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/1bcc81c5ae648a09e6a023235d70e0c825e3ff671d169a4cc650410741b58aa8).

[Apache TVM Discuss] [Questions] How to replace the default code for nn.conv2d at the target llvm

Posted by simple lin via Apache TVM Discuss <no...@discuss.tvm.ai>.

thanks for your repaly, I only want to replace the conv2d computation and remain others for x86cpu. I dont know how to regesiter my conv2d computation api to tvm,and when run the model that will call my computation api to do the work.





---
[Visit Topic](https://discuss.tvm.apache.org/t/how-to-replace-the-default-code-for-nn-conv2d-at-the-target-llvm/8385/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/740f91024e4e518fb9219c0bc83d3de97112764380c1a0e8517014de069cdcd1).