Uses of Interface
org.jocl.SVMFreeFunction
-
-
Uses of SVMFreeFunction in org.jocl
Methods in org.jocl with parameters of type SVMFreeFunction Modifier and Type Method Description static int
CL. clEnqueueSVMFree(cl_command_queue command_queue, int num_svm_pointers, Pointer[] svm_pointers, SVMFreeFunction pfn_free_func, java.lang.Object user_data, int num_events_in_wait_list, cl_event[] event_wait_list, cl_event event)
Enqueues a command to free the shared virtual memory allocated using clSVMAlloc or a shared system memory pointer.private static int
CL. clEnqueueSVMFreeNative(cl_command_queue command_queue, int num_svm_pointers, Pointer[] svm_pointers, SVMFreeFunction pfn_free_func, java.lang.Object user_data, int num_events_in_wait_list, cl_event[] event_wait_list, cl_event event)
-