You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remember answering this question somewhere else, but although I didn't implement it, I don't doubt that it's to avoid the CI matrix from exploding even further. IMO level 1 is for maximum compatibility, Level 3 & 4 are for performance where CPU features are there. Level 2 would mostly be a waste of CI cycles.
Comment:
From the feedstock it seems that microarch level 2 is intended and supported:
microarch-level-feedstock/recipe/gen.py
Lines 8 to 11 in 343bcd7
However, it is not shown in the conda-forge maintainer docs Knowledge Base example:
recipe/conda_build_config.yaml
recipe/meta.yaml
Is there a reason for this? Perhaps I am missing something about the x86 microarches that should be obvious.
edit:
Related example PRs
The text was updated successfully, but these errors were encountered: