* Initial performance optimizations for xgboost * remove includes * revert float->double * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * fix for CI * Check existence of _mm_prefetch and __builtin_prefetch * Fix lint
8 lines
188 B
C
8 lines
188 B
C
#ifndef XGBOOST_BUILD_CONFIG_H_
|
|
#define XGBOOST_BUILD_CONFIG_H_
|
|
|
|
#cmakedefine XGBOOST_MM_PREFETCH_PRESENT
|
|
#cmakedefine XGBOOST_BUILTIN_PREFETCH_PRESENT
|
|
|
|
#endif // XGBOOST_BUILD_CONFIG_H_
|