finished gradient_based_sampler.cu
This commit is contained in:
parent
df42dd2c53
commit
495816f694
@ -6,7 +6,12 @@
|
||||
#include <xgboost/data.h>
|
||||
#include <xgboost/span.h>
|
||||
|
||||
#if defined(XGBOOST_USE_CUDA)
|
||||
#include "../../common/device_helpers.cuh"
|
||||
#elif defined(XGBOOST_USE_HIP)
|
||||
#include "../../common/device_helpers.hip.h"
|
||||
#endif
|
||||
|
||||
#include "../../data/ellpack_page.cuh"
|
||||
|
||||
namespace xgboost {
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
|
||||
#if defined(XGBOOST_USE_HIP)
|
||||
#include "gradient_based_sampler.cu"
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user