MCPcopy Create free account
hub / github.com/apache/arrow / Wait

Method Wait

cpp/src/arrow/gpu/cuda_context.cc:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337Status CudaDevice::SyncEvent::Wait() {
338 ContextSaver set_temporary(reinterpret_cast<CUcontext>(context_.get()->handle()));
339 CU_RETURN_NOT_OK("cuEventSynchronize", cuEventSynchronize(value()));
340 return Status::OK();
341}
342
343Status CudaDevice::SyncEvent::Record(const Device::Stream& st) {
344 auto cuda_stream = checked_cast<const CudaDevice::Stream*, const Device::Stream*>(&st);

Callers 2

CopyNonOwnedToMethod · 0.45
TEST_FFunction · 0.45

Calls 4

valueFunction · 0.70
OKFunction · 0.50
handleMethod · 0.45
getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36