Uses of Class
cz.fidentis.analyst.opencl.impl.CompiledCLProgram
Packages that use CompiledCLProgram
-
Uses of CompiledCLProgram in cz.fidentis.analyst.opencl.impl
Methods in cz.fidentis.analyst.opencl.impl that return CompiledCLProgramModifier and TypeMethodDescriptionCompiledCLProgram.compile()
Compiles the program on GPU.Compiles the program on GPU.CLProgramsManager.getOrCompile
(CLProgramDef programSpec, Map<com.jogamp.opencl.CLDevice, byte[]> binaries) Lazy compilation and re-used of CL programs.