Buffer
- class Buffer(buffer: Buffer)
Represents a buffer that is used to save data on host CPU and Houmo device.
Constructor for the Buffer class.
Methods
Constructor for the Buffer class.
Copies data from host memory to the buffer on Houmo device.
Copies data from the buffer on Houmo device to host memory.
Initializes the specified region of the device buffer to a constant byte value.
Retrieves the size of the current
Bufferobject in bytes.