Module usmbox

Module usmbox 

Source

Structs§

EnqueuedUsmBox
A UsmBox whose initialization has been enqueued. You need to wait/await it.
UsmBox
The UsmBox struct 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.
UsmBoxFuture
A Future which represents a pending UsmBox allocation.

Type Aliases§

DeviceUsmBox
DeviceUsmBoxFuture
EnqueuedDeviceUsmBox
EnqueuedHostUsmBox
EnqueuedSharedUsmBox
HostUsmBox
HostUsmBoxFuture
SharedUsmBox
SharedUsmBoxFuture