finish constraints.cu
This commit is contained in:
parent
309268de02
commit
1530c03f7d
@ -14,7 +14,12 @@
|
||||
#include "xgboost/span.h"
|
||||
#include "constraints.cuh"
|
||||
#include "param.h"
|
||||
|
||||
#if defined(XGBOOST_USE_hip.CUDA)
|
||||
#include "../common/device_helpers.cuh"
|
||||
#elif defined(XGBOOST_USE_HIP)
|
||||
#include "../common/device_helpers.hip.h"
|
||||
#endif
|
||||
|
||||
namespace xgboost {
|
||||
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
|
||||
#if defined(XGBOOST_USE_HIP)
|
||||
#include "constraints.cu"
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user