Uses of Interface
cz.fidentis.analyst.opencl.CLProgram
Packages that use CLProgram
-
Uses of CLProgram in cz.fidentis.analyst.opencl
Methods in cz.fidentis.analyst.opencl that return CLProgramModifier and TypeMethodDescriptionstatic CLProgram
OpenCLServices.useProgram
(com.jogamp.opencl.CLContext clContext, CLProgramDef programDef) Compiles the OpenCL program, re-uses already compiled programs. -
Uses of CLProgram in cz.fidentis.analyst.opencl.impl
Classes in cz.fidentis.analyst.opencl.impl that implement CLProgramModifier and TypeClassDescriptionclass
A proxy object storing the information about a CL program compiled on GPU.Methods in cz.fidentis.analyst.opencl.impl that return CLProgramModifier and TypeMethodDescriptionSingletonGpuManagerCL.getOrCompile
(com.jogamp.opencl.CLContext clContext, CLProgramDef program) Compiles the CL program, re-uses already compiled programs or re-compiles program binaries for desired context.