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

Arm AdvSimd: Rename StoreVectorMxN to Store #103689

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

SwapnilGaikwad
Copy link
Contributor

Partially (item 3) fixes: #102340

Copy link

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.

1 similar comment
Copy link

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-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 19, 2024
Copy link
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
Contributor Author

Hi @kunalspathak , this addresses the final (item 3) from #102340.
Didn't change mono bits.

@a74nh

@SwapnilGaikwad SwapnilGaikwad marked this pull request as ready for review June 19, 2024 11:35
Copy link
Member

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

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

Added few comments.

@kunalspathak
Copy link
Member

@SwapnilGaikwad - it seems there are some test failures:


Assert failure(PID 85467 [0x00014ddb], Thread: 2420517 [0x24ef25]): Assertion failed '!HWIntrinsicInfo::IsInvalidNodeId(intrinsicId)' in 'JIT.HardwareIntrinsics.Arm._AdvSimd.Storex2SByteTest:RunBasicScenario_UnsafeRead():this' during 'Importation' (IL size 112; hash 0x4100adc6; MinOpts)

    File: /Users/runner/work/1/s/src/coreclr/jit/gentree.cpp:28149
    Image: /private/tmp/helix/working/A1D908D4/p/corerun

@fanyang-mono
Copy link
Member

Test AdvSimd_r.dll passed locally

Supported ISAs:
  AdvSimd:   True
  Aes:       True
  ArmBase:   True
  Crc32:     True
  Dp:        False
  Rdm:       False
  Sha1:      True
  Sha256:    True
  Sve:       False

...

Expected: 100
Actual: 100
END EXECUTION - PASSED

Copy link
Member

@fanyang-mono fanyang-mono left a comment

Choose a reason for hiding this comment

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

Mono change is good and complete.

Copy link
Member

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

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

coreclr LGTM.

@kunalspathak
Copy link
Member

/ba-g the only failure on windows/x64 is unrelated and seems flaky

@kunalspathak kunalspathak merged commit ab013a3 into dotnet:main Jun 20, 2024
170 of 177 checks passed
@SwapnilGaikwad SwapnilGaikwad deleted the github-rename-storeVectorNxM branch June 20, 2024 09:44
@github-actions github-actions bot locked and limited conversation to collaborators Jul 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime.Intrinsics community-contribution Indicates that the PR has been added by a community member new-api-needs-documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arm64: Rename AdvSimd/Sve Load/Store vector API names
3 participants