Add a SPMI collection for pre-AVX512 hardware #87145
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
avx512
Related to the AVX-512 architecture
Priority:3
Work that is nice to have
Milestone
Our current SPMI collection runs are all on CI machines with AVX-512 support and therefore we are missing coverage for the more common hardware that only has up through AVX2.
We should add a collection job that sets
DOTNET_EnableAVX512F=0
to ensure we have sufficient coverage of that scenario.We should already be getting coverage for
DOTNET_EnableAVX=0
via the crossgen2 job and so likely do not need to add coverage for that as well.The text was updated successfully, but these errors were encountered: