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 bvoelker via Apache TVM Discuss <no...@discuss.tvm.ai> on 2022/03/14 15:19:24 UTC

[Apache TVM Discuss] [Questions] Creating own template for Conv1D on ARM CPUs


Hey everyone,

I am currently working on a project, where I need to optimize conv1D-Layers on ARM CPUs. 
I followed [this](https://tvm.apache.org/docs/how_to/tune_with_autotvm/tune_relay_arm.html#sphx-glr-how-to-tune-with-autotvm-tune-relay-arm-py) guide for autotuning a generic model on ARM CPUs,
but when I am using my own model, I don't get any tasks to optimize.

Since there is no Conv1D template for ARM CPUs (Except M-DSP) I know, that I need to write my own template, but I can't figure out how and where I need to register my template.

How do I need to use the decorator above the template function and is there a name I need to match?

Thank you very much in advance!

Bene





---
[Visit Topic](https://discuss.tvm.apache.org/t/creating-own-template-for-conv1d-on-arm-cpus/12305/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/987a5705c9dee488e546f2acfdafda9e164d9efc1079ee40ac6e1c0371c203fa).