-
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
Have jitstress_isas_x86_evex set PreferredVectorBitWidth=512 #88531
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis resolves #88233 by ensuring the Given we're already stress testing EVEX, ensuring that
|
17cd9fd
to
47eb962
Compare
CC. @dotnet/jit-contrib, as per the top post this resolves the issue where we weren't running CI jobs where |
Do you want to trigger |
/azp run runtime-coreclr jitstress-isas-avx512 |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
This resolves #88233 by ensuring the
evex
stress job runs withDOTNET_PreferredVectorBitWidth=512
.Given we're already stress testing EVEX, ensuring that
Vector512.IsHardwareAccelerated
reportstrue
in that case matches the general theme of the job.This also fixes an issue with
IsHardwareAccelerated
not respecting the right flags/properties and updates the tests to check for the right values, accordingly.