verbs: fixes GPU build broken by 4c3a1fb
Use the default argument as in DeviceContext::CopyCPUTensorToDevice. Signed-off-by: Bairen Yi <byi@connect.ust.hk>
This commit is contained in:
parent
7d27d511c1
commit
16caedcc74
@ -1634,7 +1634,7 @@ void RdmaTensorRequest::RecvTensorContent() {
|
||||
[this](const Status& s) {
|
||||
CHECK(s.ok()) << "copy tensor to gpu sync";
|
||||
Done(s);
|
||||
});
|
||||
}, true /*sync_dst_compute*/);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user