Version history#
Current development version#
(CHANGED)
device_idxparameters are gone; now high level functions takeBoundDeviceorBoundMultiDevicearguments to indicate which devices to use; these objects include the corresponding contexts as well, so they don’t have to be passed separately.Now API adapters only use device indices in a sense of “device index in the platform”; context adapters keep internal objects in dictionaries indexed by these indices, instead of in lists.
0.2.0 (10 Mar 2021)#
(CHANGED) Arrays don’t hold queues any more; they are passed explicitly to
get()orset().(CHANGED) Prepared kernels don’t hold queues any more; they are passed on call.
(CHANGED)
Queuenow stands for a single-device queue only; multi-device queues are extracted intoMultiQueue.(ADDED)
MultiArrayto simplify simultaneous kernel execution on multiple devices.
0.1.1 (9 Oct 2020)#
Package build fixed.
0.1.0 (9 Oct 2020)#
Initial version