Uses of Interface
org.jocl.EnqueueNativeKernelFunction
-
-
Uses of EnqueueNativeKernelFunction in org.jocl
Methods in org.jocl with parameters of type EnqueueNativeKernelFunction Modifier and Type Method Description static int
CL. clEnqueueNativeKernel(cl_command_queue command_queue, EnqueueNativeKernelFunction user_func, java.lang.Object args, long cb_args, int num_mem_objects, cl_mem[] mem_list, Pointer[] args_mem_loc, int num_events_in_wait_list, cl_event[] event_wait_list, cl_event event)
Enqueues a command to execute a native C/C++ function not compiled using the OpenCL compiler.private static int
CL. clEnqueueNativeKernelNative(cl_command_queue command_queue, EnqueueNativeKernelFunction user_func, java.lang.Object args, long cb_args, int num_mem_objects, cl_mem[] mem_list, Pointer[] args_mem_loc, int num_events_in_wait_list, cl_event[] event_wait_list, cl_event event)
-