Hi @sanirudh,
I'm sorry I didn't implement this, I'm working on something else.
Thank you
---
[Visit
Topic](https://discuss.tvm.apache.org/t/disable-initialization-in-te-compute/9252/8)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these
Hi,
I use TVM for an accelerator that works only with OpenCL. I would like to
import an external library (containing my code) or an OpenCL file (containing
my code) with TVM and the target OpenCL.
Could you give me an idea of how to do that?
I can already use an external library on x86 with
Thank you for your answer. The goal is to avoid doing an initialization if I
give as argument a tensor already initialized to zero.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/disable-initialization-in-te-compute/9252/3)
to respond.
You are receiving this because you enabled maili
Hi,
I would like to use tensorize to replace all the code, but I have "segmentation
fault". My tensorize work if I use it when I split. But when I try to replace
all the code I have this error. Do you know what this can come from?
Below my code I am using the tensorize_all variable to switch