| Package | Description |
|---|---|
| org.nd4j.linalg.jcublas | |
| org.nd4j.linalg.jcublas.buffer | |
| org.nd4j.linalg.jcublas.kernel |
| Modifier and Type | Method and Description |
|---|---|
JCudaBuffer |
CublasPointer.getBuffer() |
| Constructor and Description |
|---|
CublasPointer(JCudaBuffer buffer,
CudaContext context)
Creates a CublasPointer
for a given JCudaBuffer
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCudaDataBuffer
Base class for a data buffer
|
class |
CudaDoubleDataBuffer
Cuda double buffer
|
class |
CudaFloatDataBuffer
Cuda float buffer
|
class |
CudaIntDataBuffer
Cuda int buffer
|
| Modifier and Type | Method and Description |
|---|---|
static JCudaBuffer |
KernelFunctions.alloc(double[] data)
Allocate a pointer of a given data type
|
static JCudaBuffer |
KernelFunctions.alloc(float[] data)
Allocate a pointer of a given data type
|
static JCudaBuffer |
KernelFunctions.alloc(int[] data)
Allocate a pointer of a given data type
|
Copyright © 2015. All Rights Reserved.