rm warp header

This commit is contained in:
amdsc21 2023-03-25 23:01:44 +01:00
parent 3ee3bea683
commit f3286bac04

View File

@ -18,7 +18,6 @@
#if defined(XGBOOST_USE_CUDA) #if defined(XGBOOST_USE_CUDA)
#include "../common/device_helpers.cuh" #include "../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP) #elif defined(XGBOOST_USE_HIP)
#include <amd_warp_primitives.h>
#include "../common/device_helpers.hip.h" #include "../common/device_helpers.hip.h"
#endif #endif