MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / sync

Method sync

python/mod_cvcuda/nvcv/Stream.cpp:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void Stream::sync()
338{
339 py::gil_scoped_release release;
340 util::CheckThrow(cudaStreamSynchronize(m_handle));
341}
342
343Stream &Stream::Current()
344{

Callers 5

test_op_resizeFunction · 0.95
ExportMethod · 0.80
__call__Method · 0.80

Calls 1

CheckThrowFunction · 0.50

Tested by 3

test_op_resizeFunction · 0.76