[Apache TVM Discuss] [Questions] Disable initialization in te.compute

2021-04-26 Thread cali via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Export an external library with OpenCL

2021-03-05 Thread cali via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Disable initialization in te.compute

2021-03-05 Thread cali via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Use Tensorize to replace all code

2021-03-05 Thread cali via Apache TVM Discuss
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