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

ARROW-9877: [C++] Fix homebrew-cpp build fail on AVX512 #8071

Closed
wants to merge 4 commits into from

Conversation

frankdjx
Copy link
Contributor

Apple Clang cannot unzip "-march=skylake-avx512" exactly.

Also fix AVX512 detect to include AVX512F, AVX512BW, AVX512VL, AVX512CD, AVX512DQ

Signed-off-by: Frank Du frank.du@intel.com

Apple Clang cannot unzip "-march=skylake-avx512" exactly.
Also fix AVX512 detect to include AVX512F,AVX512BW,AVX512VL,AVX512CD,AVX512DQ

Signed-off-by: Frank Du <frank.du@intel.com>
@frankdjx frankdjx marked this pull request as draft August 28, 2020 02:28
@frankdjx
Copy link
Contributor Author

@github-actions crossbow submit homebrew-cpp

@github-actions
Copy link

@github-actions
Copy link

Revision: e500002

Submitted crossbow builds: ursa-labs/crossbow @ actions-500

Task Status
homebrew-cpp TravisCI

@frankdjx frankdjx marked this pull request as ready for review August 28, 2020 03:19
@frankdjx
Copy link
Contributor Author

cc @nealrichardson @pitrou

homebrew-cpp is green now. Seems apple clang doesn't extract "-march=skylake-avx512" to "-mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw"。

Signed-off-by: Frank Du <frank.du@intel.com>
Signed-off-by: Frank Du <frank.du@intel.com>
@frankdjx
Copy link
Contributor Author

@github-actions crossbow submit homebrew-cpp

@github-actions
Copy link

Revision: e6a0aa6

Submitted crossbow builds: ursa-labs/crossbow @ actions-501

Task Status
homebrew-cpp TravisCI

Signed-off-by: Frank Du <frank.du@intel.com>
@frankdjx
Copy link
Contributor Author

@github-actions crossbow submit homebrew-cpp

@github-actions
Copy link

Revision: 2d1c8a9

Submitted crossbow builds: ursa-labs/crossbow @ actions-502

Task Status
homebrew-cpp TravisCI

@frankdjx frankdjx deleted the ARROW-9877 branch August 29, 2020 00:59
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
Apple Clang cannot unzip "-march=skylake-avx512" exactly.

Also fix AVX512 detect to include AVX512F, AVX512BW, AVX512VL, AVX512CD, AVX512DQ

Signed-off-by: Frank Du <frank.du@intel.com>

Closes apache#8071 from jianxind/ARROW-9877

Authored-by: Frank Du <frank.du@intel.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Apple Clang cannot unzip "-march=skylake-avx512" exactly.

Also fix AVX512 detect to include AVX512F, AVX512BW, AVX512VL, AVX512CD, AVX512DQ

Signed-off-by: Frank Du <frank.du@intel.com>

Closes apache#8071 from jianxind/ARROW-9877

Authored-by: Frank Du <frank.du@intel.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

3 participants