-
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
Updating the JIT to support Narrow, WidenLower, and WidenUpper for Vector512 #84498
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue Detailsnull
|
CC. @dotnet/jit-contrib This makes progress towards #80814. This includes accelerating Vector128/256 with the newer AVX-512 instructions, allowing overall better throughput and pipelining. For most |
Resolved merge conflicts |
SPMI replay failure is unrelated and has failed in a couple other runs: https://dev.azure.com/dnceng-public/public/_build?definitionId=150&_a=summary CC. @kunalspathak as it looks related to the new VectorTableLookup support. It may be an AltJIT related issue. |
Logged #84536 |
This makes progress towards #80814