MCPcopy Create free account
hub / github.com/ScaleX-IO/uGDS / uGDSWriteAsync

Function uGDSWriteAsync

src/ugds_async.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72extern "C" uGDSError_t uGDSWriteAsync(uGDSHandle_t fh, void* bufPtr_base,
73 size_t* size_p, off_t* file_offset_p,
74 off_t* bufPtr_offset_p, ssize_t* bytes_written_p,
75 cudaStream_t stream)
76{
77 return do_async(fh, bufPtr_base, size_p, file_offset_p, bufPtr_offset_p,
78 bytes_written_p, stream, NVM_IO_WRITE);
79}
80
81extern "C" uGDSError_t uGDSStreamRegister(cudaStream_t stream)
82{

Callers

nothing calls this directly

Calls 1

do_asyncFunction · 0.85

Tested by

no test coverage detected