-
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
Expose various Convert intrinsics for Avx512F, Avx512BW, and Avx512DQ #85281
Conversation
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis exposes some instructions unique to the AVX512 family of instructions making progress towards completing:
|
CC. @dotnet/jit-contrib, @dotnet/avx512-contrib As with the last change, most of this is simply updating entries in the JIT intrinsic tables and exposing the managed side + xml docs. |
Fixed a few failures that were masked by #85056. Manually inspecting both logs shows everything passing again. |
Also went and ran various other stress tests and those are all passing as well. This includes:
We'll want to run the official jobs after Fix XUnit Log Fixer Irregularities is merged in case any other stress legs have hidden failures |
WASM timeouts are #85304 |
This exposes some instructions unique to the AVX512 family of instructions making progress towards completing: