Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Add support for Sve.StoreNarrowing() - #102605

Merged
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing
May 26, 2024
Merged

Add support for Sve.StoreNarrowing()#102605
kunalspathak merged 3 commits into
dotnet:mainfrom
SwapnilGaikwad:github-sve-store-narrowing

Conversation

@SwapnilGaikwad

Copy link
Copy Markdown
Contributor

Contribute towards #99957.

@ghost

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-policy-servicedotnet-policy-serviceBot added the community-contribution Indicates that the PR has been added by a community member label May 23, 2024
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info in area-owners.md if you want to be subscribed.

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

@a74nh@kunalspathak @dotnet/arm64-contrib @arch-arm64-sve

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

Added two separate commits

  1. Adds StoreNarrowing()
  2. Addresses refactoring suggestions from Add support for Sve.Store() #102262 (comment)

@kunalspathakkunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label May 23, 2024
Comment threadsrc/coreclr/jit/hwintrinsicarm64.cpp
@kunalspathak

Copy link
Copy Markdown
Contributor

can you please confirm the result of stress test?

@SwapnilGaikwad

Copy link
Copy Markdown
ContributorAuthor

can you please confirm the result of stress test?

Stress tests look good.

Test results
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
------------------- {'JitStress': '2'} -------------------
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------

@kunalspathak

Copy link
Copy Markdown
Contributor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

@SwapnilGaikwad

SwapnilGaikwad commented May 26, 2024

Copy link
Copy Markdown
ContributorAuthor

Stress tests look good.

Are you using the latest copy of stress script that fixed the problem where we were not passing the environment variables correctly?

Hi Kunal, I had used the python script version from the 16th May.
After using the latest version, some tests are failing. I'll look into these failures.
I'll paste the results for your reference.

