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: Support assembly check for SVE APIs while testing #109644

Open
SwapnilGaikwad opened this issue Nov 8, 2024 · 3 comments
Open

ARM64-SVE: Support assembly check for SVE APIs while testing #109644

SwapnilGaikwad opened this issue Nov 8, 2024 · 3 comments
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI arm-sve Work related to arm64 SVE/SVE2 support Priority:3 Work that is nice to have
Milestone

Comments

@SwapnilGaikwad
Copy link
Contributor

We use tests with reference assembly to ensure correct behaviour of an optimisation.

For testing optimisations for code using SVE API, there needs a setup

  • an SVE enabled machine in the CI
  • rules to restrict their execution on a correct machine

Currently, in absence of this setup, we cannot add the tests comparing SVE assembly (as used in here) that can ensure the correct assembly sequence is being emitted after an optimisation.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 8, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 8, 2024
@a74nh a74nh added arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI arm-sve Work related to arm64 SVE/SVE2 support and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 8, 2024
Copy link
Contributor

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

@kunalspathak kunalspathak added Priority:3 Work that is nice to have area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI arch-arm64 and removed untriaged New issue has not been triaged by the area owner arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Priority:3 Work that is nice to have labels Nov 8, 2024
Copy link
Contributor

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

@JulieLeeMSFT JulieLeeMSFT added this to the 10.0.0 milestone Nov 21, 2024
@JulieLeeMSFT
Copy link
Member

@kunalspathak is working on this.

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 arm-sve Work related to arm64 SVE/SVE2 support Priority:3 Work that is nice to have
Projects
None yet
Development

No branches or pull requests

4 participants