Package org.jocl

Interface SVMFreeFunction


public interface SVMFreeFunction
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    function(cl_command_queue queue, int num_svm_pointers, Pointer[] svm_pointers, Object user_data)
    The function that will be called
  • Method Details

    • function

      void function(cl_command_queue queue, int num_svm_pointers, Pointer[] svm_pointers, Object user_data)
      The function that will be called
      Parameters:
      queue - The command queue
      num_svm_pointers - The number of pointers
      svm_pointers - The pointers
      user_data - The user data