[GLUTEN-8627][VL] Fix cpp build and build script on MacOS#8628
Merged
zhouyuan merged 1 commit intoapache:mainfrom Jan 28, 2025
Merged
[GLUTEN-8627][VL] Fix cpp build and build script on MacOS#8628zhouyuan merged 1 commit intoapache:mainfrom
zhouyuan merged 1 commit intoapache:mainfrom
Conversation
Contributor
Author
FelixYBW
approved these changes
Jan 28, 2025
Contributor
|
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
baibaichen
pushed a commit
to baibaichen/gluten
that referenced
this pull request
Feb 1, 2025
Fix the cpp compilation error and make builddeps-veloxbe.sh work on MacOS. Manually tested with ./dev/builddeps-veloxbe.sh --run_setup_script=ON --build_arrow=ON --build_type=Debug --build_tests=ON --build_examples=ON and also tested with switching OFF the build options and Release build type. Note --build_benchmarks=ON still fails because the function to set CPU affinity on macOS is not supported. I will fix that in a separate patch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the cpp compilation error and make builddeps-veloxbe.sh work on MacOS.
Manually tested with
./dev/builddeps-veloxbe.sh --run_setup_script=ON --build_arrow=ON --build_type=Debug --build_tests=ON --build_examples=ONand also tested with switching OFF the build options and Release build type.Note
--build_benchmarks=ONstill fails because the function to set CPU affinity on macOS is not supported. I will fix that in a separate patch.