This package enables access to CUDA-capable devices from Java.
-
The stream on which the kernel should be queued
(or null for the default stream).
void
Records this event on the specified stream.
Creates a grid with the specified x dimensions and shared memory size
on the specified stream.
Creates a grid with the specified x dimensions with no shared memory
on the specified stream.
Creates a grid with the specified dimensions and shared memory size
on the specified stream.
Creates a grid with the specified dimensions with no shared memory
on the specified stream.