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

[mono] Tracking: Implement System.Runtime.Intrinsics.Arm.Dp #42280

Closed
4 tasks done
imhameed opened this issue Sep 15, 2020 · 3 comments
Closed
4 tasks done

[mono] Tracking: Implement System.Runtime.Intrinsics.Arm.Dp #42280

imhameed opened this issue Sep 15, 2020 · 3 comments
Assignees
Labels
area-Codegen-LLVM-mono runtime-mono specific to the Mono runtime tracking This issue is tracking the completion of other related issues.
Milestone

Comments

@imhameed
Copy link
Contributor

imhameed commented Sep 15, 2020

System.Runtime.Intrinsics.Arm.Dp:

  • IsSupported
  • DotProduct
  • DotProductBySelectedQuadruplet

System.Runtime.Intrinsics.Arm.Dp.Arm64:

  • IsSupported
@imhameed imhameed added runtime-mono specific to the Mono runtime area-Codegen-LLVM-mono labels Sep 15, 2020
@imhameed imhameed added this to the 6.0.0 milestone Sep 15, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Sep 15, 2020
@ghost
Copy link

ghost commented Sep 15, 2020

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

@imhameed imhameed removed the untriaged New issue has not been triaged by the area owner label Sep 15, 2020
@imhameed imhameed added the tracking This issue is tracking the completion of other related issues. label Oct 28, 2020
@naricc naricc self-assigned this Nov 17, 2020
@SamMonoRT
Copy link
Member

Need #48475 to implement a subset of these

@imhameed imhameed assigned imhameed and unassigned CoffeeFlux and naricc Mar 15, 2021
imhameed added a commit that referenced this issue Jun 24, 2021
See #42322 and
#42280.

Tested manually on an arm64 Linux VM running on an M1 Mac Mini. Does not
enable RDM or DP when AOT-compiling the associated runtime tests; our CI
hardware doesn't support these extensions yet.
@imhameed
Copy link
Contributor Author

Implemented in #49737.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-LLVM-mono runtime-mono specific to the Mono runtime tracking This issue is tracking the completion of other related issues.
Projects
None yet
Development

No branches or pull requests

5 participants