Tests are failing
Starting test: /home/user/dotnet/runtime/artifacts/tests/coreclr/linux.arm64.Checked/Tests/Core_Root/corerun ./artifacts/tests/coreclr/linux.arm64.Checked/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/HardwareIntrinsics_Arm_ro.dll SveStoreNarrow
===================Running default===================
------------------- {} -------------------
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_short_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_int_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_short() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ushort_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_ushort() : 7
Passed test: _Sve_ro::JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_uint() : 7
===================Running jitstress===================
------------------- {'JitMinOpts': '1'} -------------------
------------------- {'JitStress': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (2099167486581288974, 8497956166233139977)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunBasicScenario_Load failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunReflectionScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunLclVarScenario_UnsafeRead failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt32>(Vector<UInt32>, UInt16*, Vector<UInt32>): RunClassFldScenario failed:
first: (589716, 163765, 48120, 57323)
mask: (0, 1, 1, 1)
result: (65428, 32693, 48120, 57323, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_uint_ushort() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.uint.ushort.cs:line 63
at Program.<<Main>$>g__TestExecutor3171|0_3172(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79329
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunStructFldScenario failed:
first: (8047220257678510626, 1334077759673015120)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (9191037778622082430, 5476059296526665277)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4622955029409205116, 1342450598360427308)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (2280102046219974843, 11187603326729490029)
mask: (1, 0)
result: (187, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '1', 'TieredCompilation': '1'} -------------------
------------------- {'JitStress': '2', 'TieredCompilation': '1'} -------------------
------------------- {'TailcallStress': '1'} -------------------
------------------- {'ReadyToRun': '0'} -------------------
===================Running jitstressregs===================
------------------- {'JitStressRegs': '1'} -------------------
------------------- {'JitStressRegs': '2'} -------------------
------------------- {'JitStressRegs': '3'} -------------------
------------------- {'JitStressRegs': '4'} -------------------
------------------- {'JitStressRegs': '8'} -------------------
------------------- {'JitStressRegs': '0x10'} -------------------
------------------- {'JitStressRegs': '0x80'} -------------------
------------------- {'JitStressRegs': '0x1000'} -------------------
------------------- {'JitStressRegs': '0x2000'} -------------------
===================Running jitstress2-jitstressregs===================
------------------- {'JitStress': '2', 'JitStressRegs': '1'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (3489296042014973115, 7702422190082846351)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (5430506531122782358, 4653789612454452338)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (3047470620806129176, 3774064307452017268)
mask: (1, 0)
result: (24, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '2'} -------------------
------------------- {'JitStress': '2', 'JitStressRegs': '3'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5739122723434285336, 8732494567938827488)
mask: (1, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (8857677688519278755, 6163048108678954343)
mask: (0, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (14553853365870926378, 6286418345704854382)
mask: (0, 1)
result: (42, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '4'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6021002791474591843, 5822765450798482852)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7791905232698347185, 1644209030919126366)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6843362407660639304, 4062892132613722896)
mask: (1, 0)
result: (72, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '8'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (6965032108067217009, 8629528810826557992)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (10007446681302507585, 16075231464595508406)
mask: (0, 0)
result: (65, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x10'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (7747358941765452755, 5483147863086056607)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (6055774889619521470, 6130950227824276041)
mask: (1, 0)
result: (190, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x80'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (5764194329206929873, 8247868056747656242)
mask: (0, 1)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (4848389536648059697, 2999044414640400232)
mask: (1, 1)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (18183575723473663309, 15300564429377237676)
mask: (0, 0)
result: (77, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x1000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (1546824738650868189, 5966551477517913745)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunBasicScenario_Load failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunReflectionScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunLclVarScenario_UnsafeRead failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
..........................................
Sve.StoreNarrowing<UInt64>(Vector<UInt64>, Byte*, Vector<UInt64>): RunClassFldScenario failed:
first: (11880992665339026375, 16986598964478483373)
mask: (0, 0)
result: (199, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_ulong_byte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.ulong.byte.cs:line 63
at Program.<<Main>$>g__TestExecutor3172|0_3173(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79353
------------------- {'JitStress': '2', 'JitStressRegs': '0x2000'} -------------------
Test failed:
..........................................
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, SByte*, Vector<Int64>): RunBasicScenario_UnsafeRead failed:
first: (8665527965263274488, 8983433929202041955)
mask: (1, 0)
result: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_sbyte() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.sbyte.cs:line 63
at Program.<<Main>$>g__TestExecutor3166|0_3167(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79209
..........................................
Sve.StoreNarrowing<Int64>(Vector<Int64>, Int32*, Vector<Int64>): RunStructFldScenario failed:
first: (1226050777062746249, 7728843016546638246)
mask: (1, 0)
result: (0, 0, 0, 0)
..........................................
System.Exception: One or more scenarios did not complete as expected.
at JIT.HardwareIntrinsics.Arm._Sve.Program.SveStoreNarrow_long_int() in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/Arm/Sve/Sve_ro/Sve_ro/gen/SveStoreNarrow.long.int.cs:line 63
at Program.<<Main>$>g__TestExecutor3168|0_3169(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&) in /home/user/dotnet/runtime/artifacts/tests/coreclr/obj/linux.arm64.Checked/Managed/JIT/HardwareIntrinsics/HardwareIntrinsics_Arm_ro/generated/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/FullRunner.g.cs:line 79257

@kunalspathak

Copy link
Copy Markdown
Contributor

After using the latest version, some tests are failing.

Most of the failures are related to lack of predicate register support. We are still not saving/restoring callee trash predicate registers and hence when we reuse on of the predicate register that was populated before a method call, it is zeroed out and hence the data we load is all 0, that I can see in the results. As long as there are no JIT asserts, we should be good. When I add predicate register support (which I am working on), we will come back to these failures.

@kunalspathakkunalspathak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kunalspathak
kunalspathak marked this pull request as ready for review May 26, 2024 14:23
@kunalspathak
kunalspathak merged commit 0588f24 into dotnet:mainMay 26, 2024
@SwapnilGaikwad
SwapnilGaikwad deleted the github-sve-store-narrowing branch May 29, 2024 09:35
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Add Sve.StoreNarrowing()
* Incorporate review comments for Sve.StoreAndZip()
* Fix formatting issues
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jun 29, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Runtime.Intrinsicsarm-sveWork related to arm64 SVE/SVE2 supportcommunity-contributionIndicates that the PR has been added by a community membernew-api-needs-documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@SwapnilGaikwad@kunalspathak