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.
|
Link to Eclipse OpenJ9 documentation.
To raise a bug report or suggest an improvement create an Eclipse Openj9 issue.
Copyright © 2013, 2020, IBM Corp. All rights reserved.