HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file io.compute.ExtMemory by ben
expand copy to clipboardexpand
/* 
{"description" : "An abstract type that represents an area of memory allocated on an external compute device"}
*/
interface ExtMemory {
    /* {"@description" : "This function is called internally by the GPU Compute framework; it has no public utility." } */
    int getMemoryLoc()
    /* {"@description" : "Returns the lengths of each dimension the block of memory has"} */
    int[] getDimensionLengths()
    
}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n io.compute.ExtMemory -m "reason for update" -u yourUsername
Version 1 (this version) by ben
Notes for this version: Standard Library Initialisation