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 light-weight K register ExtractMostSignificantBits for Vector512 #80820

Closed
anthonycanino opened this issue Jan 18, 2023 · 3 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

On Intel arch, ExtractMostSignificantBits for 512 bit vectors requires the use of the AVX512 opmask (K) registers. This task is to implement the capability of ExtractMostSignificantBits for Vector512 using a single opmask register. This is to allow Vector512 to be used in optimization, but without the implementation overhead of implementing full opmask register support in the register allocator, which will come at a later date.

@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

On Intel arch, ExtractMostSignificantBits for 512 bit vectors requires the use of the AVX512 opmask (K) registers. This task is to implement the capability of ExtractMostSignificantBits for Vector512 using a single opmask register. This is to allow Vector512 to be used in optimization, but without the implementation overhead of implementing full opmask register support in the register allocator, which will come at a later date.

Author: anthonycanino
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@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 added untriaged New issue has not been triaged by the area owner avx512 Related to the AVX-512 architecture and removed untriaged New issue has not been triaged by the area owner labels Jan 19, 2023
@anthonycanino
Copy link
Contributor Author

@JulieLeeMSFT you may assign me for tracking purposes.

@teo-tsirpanis
Copy link
Contributor

Fixed by #82731.

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