Skip to content

[ARM] MLAS: portable machine-code SVE elementwise kernels, FEXPA exp - #31145

Draft
mirounga wants to merge 2 commits into
microsoft:mainfrom
mirounga:rs_sve_eltwise
Draft

[ARM] MLAS: portable machine-code SVE elementwise kernels, FEXPA exp#31145
mirounga wants to merge 2 commits into
microsoft:mainfrom
mirounga:rs_sve_eltwise

[ARM] MLAS: fix SVE min/max reduction regression, add SVE Tanh f32

7a38d2d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / lintrunner succeeded Aug 1, 2026 in 6s

5 new alerts

New alerts in code changed by this pull request

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in onnxruntime/core/mlas/lib/sve/gen_sve_asm.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/format Warning

Run lintrunner -a to apply this patch.

Check warning on line 1 in onnxruntime/core/mlas/lib/sve/gen_sve_asm.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF-FORMAT/format Warning

Run lintrunner -a to apply this patch.

Check warning on line 45 in onnxruntime/core/mlas/lib/sve/gen_sve_asm.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/PLW1510 Warning

subprocess.run without explicit check argument.
See https://docs.astral.sh/ruff/rules/subprocess-run-without-check

Check warning on line 172 in onnxruntime/core/mlas/lib/sve/gen_sve_asm.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/F841 Warning

Local variable src_dir is assigned to but never used.
See https://docs.astral.sh/ruff/rules/unused-variable

Check warning on line 188 in onnxruntime/core/mlas/lib/sve/gen_sve_asm.py

See this annotation in the file changed.

Code scanning / lintrunner

RUFF/PERF403 Warning

Use a dictionary comprehension instead of a for-loop.
See https://docs.astral.sh/ruff/rules/manual-dict-comprehension