Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[mono] Intrinsify multiple StoreVector API's#98514

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jkurdek merged 6 commits intodotnet:mainfromjkurdek:vector-store-intrins
Feb 16, 2024

Conversation

@jkurdek
Copy link
Contributor

@jkurdekjkurdek commentedFeb 15, 2024
edited
Loading

Contributes to#93081

This PR intrinsifies the following APIs:

AdvSimd.StoreVector64x*
AdvSimd.Arm64.StoreVector128x*
AdvSimd.StoreVector64xAndZip
AdvSimd.Arm64.StoreVector128x
AndZip

fanyang-mono, steveisok, vitek-karas, and a74nh reacted with rocket emoji
@ghost
Copy link

Note regarding thenew-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.


MonoClass*value=mono_class_from_mono_type_internal (fsig->params [1]);

MonoInst*ins=emit_simd_ins_for_sig (cfg,klass,OP_ARM64_STM,opcode,arg0_type,fsig,args);
Copy link
Member

@fanyang-monofanyang-monoFeb 15, 2024
edited
Loading

Choose a reason for hiding this comment

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

You could passvalue as the second argument foremit_simd_ins_for_sig and get rid of the next line. Althoughvalue is kinda generic. Maybe rename it toklass_tuple_var or something else with more information.

jkurdek reacted with thumbs up emoji
@kunalspathak
Copy link
Contributor

cc:@a74nh@SwapnilGaikwad

@ghost
Copy link

Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics
See info inarea-owners.md if you want to be subscribed.

Issue Details

Contributes to#93081

This PR intrinsifies the following API's:

AdvSimd.StoreVector64x*
AdvSimd.Arm64.StoreVector128x*

Author:jkurdek
Assignees:jkurdek
Labels:

area-System.Runtime.Intrinsics,new-api-needs-documentation

Milestone:-

Copy link
Contributor

@kunalspathakkunalspathak left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@jkurdekjkurdek marked this pull request as ready for reviewFebruary 16, 2024 10:59
caseSN_StoreVector64x2AndZip:
caseSN_StoreVector64x3AndZip:
caseSN_StoreVector64x4AndZip: {
intopcode=0;
Copy link
Member

Choose a reason for hiding this comment

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

Usually we considerOP_ARM64_STM as the opcode. I would prefer to rename this variable asintrinsics_id oriid

jkurdek reacted with thumbs up emoji
Copy link
Member

@fanyang-monofanyang-mono left a comment

Choose a reason for hiding this comment

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

LGTM!

@jkurdekjkurdek merged commit355b19d intodotnet:mainFeb 16, 2024
@jkurdekjkurdek deleted the vector-store-intrins branchFebruary 16, 2024 16:54
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 18, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@fanyang-monofanyang-monofanyang-mono approved these changes

@steveisoksteveisokAwaiting requested review from steveisoksteveisok is a code owner

@lambdageeklambdageekAwaiting requested review from lambdageek

@SamMonoRTSamMonoRTAwaiting requested review from SamMonoRT

+2 more reviewers

@vargazvargazvargaz approved these changes

@kunalspathakkunalspathakkunalspathak approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@jkurdekjkurdek

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@jkurdek@kunalspathak@vargaz@fanyang-mono

[8]ページ先頭

©2009-2025 Movatter.jp