Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
void Stream::sync()
338
{
339
py::gil_scoped_release release;
340
util::CheckThrow(cudaStreamSynchronize(m_handle));
341
}
342
343
Stream &Stream::Current()
344
{
Callers
5
test_gcbag_is_being_emptied
Function · 0.95
test_op_resize
Function · 0.95
test_op_resize_packed_torch_tensor
Function · 0.95
Export
Method · 0.80
__call__
Method · 0.80
Calls
1
CheckThrow
Function · 0.50
Tested by
3
test_gcbag_is_being_emptied
Function · 0.76
test_op_resize
Function · 0.76
test_op_resize_packed_torch_tensor
Function · 0.76