Structs§
- Enqueued
UsmBox - A
UsmBoxwhose initialization has been enqueued. You need to wait/await it. - UsmBox
- The
UsmBoxstruct defines a shared array of one, two or three dimensions that can be used by the SYCL kernel.UsmBoxes are generic w.r.t. the type of their data, and the number of dimensions that the data is stored and accessed through. - UsmBox
Future - A
Futurewhich represents a pendingUsmBoxallocation.