enable 3 more tests
This commit is contained in:
4
tests/cpp/gbm/test_gblinear.hip
Normal file
4
tests/cpp/gbm/test_gblinear.hip
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#if defined (XGBOOST_USE_HIP)
|
||||||
|
#include "test_gblinear.cu"
|
||||||
|
#endif
|
||||||
4
tests/cpp/gbm/test_gbtree.hip
Normal file
4
tests/cpp/gbm/test_gbtree.hip
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#if defined (XGBOOST_USE_HIP)
|
||||||
|
#include "test_gbtree.cu"
|
||||||
|
#endif
|
||||||
4
tests/cpp/test_context.hip
Normal file
4
tests/cpp/test_context.hip
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#if defined (XGBOOST_USE_HIP)
|
||||||
|
#include "test_context.cu"
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user