Elen Kalda
Elen Kalda
This change will allow us to express scalable vectors through Ramp and Broadcast nodes, e.g. ``` vec = tvm.tir.expr.Ramp(0, 1, 4 * tvm.tir.vscale()) ``` We will use negative values for...
### This issue is to track progress for SVE upstreaming - [x] P1. `vscale` builtin and its support in LLVM codegen - https://github.com/apache/tvm/pull/16484 - [x] P2. Support for scalable lanes...
This prototype is to accompany the open [SVE RFC](https://github.com/apache/tvm-rfcs/pull/104). It implements the design outlined in the RFC. The main changes to the stack include: 1. `tir.split` can accept an expression...