halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Targeting ARM SVE #8435

Closed akothen closed 1 month ago

akothen commented 1 month ago

Hi, I could not find any examples of Halide programs that use schedules specific to ARM SVE. Can anyone please provide a simple example along with schedules of a program that shows how ARM SVE can be targeted using Halide? Thanks.