Package | Description |
---|---|
org.apache.sysml.runtime.instructions.gpu.context |
Modifier and Type | Method and Description |
---|---|
GPUObject |
GPUContext.createGPUObject(org.apache.sysml.runtime.controlprogram.caching.MatrixObject mo)
Instantiates a new
GPUObject initialized with the given MatrixObject . |
Modifier and Type | Method and Description |
---|---|
void |
GPUMemoryManager.addGPUObject(GPUObject gpuObj)
Adds the GPU object to the memory manager
|
int |
GPUMemoryManager.GPUComparator.compare(GPUObject p1,
GPUObject p2) |
void |
GPUMemoryManager.removeGPUObject(GPUObject gpuObj)
Removes the GPU object from the memory manager
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.