Skip to content

Optimize managed FastTree Sumup to native parity on arm64 - #7670

Merged
matouskozak merged 8 commits into
dotnet:mainfrom
vladimir-aubrecht:feature/fasttree-managed-sumup-arm64
Aug 25, 2026
Merged

Optimize managed FastTree Sumup to native parity on arm64#7670
matouskozak merged 8 commits into
dotnet:mainfrom
vladimir-aubrecht:feature/fasttree-managed-sumup-arm64

Add segment corner-case/multi-segment and arch-dispatch Sumup tests

4300629
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 25, 2026 in 0s

.NET Result Analysis

Details

All checks completed

[MachineLearning-CI]

[MachineLearning-CodeCoverage]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

MachineLearning-CI / MacOS_cross_arm64 / MacOS_cross_arm64 Release_Build / Run Helix Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.SdcaLogisticRegression [Console] [Details] [Artifacts] [2.16% failure rate]
[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

Failing Configuration

Exception Message
Assert.InRange() Failure: Value not in range
Range:  (0 - 0.5)
Actual: 0.54187588531648412
CallStack
   at Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.SdcaLogisticRegression() in /Users/runner/work/1/s/test/Microsoft.ML.Tests/TrainerEstimators/SdcaTests.cs:line 86
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No