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++ SDK (upstream) #5

Open
3 tasks
headupinclouds opened this issue Jul 11, 2017 · 1 comment
Open
3 tasks

C++ SDK (upstream) #5

headupinclouds opened this issue Jul 11, 2017 · 1 comment

Comments

@headupinclouds
Copy link
Contributor

headupinclouds commented Jul 11, 2017

Try to remove or merge non-standard features upstream. Initial list:

  • cereal needed? > check current xgboost (de)serialization portability: 32/64-bit, big/little-endian?
  • serialization redution? > measure current xgboost model size
  • XGBOOST_DO_LEAN needed? > measure SDK for prediction only w/ -fdata-sections -ffunction-sections -lto
@headupinclouds
Copy link
Contributor Author

xgboost v0.6.0 dependencies

xgboost (CMake=YES)
|-dmlc-core (CMake=YES)
|  [H] find_package(HDFS REQUIRED)
|  [Y] find_package(JNI REQUIRED)
|  [H]  find_package(CURL REQUIRED)
|  [H] find_package(OpenSSL REQUIRED)
|  [ ] find_package(Crypto REQUIRED)
|  [Y] find_package(OpenMP REQUIRED)
|  [ ]  find_package(PythonInterp)
|-rabit (CMake=NO)
|-cub (CMake=NO)
|-nccl (CMake=YES)
|    find_package(CUDA 7.5 QUIET REQUIRED)

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

1 participant