MCPcopy Create free account
hub / github.com/RenderKit/oidn / read

Method read

core/buffer.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void Buffer::read(size_t byteOffset, size_t byteSize, void* dstHostPtr, SyncMode sync)
36 {
37 throw Exception(Error::InvalidOperation, "reading the buffer is not supported");
38 }
39
40 void Buffer::write(size_t byteOffset, size_t byteSize, const void* srcHostPtr, SyncMode sync)
41 {

Callers 11

storeRowFunction · 0.45
mmaBlockKWFunction · 0.45
_read_uint8Method · 0.45
_read_uint16Method · 0.45
_read_uint32Method · 0.45
_read_uint64Method · 0.45
_read_raw_strMethod · 0.45
_read_strMethod · 0.45
run_testFunction · 0.45
build_src.pyFile · 0.45
generateFunction · 0.45

Calls 3

ExceptionFunction · 0.85
usmCopyMethod · 0.45
submitUSMCopyMethod · 0.45

Tested by 1

run_testFunction · 0.36