| Package | Description |
|---|---|
| org.nd4j.linalg.jcublas.gpumetrics | |
| org.nd4j.linalg.jcublas.kernel |
| Modifier and Type | Method and Description |
|---|---|
static GpuMetrics |
GpuMetrics.blockAndThreads(String dataType,
int n)
Get the blocks and threads
used for a kernel launch
|
static GpuMetrics |
GpuMetrics.blocksAndThreadsOccupancy(String functionName,
String dataType,
int n) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KernelFunctions.invoke(GpuMetrics metrics,
boolean sync,
String functionName,
String dataType,
CudaContext cudaContext,
Object... kernelParameters)
Invoke a function
|
Copyright © 2015. All Rights Reserved.