jenkins build for cuda 10.0 (#4281)
* jenkins build for cuda 10.0 * yum install nccl2 for cuda 10.0
This commit is contained in:
committed by
Philip Hyunsu Cho
parent
263e2038e9
commit
5aa42b5f11
@@ -53,8 +53,7 @@ struct HostDeviceVectorImpl {
|
||||
if (vec_ == nullptr) { vec_ = vec; }
|
||||
CHECK_EQ(vec, vec_);
|
||||
device_ = device;
|
||||
// TODO(rongou): remove pointer dereference once CUDA 10.1 is fixed.
|
||||
LazyResize((*vec_).Size());
|
||||
LazyResize(vec_->Size());
|
||||
perm_d_ = vec_->perm_h_.Complementary();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user