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

Implementing GetElement, ToScalar, and WithElement for Vector512 #84791

Merged
merged 4 commits into from
Apr 15, 2023

Conversation

tannergooding
Copy link
Member

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 13, 2023
@ghost ghost assigned tannergooding Apr 13, 2023
@ghost
Copy link

ghost commented Apr 13, 2023

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

Issue Details

null

Author: tannergooding
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@tannergooding tannergooding force-pushed the avx512-getwith-element branch from f546e8e to ae54e5f Compare April 14, 2023 02:31
@tannergooding tannergooding force-pushed the avx512-getwith-element branch from ae54e5f to 9aeb453 Compare April 14, 2023 14:14
@tannergooding tannergooding marked this pull request as ready for review April 14, 2023 16:17
@tannergooding
Copy link
Member Author

CC. @dotnet/avx512-contrib, @dotnet/jit-contrib

@@ -11241,7 +11241,7 @@ void emitter::emitDispIns(

case IF_RWR_RRD_RRD:
{
assert(IsVexEncodableInstruction(ins));
assert(IsVexOrEvexEncodableInstruction(ins));
Copy link
Member

Choose a reason for hiding this comment

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

heh, I hit it in #84854 too 🙂 will rebase once your PR is merged

@EgorBo
Copy link
Member

EgorBo commented Apr 14, 2023

btw, @BruceForstall asked to not to merge JIT-related PRs untill jit rolling builds are fixed

@tannergooding tannergooding merged commit 72586a7 into dotnet:main Apr 15, 2023
@tannergooding tannergooding deleted the avx512-getwith-element branch April 15, 2023 02:33
@BruceForstall BruceForstall added the avx512 Related to the AVX-512 architecture label Apr 20, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI avx512 Related to the AVX-512 architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants