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

Implement minimal Vector512 hardware accelerated lowering in the JIT #80811

Closed
anthonycanino opened this issue Jan 18, 2023 · 2 comments
Closed
Assignees
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
Milestone

Comments

@anthonycanino
Copy link
Contributor

The purpose of this task is to implement the changes required lower Vector512.Create() and Vector512.Zero to lower to hardware accelerated instructions made capable by recent AVX512 work. This task has a dependency on #80810.

After completion, most of the infrastructure is available to add additional Vector512 methods via the intrinsic tables.

@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 Jan 18, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 18, 2023
@ghost
Copy link

ghost commented Jan 18, 2023

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

Issue Details

The purpose of this task is to implement the changes required lower Vector512.Create() and Vector512.Zero to lower to hardware accelerated instructions made capable by recent AVX512 work. This task has a dependency on #80810.

After completion, most of the infrastructure is available to add additional Vector512 methods via the intrinsic tables.

Author: anthonycanino
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@teo-tsirpanis teo-tsirpanis added the avx512 Related to the AVX-512 architecture label Jan 18, 2023
@BruceForstall BruceForstall added this to the 8.0.0 milestone Jan 19, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jan 19, 2023
@BruceForstall BruceForstall removed their assignment Apr 14, 2023
@BruceForstall
Copy link
Member

This is complete

@ghost ghost locked as resolved and limited conversation to collaborators Jun 11, 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

No branches or pull requests

3 participants