fix auc.cu
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
#if defined(XGBOOST_USE_HIP)
|
||||
#include "../common/device_helpers.hip.h"
|
||||
#elif defined(XGBOOST_USE_CUDA)
|
||||
#include "../common/device_helpers.cuh"
|
||||
#endif
|
||||
|
||||
namespace xgboost {
|
||||
namespace collective {
|
||||
|
||||
Reference in New Issue
Block a user