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.
- Buffer
Future - A
Futurewhich represents a pendingBufferallocation. - Enqueued
Buffer - A
Bufferwhose initialization has been enqueued. You need to wait/await it.