Uses of Package
org.apache.sysds.runtime.instructions.gpu.context
Packages that use org.apache.sysds.runtime.instructions.gpu.context
Package
Description
-
Classes in org.apache.sysds.runtime.instructions.gpu.context used by org.apache.sysds.runtime.controlprogram.cachingClassDescriptionRepresents a context per GPU accessible through the same JVM.Handle to a matrix block on the GPU
-
Classes in org.apache.sysds.runtime.instructions.gpu.context used by org.apache.sysds.runtime.controlprogram.contextClassDescriptionCompressed 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.Represents a context per GPU accessible through the same JVM.
-
Classes in org.apache.sysds.runtime.instructions.gpu.context used by org.apache.sysds.runtime.instructions.gpu.contextClassDescriptionCompressed 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.Java Wrapper to specify CUDA execution configuration for launching custom kernelsRepresents a context per GPU accessible through the same JVM.- All cudaFree and cudaMalloc in SystemDS should go through this class to avoid OOM or incorrect results.Handle to a matrix block on the GPU
-
-
Classes in org.apache.sysds.runtime.instructions.gpu.context used by org.apache.sysds.runtime.matrix.dataClassDescriptionRepresents a context per GPU accessible through the same JVM.