Re: [apache/tvm-rfcs] [RFC] Adding initial SVE implementation (#18)

2022-07-05 Thread Krzysztof Parzyszek
> Hi~ here are my two questions :) cc @kparzysz-quic > What is the different between > > * `sch[C].vectorize(v, vector_length=32)` and > * `vo, vi = sch[C].split(v, 32)` then `sch[C].vectorize(vi)` > > It seems that we could also choose to properly lower the sp

Re: [apache/tvm-rfcs] [RFC] Encapsulate LLVM target for use with LLVM libraries (PR #83)

2022-07-05 Thread Krzysztof Parzyszek
> my one question, which i think is mainly open-ended now, is how we handle > LLVM arch that have unique flags that, right now, would show up in TVM as > target-specific llvm flags. I'd have to see a practical example of that to get an idea of what's expected. For Hexagon we'd want to automati