[finufft_jll] Optimial microarchitecture not downloaded #4252
Closed
Description
opened on Jan 14, 2022
We just added microarchitecture expansion to finufft_jll (#4249). However, when I try it out through FINUFFT.jll, it doesn't load the optimal artifact.
Specifically, it downloads x86_64-linux-gnu-march+x86_64
even though my computer can use x86_64-linux-gnu-march+avx2
(which is faster).
If I remove the x86_64 entry from Artifacts.toml, then it downloads the expected avx2 artifact and I get the expected speedup, so I know that it should work.
(ping @giordano)
Activity