Skip to content
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

Wflow build fails on TeamCity machines #560

Open
vers-w opened this issue Mar 4, 2025 · 2 comments
Open

Wflow build fails on TeamCity machines #560

vers-w opened this issue Mar 4, 2025 · 2 comments
Assignees

Comments

@vers-w
Copy link
Collaborator

vers-w commented Mar 4, 2025

Recently the wflow builds on TeamCity are failing on both Windows and Linux machines with the following error:

05:17:12   - PackageCompiler: compiling nonincremental system image
05:27:27   LLVM ERROR: Cannot select: 0x19afdf803f0: v2f64 = X86ISD::VGETMANT 0x19afdf9b900, TargetConstant:i32<2>

This error is related to the use of the Julia package LoopVectorization, and is not reproducible on our own laptops.

@vers-w vers-w self-assigned this Mar 4, 2025
@visr
Copy link
Member

visr commented Mar 4, 2025

It looks like another instance of #361 (comment).

@vers-w
Copy link
Collaborator Author

vers-w commented Mar 11, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants