Modifier and Type | Method and Description |
---|---|
static CudaJitInputType |
CudaJitInputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CudaJitInputType[] |
CudaJitInputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CudaLinker |
CudaLinker.add(CudaJitInputType type,
byte[] data,
java.lang.String name)
Adds a new code fragment to be linked into the module under construction
using the default options.
|
CudaLinker |
CudaLinker.add(CudaJitInputType type,
byte[] data,
java.lang.String name,
CudaJitOptions options)
Adds a new code fragment to be linked into the module under construction
using the specified options.
|
CudaLinker |
CudaLinker.add(CudaJitInputType type,
java.io.InputStream input,
java.lang.String name)
Adds a new code fragment to be linked into the module under construction
using the default options.
|
CudaLinker |
CudaLinker.add(CudaJitInputType type,
java.io.InputStream input,
java.lang.String name,
CudaJitOptions options)
Adds a new code fragment to be linked into the module under construction
using the default options.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2025 IBM Corp. and others.