|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jocl.utils.ProgramInfos
public class ProgramInfos
Utility methods for obtaining information about cl_program objects
| Method Summary | |
|---|---|
static java.lang.String[] |
getBinaries(org.jocl.cl_program program)
The sizes of the program binaries for each device. |
static long[] |
getBinarySizes(org.jocl.cl_program program)
The sizes of the program binaries for each device. |
static org.jocl.cl_context |
getContext(org.jocl.cl_program program)
The context of the program. |
static org.jocl.cl_device_id[] |
getDevices(org.jocl.cl_program program)
The devices associated with the program. |
static int |
getNumDevices(org.jocl.cl_program program)
The number of devices associated with the program. |
static int |
getReferenceCount(org.jocl.cl_program program)
The reference count. |
static java.lang.String |
getSource(org.jocl.cl_program program)
The program source code |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getReferenceCount(org.jocl.cl_program program)
program - The program
public static org.jocl.cl_context getContext(org.jocl.cl_program program)
program - The program
public static int getNumDevices(org.jocl.cl_program program)
program - The program
public static org.jocl.cl_device_id[] getDevices(org.jocl.cl_program program)
program - The program
public static java.lang.String getSource(org.jocl.cl_program program)
program - The program
public static long[] getBinarySizes(org.jocl.cl_program program)
program - The program
public static java.lang.String[] getBinaries(org.jocl.cl_program program)
program - The program
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||