enable coll and comm

This commit is contained in:
Hui Liu
2023-10-30 15:15:05 -07:00
parent b6b5218245
commit 02f5464fa6
18 changed files with 76 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
#if defined(XGBOOST_USE_HIP)
#include "test_gblinear.cu"
#endif

View File

@@ -0,0 +1,4 @@
#if defined(XGBOOST_USE_HIP)
#include "test_gbtree.cu"
#endif