Modifier and Type | Method and Description |
---|---|
CudaModule |
CudaModule.Cache.get(CudaDevice device,
java.lang.Object key)
Retrieves an existing module for the specified device and key.
|
CudaModule |
CudaModule.Cache.put(CudaDevice device,
java.lang.Object key,
CudaModule module)
Stores a module in this cache, associating it with the given
device and key.
|
Modifier and Type | Method and Description |
---|---|
CudaModule |
CudaModule.Cache.put(CudaDevice device,
java.lang.Object key,
CudaModule module)
Stores a module in this cache, associating it with the given
device and key.
|
Constructor and Description |
---|
CudaKernel(CudaModule module,
CudaFunction function)
Creates a new kernel object in the given module whose entry point
is the specified function.
|
CudaKernel(CudaModule module,
java.lang.String functionName)
Creates a new kernel object in the given module whose entry point
is the function with the specified name.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2023 IBM Corp. and others.