enable 3 more tests

This commit is contained in:
Hui Liu 2023-10-30 15:27:02 -07:00
parent 1ec57fd1a3
commit 6ec5cf26fc
3 changed files with 12 additions and 0 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

View File

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