|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.utils.KernelInfos
public class KernelInfos
Utility methods for obtaining information about cl_kernel objects
Method Summary | |
---|---|
static org.jocl.cl_context |
getContext(org.jocl.cl_kernel kernel)
The context that this kernel belongs to |
static java.lang.String |
getFunctionName(org.jocl.cl_kernel kernel)
The kernel function name. |
static int |
getNumArgs(org.jocl.cl_kernel kernel)
The number of arguments |
static org.jocl.cl_program |
getProgram(org.jocl.cl_kernel kernel)
The program that this kernel belongs to |
static int |
getReferenceCount(org.jocl.cl_kernel kernel)
The reference count - only provided for identifying memory leaks. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getFunctionName(org.jocl.cl_kernel kernel)
kernel
- The kernel
public static int getReferenceCount(org.jocl.cl_kernel kernel)
kernel
- The kernel
public static int getNumArgs(org.jocl.cl_kernel kernel)
kernel
- The kernel
public static org.jocl.cl_context getContext(org.jocl.cl_kernel kernel)
kernel
- The kernel
public static org.jocl.cl_program getProgram(org.jocl.cl_kernel kernel)
kernel
- The kernel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |