add cuda 10.1 support (#4468)

This commit is contained in:
Rong Ou
2019-05-14 11:30:58 -07:00
committed by Philip Hyunsu Cho
parent c6f2a7e186
commit df2cdaca50
3 changed files with 7 additions and 9 deletions

View File

@@ -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__