Package org.apache.sysml.runtime.instructions.gpu.context

  • Class Summary 
    Class Description
    CSRPointer
    Compressed Sparse Row (CSR) format for CUDA Generalized matrix multiply is implemented for CSR format in the cuSparse library among other operations Since we assume that the matrix is stored with zero-based indexing (i.e.
    ExecutionConfig
    Java Wrapper to specify CUDA execution configuration for launching custom kernels
    GPUContext
    Represents a context per GPU accessible through the same JVM.
    GPUContextPool  
    GPUObject
    Handle to a matrix block on the GPU
    JCudaKernels
    Utility class that allows LibMatrixCUDA as well as GPUObject to invoke custom CUDA kernels.
  • Enum Summary 
    Enum Description
    GPUContext.EvictionPolicy
    Eviction policies for GPUContext.evict(long).

Copyright © 2017 The Apache Software Foundation. All rights reserved.