Module buffer

Module buffer 

Source

Structs§

Buffer
The Buffer struct defines a shared array of one, two or three dimensions that can be used by the SYCL kernel. Buffers are templated on the type of their data, and the number of dimensions that the data is stored and accessed through.
BufferFuture
A Future which represents a pending Buffer allocation.
EnqueuedBuffer
A Buffer whose initialization has been enqueued. You need to wait/await it.

Type Aliases§

DeviceBuffer
DeviceBufferFuture
EnqueuedDeviceBuffer
EnqueuedHostBuffer
EnqueuedSharedBuffer
HostBuffer
HostBufferFuture
SharedBuffer
SharedBufferFuture