xgboost/rabit
Chen Qin 512f037e55 [rabit_bootstrap_cache ] failed xgb worker recover from other workers (#4808)
* Better recovery support.  Restarting only the failed workers.
2019-09-16 23:31:52 -04:00

37 lines
954 B
Plaintext

tree ffd0f8f1afbb593e37eb733b22ba0b2754e7199b
parent 5797dcb64e45bd3d19547b53b759d60302ba2278
author Chen Qin <cq@uber.com> 1568141150 -0700
committer Nan Zhu <CodingCat@users.noreply.github.com> 1568141150 -0700
remove is_bootstrap parameter (#102)
* apply openmp simd
* clean __buildin detection, moving windows build check from xgboost project, add openmp support for vectorize reduce
* apply openmp only to rabit
* orgnize rabit signature
* remove is_bootstrap, use load_checkpoint as implict flag
* visual studio don't support latest openmp
* orgnize omp declarations
* replace memory copy with vector cast
* Revert "replace memory copy with vector cast"
This reverts commit 28de4792dcdff40d83d458510d23b7ef0b191d79.
* Revert "orgnize omp declarations"
This reverts commit 31341233d31ce93ccf34d700262b1f3f6690bbfe.
* remove openmp settings, merge into a upcoming pr
* mis
* per feedback, update comments