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

JIT: ARM64 Assertion failed 'isScalableVectorSize(size)' #101786

Open
TIHan opened this issue May 2, 2024 · 4 comments
Open

JIT: ARM64 Assertion failed 'isScalableVectorSize(size)' #101786

TIHan opened this issue May 2, 2024 · 4 comments
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@TIHan
Copy link
Member

TIHan commented May 2, 2024

Am getting an Assertion failed 'isScalableVectorSize(size)' whenever I am trying to run ARM64 SVE tests with env vars:

DOTNET_JitLateDisasm=*
DOTNET_JitRawHexCode=Main
DOTNET_JitEmitUnitTests=Main
DOTNET_JitEmitUnitTestsSections=sve

It's a result of #101674 - specifically this line

cc @a74nh

@TIHan TIHan added arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels May 2, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 2, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@a74nh
Copy link
Contributor

a74nh commented May 2, 2024

Passed for me because I wasn't running the tests correctly :/

Will fix this and some others that fail afterwards.

@a74nh
Copy link
Contributor

a74nh commented May 2, 2024

I've put the fix for this into #101762.

It also fixes some issues I found introduced by #101743. (@kunalspathak)

@JulieLeeMSFT JulieLeeMSFT added this to the 9.0.0 milestone May 3, 2024
@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label May 3, 2024
@a74nh
Copy link
Contributor

a74nh commented May 7, 2024

This should be fixed now that #101762 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

3 participants