This package enables access to CUDA-capable devices from Java.
-
Creates a new options object with the same state as this object.
Requests recording of the total wall clock time,
in milliseconds, spent in the compiler and linker.
Specifies the desired caching behavior (-dlcm).
Specifies the size, in bytes, to allocate for capturing error messages.
Specifies whether to generate debug information.
Specifies whether to generate line number information.
Specifies the size, in bytes, to allocate for capturing informational
messages.
Specifies the fallback strategy if an exactly matching
binary object cannot be found.
Specifies whether to generate verbose log messages.
Specifies the maximum number of registers that a thread may use.
Specifies the level of optimization to be applied to generated code
(0 - 4), with 4 being the default and highest level of optimization.
Specifies the desired compute target.
Specifies that the target should be determined based on the current
attached context.
Specifies the minimum number of threads per block for compilation.
Adds a new code fragment to be linked into the module under construction
using the specified options.
Adds a new code fragment to be linked into the module under construction
using the 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
given options.
Loads a module on the specified device from the given input stream using
the specified options.