Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

SwapnilGaikwad
Copy link
Contributor

Partially (item 3) fixes: #102340

@ghost
Copy link

ghost commented Jun 19, 2024

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
@ghost
Copy link

ghost commented Jun 19, 2024

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
Contributor

@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
Contributor

@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
Contributor

@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
Contributor

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

@kunalspathak kunalspathak merged commit ab013a3 into dotnet:main Jun 20, 2024
@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