Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm64/Sve: Test build failing because of ShiftLeftLogical/ShiftRightLogical #104190

Closed
kunalspathak opened this issue Jun 29, 2024 · 3 comments
Closed
Assignees
Labels
area-Infrastructure-libraries arm-sve Work related to arm64 SVE/SVE2 support

Comments

@kunalspathak
Copy link
Member

kunalspathak commented Jun 29, 2024

: Argument 1: cannot convert from 'System.Numerics.Vector<sbyte>' to 'System.Runtime.Intrinsics.Vector128<byte>' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.cs
proj] [d:\git\runtime2\src\tests\build.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftLeftLogical.sbyte.ulong.cs(145,58): error CS1503
: Argument 2: cannot convert from 'System.Numerics.Vector<ulong>' to 'byte' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj] [d:\git\runtime2\src\tests\buil
d.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftLeftLogical.ushort.cs(145,51): error CS1503: Arg
ument 1: cannot convert from 'System.Numerics.Vector<ushort>' to 'System.Runtime.Intrinsics.Vector128<byte>' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj
] [d:\git\runtime2\src\tests\build.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftLeftLogical.ushort.cs(145,58): error CS1503: Arg
ument 2: cannot convert from 'System.Numerics.Vector<ushort>' to 'byte' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj] [d:\git\runtime2\src\tests\build.pr
oj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftRightLogical.byte.cs(145,52): error CS1503: Argu
ment 1: cannot convert from 'System.Numerics.Vector<byte>' to 'System.Runtime.Intrinsics.Vector128<byte>' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj] [
d:\git\runtime2\src\tests\build.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftRightLogical.byte.cs(145,59): error CS1503: Argu
ment 2: cannot convert from 'System.Numerics.Vector<byte>' to 'byte' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj] [d:\git\runtime2\src\tests\build.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftLeftLogical.ushort.ulong.cs(145,51): error CS150
3: Argument 1: cannot convert from 'System.Numerics.Vector<ushort>' to 'System.Runtime.Intrinsics.Vector128<byte>' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.
csproj] [d:\git\runtime2\src\tests\build.proj]
d:\git\runtime2\artifacts\tests\coreclr\obj\windows.arm64.Release\Managed\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro\Sve_ro\gen\Sve.ShiftLeftLogical.ushort.ulong.cs(145,58): error CS150
3: Argument 2: cannot convert from 'System.Numerics.Vector<ulong>' to 'byte' [d:\git\runtime2\src\tests\JIT\HardwareIntrinsics\Arm\Sve\Sve_ro.csproj] [d:\git\runtime2\src\tests\bui
ld.proj]

Introduced by #104119

@kunalspathak kunalspathak added the arm-sve Work related to arm64 SVE/SVE2 support label Jun 29, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 29, 2024
Copy link
Contributor

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

@kunalspathak
Copy link
Member Author

@amanasifkhalid - can you please take a look? This is blocking building the test.

@kunalspathak
Copy link
Member Author

I forgot to build libraries and hence was getting those errors. Sorry about that.

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 29, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-libraries arm-sve Work related to arm64 SVE/SVE2 support
Projects
None yet
Development

No branches or pull requests

2 participants