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.