Halide icon indicating copy to clipboard operation
Halide copied to clipboard

Consider using llvm.vector.insert and llvm.vector.extract in slice_vector.

Open zvookin opened this issue 1 year ago • 1 comments

In the SVE2 branch, slice_vector uses newish llvm.vector.insert and llvm.vector.extract intrinsics for the scalable vector case. We should evaluate whether this is a better approach to use always.

zvookin avatar Feb 22 '24 01:02 zvookin

Is this still relevant, given that the SVE2 branch has landed?

steven-johnson avatar Jul 30 '24 16:07 steven-johnson