| Class | Description |
|---|---|
| ExecutionConfig |
Java Wrapper to specify CUDA execution configuration for launching custom kernels
|
| GPUContext | |
| GPUObject | |
| JCudaContext | |
| JCudaKernels |
Utility class that allows LibMatrixCUDA as well as JCudaObject to invoke custom CUDA kernels.
|
| JCudaObject |
Handle to a matrix block on the GPU
|
| JCudaObject.CSRPointer |
Compressed Sparse Row (CSR) format for CUDA
Generalized matrix multiply is implemented for CSR format in the cuSparse library among other operations
|
| Enum | Description |
|---|---|
| GPUObject.EvictionPolicy |
Copyright © 2017 The Apache Software Foundation. All rights reserved.