HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file io.compute.ComputeArray by ben
expand copy to clipboardexpand
uses data.String

/* {"description" : "This interface pools together one or more compute devices and relates them to each other in the underlying native API (where possible) to leverage platform specific optimisation.
All compute devices must be part of a ComputeArray to be used"} */ interface ComputeArray { /* {"@description" : "Pools and binds the given devices (identified by name) to the underlying native API"} */ ComputeArray(store String devicesForArray[]) }
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n io.compute.ComputeArray -m "reason for update" -u yourUsername
Version 1 (this version) by ben
Notes for this version: Standard Library Initialisation