mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Partly Importing and adapting https://github.com/pytorch/pytorch/pull/138388, adding SVE128 as ISA. Intention is to add SVE128 translation layers for Vectorized data types. Idea is to have 1 PR per file, aside from the current one, plus a last one modifying cmake files to enable the new ISA selectively. Tested current changes on a nightly run, to verify no regressions occur on systems leveraging SVE256. No regressions spotted when running test_ops.py, a set of 34k unit tests. A machine leveraging SVE128 was used towards this testing. Pull Request resolved: https://github.com/pytorch/pytorch/pull/158932 Approved by: https://github.com/malfet