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

[C++][CI] homebrew-cpp fails due to avx512 #25912

Closed
asfimport opened this issue Aug 27, 2020 · 4 comments
Closed

[C++][CI] homebrew-cpp fails due to avx512 #25912

asfimport opened this issue Aug 27, 2020 · 4 comments

Comments

@asfimport
Copy link

This has been failing for a couple of days now. See e.g. https://travis-ci.org/github/ursa-labs/crossbow/builds/721587052#L9183

In file included from /tmp/apache-arrow-20200827-98957-1ebvdk8/cpp/src/arrow/util/bpacking_avx512.cc:19:
/tmp/apache-arrow-20200827-98957-1ebvdk8/cpp/src/arrow/util/bpacking_avx512_generated.h:46:15: error: always_inline function '_mm512_set1_epi32' requires target feature 'avx512f', but would be inlined into function 'unpack1_32_avx512' that is compiled without support for 'avx512f'
  reg_masks = _mm512_set1_epi32(mask);
              ^

Could be caused by ARROW-9702?

Reporter: Neal Richardson / @nealrichardson
Assignee: Frank Du / @jianxind

PRs and other links:

Note: This issue was originally created as ARROW-9877. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Frank Du / @jianxind:
Yes. But how can I trigger a homebrew-cpp build?

@ursabot crossbow submit homebrew-cpp ?

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Yeah, close: @github-actions crossbow submit homebrew-cpp

@asfimport
Copy link
Author

Frank Du / @jianxind:
Apple clang doesn't extract "-march=skylake-avx512" to include "-mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw"

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 8071
#8071

@asfimport asfimport added this to the 2.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant