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
The build error seems to be caused by a difference between the Loopvectorization CPU detection ("skylake-avx512") and using (in combination) other CPU targets (e.g. "generic") for the build. The build is only successful using the following cpu_target : cpu_target = "skylake-avx512". CPU on TeamCity machines supports AVX-512 instructions.
Recently the wflow builds on TeamCity are failing on both Windows and Linux machines with the following error:
This error is related to the use of the Julia package
LoopVectorization
, and is not reproducible on our own laptops.The text was updated successfully, but these errors were encountered: