Package org.jocl
Interface SVMFreeFunction
-
public interface SVMFreeFunctionEmulation of a function pointer that may be passed to theCL.clEnqueueSVMFree(cl_command_queue, int, Pointer[], SVMFreeFunction, Object, int, cl_event[], cl_event)method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfunction(cl_command_queue queue, int num_svm_pointers, Pointer[] svm_pointers, java.lang.Object user_data)The function that will be called
-
-
-
Method Detail
-
function
void function(cl_command_queue queue, int num_svm_pointers, Pointer[] svm_pointers, java.lang.Object user_data)
The function that will be called- Parameters:
queue- The command queuenum_svm_pointers- The number of pointerssvm_pointers- The pointersuser_data- The user data
-
-