add bitmap .
This commit is contained in:
20
src/sync/sync.h
Normal file
20
src/sync/sync.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef XGBOOST_SYNC_SYNC_H_
|
||||
#define XGBOOST_SYNC_SYNC_H_
|
||||
/*!
|
||||
* \file sync.h
|
||||
* \brief interface to do synchronization
|
||||
* \author Tianqi Chen
|
||||
*/
|
||||
namespace xgboost {
|
||||
namespace sync {
|
||||
/*!
|
||||
* \brief synchronization context interface of xgboost,
|
||||
* will be provided as a singleton
|
||||
*/
|
||||
class IContext {
|
||||
|
||||
};
|
||||
|
||||
} // namespace sync
|
||||
} // namespace xgboost
|
||||
#endif
|
||||
Reference in New Issue
Block a user