This package enables access to CUDA-capable devices from Java.
-
boolean
Returns whether this device can access memory of the specified
peerDevice
.
void
Disable access to memory of peerDevice
by this device.
void
Enable access to memory of peerDevice
by this device.
Retrieves an existing module for the specified device and key.
Stores a module in this cache, associating it with the given
device and key.
void
Records this event on the default stream of the specified device.
Allocates a new region on the specified device
of size byteCount
bytes.
Creates a new event on the specified device with default flags.
Creates a new event on the specified device with the specified flags
.
Creates a new linker for the specified device
using default options.
Creates a new linker for the specified device
using the specified options
.
Loads a module on the specified device, using the given image and the
default options.
Loads a module on the specified device, using the given image and the
given options.
Loads a module on the specified device from the given input stream using
the default options.
Loads a module on the specified device from the given input stream using
the specified options.
Creates a new stream on the specified device, with the default flags
and the default priority.
Creates a new stream on the specified device, with the specified flags
and priority.