Uses of Class
org.apache.sysds.runtime.instructions.gpu.context.GPUObject
- 
Packages that use GPUObject Package Description org.apache.sysds.runtime.controlprogram.caching org.apache.sysds.runtime.instructions.gpu.context  - 
- 
Uses of GPUObject in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return GPUObject Modifier and Type Method Description GPUObjectCacheableData. getGPUObject(GPUContext gCtx)Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type GPUObject Modifier and Type Method Description voidCacheableData. setGPUObject(GPUContext gCtx, GPUObject gObj) - 
Uses of GPUObject in org.apache.sysds.runtime.instructions.gpu.context
Methods in org.apache.sysds.runtime.instructions.gpu.context that return GPUObject Modifier and Type Method Description GPUObjectGPUContext. createGPUObject(MatrixObject mo)Instantiates a newGPUObjectinitialized with the givenMatrixObject.GPUObjectGPUContext. shallowCopyGPUObject(GPUObject source, MatrixObject mo)Shallow copy the given sourceGPUObjectto a newGPUObjectand assign that to the givenMatrixObject.Methods in org.apache.sysds.runtime.instructions.gpu.context with parameters of type GPUObject Modifier and Type Method Description intGPUMemoryManager.EvictionPolicyBasedComparator. compare(GPUObject p1, GPUObject p2)voidGPUMemoryManager. removeGPUObject(GPUObject gpuObj)Removes the GPU object from the memory managerGPUObjectGPUContext. shallowCopyGPUObject(GPUObject source, MatrixObject mo)Shallow copy the given sourceGPUObjectto a newGPUObjectand assign that to the givenMatrixObject.Constructors in org.apache.sysds.runtime.instructions.gpu.context with parameters of type GPUObject Constructor Description GPUObject(GPUContext gCtx, GPUObject that, MatrixObject mat)ShadowBuffer(GPUObject gpuObj) 
 -