db-tu-dresden / TSL

Template SIMD Library (+Generator)
GNU General Public License v3.0
7 stars 8 forks source link

arm sve #78

Open DerTuchi opened 9 months ago

DerTuchi commented 9 months ago

Added primtives for ARM - SVE:

Binary.yaml

Calc.yaml

Compare.yaml

Ls.yaml

Mask.yaml

Memory.yaml

JPietrzykTUD commented 9 months ago

Are the ARM Neon Intrinsics fixed already?

DerTuchi commented 9 months ago

Wanted to do that on a different PR, but i can also integrate it here if you want

alexKrauseTUD commented 5 months ago

How is the state of this PR? @DerTuchi with PR #89 merged into main, the NEON Intrinsics are fixed to a degree that the current state compiles and signals green for all available tests. This PR should be rebased either on main, such that we can leverage the ARM-SVE implementations at a later time.