add cuda 10.1 support (#4468)
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
c6f2a7e186
commit
df2cdaca50
@@ -27,10 +27,6 @@
|
||||
#include "../common/io.h"
|
||||
#endif
|
||||
|
||||
#if __CUDACC_VER_MAJOR__ == 10 && __CUDACC_VER_MINOR__ == 1
|
||||
#error "CUDA 10.1 is not supported, see #4264."
|
||||
#endif
|
||||
|
||||
namespace dh {
|
||||
|
||||
#define HOST_DEV_INLINE XGBOOST_DEVICE __forceinline__
|
||||
|
||||
Reference in New Issue
Block a user