| Package | Description |
|---|---|
| jcuda.runtime |
Contains the classes related to the JCuda runtime API.
|
| jcuda.utils |
| Modifier and Type | Method and Description |
|---|---|
static int |
JCuda.cudaConfigureCall(dim3 gridDim,
dim3 blockDim,
long sharedMem,
cudaStream_t stream)
Deprecated.
This function is deprecated as of CUDA 7.0
|
| Modifier and Type | Method and Description |
|---|---|
KernelLauncher |
KernelLauncher.setup(dim3 gridSize,
dim3 blockSize)
Set the given grid size and block size for this KernelLauncher.
|
KernelLauncher |
KernelLauncher.setup(dim3 gridSize,
dim3 blockSize,
int sharedMemSize)
Set the given grid size and block size and shared memory size
for this KernelLauncher.
|
KernelLauncher |
KernelLauncher.setup(dim3 gridSize,
dim3 blockSize,
int sharedMemSize,
CUstream stream)
Set the given grid size and block size, shared memory size
and stream for this KernelLauncher.
|
Copyright © 2015. All Rights Reserved.