add sync module
This commit is contained in:
12
src/sync/sync.h
Normal file
12
src/sync/sync.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef XGBOOST_SYNC_H_
|
||||
#define XGBOOST_SYNC_H_
|
||||
/*!
|
||||
* \file sync.h
|
||||
* \brief the synchronization module of rabit
|
||||
* redirects to subtree rabit header
|
||||
* \author Tianqi Chen
|
||||
*/
|
||||
#include "../../subtree/rabit/include/rabit.h"
|
||||
#endif // XGBOOST_SYNC_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user