-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Light up Span
with Vector512
code paths.
#80824
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue DetailsThis task is for optimizing
|
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsThis task is for optimizing
|
Have started work on this. |
@DeepakRajendrakumaran Does #86655 complete this, or is there more you are working on? |
This has been completed and merged |
This task is for optimizing
Span
withVector512
code paths. We will likely targetSpan.IndexOf
as a first potentialVector512
code path forSpan
. This task will be updated with a list of methods inSpan
that we will likely target (and for each of its specialized implementations, e.g.,Char
andByte
).The text was updated successfully, but these errors were encountered: