Uses of Class
org.apache.sysds.runtime.instructions.gpu.context.GPUObject
Packages that use GPUObject
Package
Description
-
Uses of GPUObject in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return GPUObjectMethods in org.apache.sysds.runtime.controlprogram.caching with parameters of type GPUObjectModifier and TypeMethodDescriptionvoidCacheableData.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 GPUObjectModifier and TypeMethodDescriptionGPUContext.createGPUObject(MatrixObject mo) Instantiates a newGPUObjectinitialized with the givenMatrixObject.GPUContext.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 GPUObjectModifier and TypeMethodDescriptionintvoidGPUMemoryManager.removeGPUObject(GPUObject gpuObj) Removes the GPU object from the memory managerGPUContext.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 GPUObjectModifierConstructorDescriptionGPUObject(GPUContext gCtx, GPUObject that, MatrixObject mat) ShadowBuffer(GPUObject gpuObj)