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

Add optimization for vector conversion of uint/ulong to float/double. #89277

Closed
anthonycanino opened this issue Jul 20, 2023 · 2 comments
Closed
Labels
area-System.Numerics avx512 Related to the AVX-512 architecture
Milestone

Comments

@anthonycanino
Copy link
Contributor

AVX512VL adds a number of new packed conversion for unsigned 32-bit/64-bit integer types to float/double. These allow to replace less efficient conversions on xarch --- either multiple instructions or dedicated helper methods --- with single accelerated instructions.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 20, 2023
@ghost
Copy link

ghost commented Jul 20, 2023

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

Issue Details

AVX512VL adds a number of new packed conversion for unsigned 32-bit/64-bit integer types to float/double. These allow to replace less efficient conversions on xarch --- either multiple instructions or dedicated helper methods --- with single accelerated instructions.

Author: anthonycanino
Assignees: -
Labels:

area-System.Numerics

Milestone: -

@anthonycanino anthonycanino changed the title Add optimization for vector conversion of uint32/uint64 to/from packed float/double Add optimization for vector conversion of ulong to float/double`. Jul 20, 2023
@anthonycanino
Copy link
Contributor Author

anthonycanino commented Jul 20, 2023

Fixed with #84384. Will follow up with an additional PR for some of the remaining cases ,tracked at #80829 and #89279.

@anthonycanino anthonycanino changed the title Add optimization for vector conversion of ulong to float/double`. Add optimization for vector conversion of ulong to float/double. Jul 20, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2023
@anthonycanino anthonycanino changed the title Add optimization for vector conversion of ulong to float/double. Add optimization for vector conversion of uint/ulong to float/double. Jul 20, 2023
@BruceForstall BruceForstall added the avx512 Related to the AVX-512 architecture label Jul 21, 2023
@BruceForstall BruceForstall added this to the 8.0.0 milestone Jul 28, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Numerics avx512 Related to the AVX-512 architecture
Projects
None yet
Development

No branches or pull requests

2 participants