EnqueueWriteSubBuffer
-
Writes a specified region of the buffer to the device
Return value: void
Argument
Description
Type
Valid Range
Required
cq
The command queue object which dispatches the command to the hardware
CommandQueue &
Yes
buffer
The device buffer we are writing to
Buffer & or std::shared_ptr<Buffer>
Yes
src
The memory we are writing to the device
HostDataType
Yes
region
The region of the buffer that we are writing to
const BufferRegion &
Yes
blocking
Whether or not this is a blocking operation
bool
Yes
-
Writes a specified region of the buffer to the device
Return value: void
Argument
Description
Type
Valid Range
Required
cq
The command queue object which dispatches the command to the hardware
CommandQueue &
Yes
buffer
The device buffer we are writing to
Buffer & or std::shared_ptr<Buffer>
Yes
src
The memory we are writing to the device
std::vector<DType>&
Yes
region
The region of the buffer that we are writing to the device
const BufferRegion &
Yes
blocking
Whether or not this is a blocking operation
bool
Yes