| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
CLProgram |
CLProgram.build()
Returns the context of this program
|
CLKernel |
CLProgram.createKernel(String name,
Object... args)
Calls clCreateKernel.
|
CLKernel[] |
CLProgram.createKernels()
Calls clCreateKernelsInProgram.
|
Map<CLDevice,byte[]> |
CLProgram.getBinaries()
Get the binaries of the program (one for each device, in order)
|
void |
CLProgram.store(OutputStream out)
Write the compiled binaries of this program (for all devices it was compiled for), so that it can be restored later using
CLContext.loadProgram(java.io.InputStream) |
Copyright © 2009-2015. All Rights Reserved.