-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
CMake and CPU instructions docs #11121
Comments
Thanks. Couple questions:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The instructions for building the R package from source here:
https://xgboost.readthedocs.io/en/latest/build.html#building-r-package-from-source
.. mention:
In the CMake file, I only see a deprecated "USE_AVX" option, which doesn't modify the resulting build:
xgboost/CMakeLists.txt
Line 173 in 2d1c26b
What is this CPU intruction detection feature? As far as I am aware, XGBoost doesn't have code paths for different instruction levels, or does it? Are these docs outdated?
The text was updated successfully, but these errors were encountered: