Uses of Interface
org.jocl.BuildProgramFunction
-
Uses of BuildProgramFunction in org.jocl
Methods in org.jocl with parameters of type BuildProgramFunctionModifier and TypeMethodDescriptionstatic intCL.clBuildProgram(cl_program program, int num_devices, cl_device_id[] device_list, String options, BuildProgramFunction pfn_notify, Object user_data) Builds (compiles and links) a program executable from the program source or binary.private static intCL.clBuildProgramNative(cl_program program, int num_devices, cl_device_id[] device_list, String options, BuildProgramFunction pfn_notify, Object user_data) static intCL.clCompileProgram(cl_program program, int num_devices, cl_device_id[] device_list, String options, int num_input_headers, cl_program[] input_headers, String[] header_include_names, BuildProgramFunction pfn_notify, Object user_data) Compiles a programs source for all the devices or a specific device(s) in the OpenCL context associated withprogram.private static intCL.clCompileProgramNative(cl_program program, int num_devices, cl_device_id[] device_list, String options, int num_input_headers, cl_program[] input_headers, String[] header_include_names, BuildProgramFunction pfn_notify, Object user_data) static cl_programCL.clLinkProgram(cl_context context, int num_devices, cl_device_id[] device_list, String options, int num_input_programs, cl_program[] input_programs, BuildProgramFunction pfn_notify, Object user_data, int[] errcode_ret) Links a set of compiled program objects and libraries for all the devices or a specific device(s) in the OpenCL context and creates an executable.private static cl_programCL.clLinkProgramNative(cl_context context, int num_devices, cl_device_id[] device_list, String options, int num_input_programs, cl_program[] input_programs, BuildProgramFunction pfn_notify, Object user_data, int[] errcode_ret)