Open performanceautofiler[bot] opened 2 years ago
Looks like https://github.com/dotnet/runtime/pull/76337. @gfoidl please take a look
Yep, seems to be https://github.com/dotnet/runtime/pull/76337#discussion_r982852584 I'll dig into this tomorrow.
Edit, some notes (for me): Improvements: https://github.com/dotnet/perf-autofiling-issues/issues/9788 Regression: https://github.com/dotnet/perf-autofiling-issues/issues/9762, https://github.com/dotnet/runtime/issues/78517
Just a question.
Configurations: AOT=true,CompilationMode=wasm,RunKind=micro
So it's wasm. What does this mean for Vector128
and Vector256
, i.e. are they supported / accelerated or not?
They are not accelerated in the default aot configuration.
I continued the investigation in https://github.com/dotnet/runtime/issues/78517 Please keep this issue open anyway, as with https://github.com/dotnet/perf-autofiling-issues/issues/9819#issuecomment-1317089868 there are other issues for the same problem.
Run Information
Regressions in System.Tests.Perf_String
Test Report
Repro
Related Issues
Regressions
Improvements
Run Information
Regressions in System.IO.Tests.Perf_Path
Test Report
Repro
Related Issues
Regressions
Improvements