enable 3 more tests
This commit is contained in:
parent
1ec57fd1a3
commit
6ec5cf26fc
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
|
||||
Loading…
x
Reference in New Issue
Block a user