[Apache TVM Discuss] [Development] [Tensorize] Support conditions inside tensorize scope

2021-02-17 Thread leeexyz via Apache TVM Discuss
Hi all, Currently, we are working on the tensorization for some abstracted intrinsics. Once tensorized, another pass can do the HW intrinsics selection. So, in the tensorize step, we do not care about any tail loop iterations (uneven split cases). Here is a test case to do that. ``` import

[Apache TVM Discuss] [Announcement] TVM Community Meeting, February 18, 2021

2021-02-17 Thread Chris Hoge via Apache TVM Discuss
On Thursday, February 18 at 9 AM PT (16 UTC) we’ll be holding our next TVM Community Meeting! The agenda, along with the instructions on joining by Zoom, are in [this document](https://docs.google.com/document/d/1bfE7Ydk43aMM3aiLf8GM7xEatPJwhj839ANfBheUJcM/edit). You can also subscribe to the

[Apache TVM Discuss] [Development/RFC] [RFC] TensorIR: A schedulable IR for TVM

2021-02-17 Thread Manupa Karunaratne via Apache TVM Discuss
On a side note to this conversation about new primitives, would the new TensorIR will include primitive "store_at" -- the one present in Halide/Tiramisu ? -- I just want to know if thats something in the roadmap :slight_smile: . --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-tens