Class KHRSuggestedLocalWorkSize

java.lang.Object
org.lwjgl.opencl.KHRSuggestedLocalWorkSize

public class KHRSuggestedLocalWorkSize extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    clGetKernelSuggestedLocalWorkSizeKHR(long command_queue, long kernel, @Nullable PointerBuffer global_work_offset, PointerBuffer global_work_size, PointerBuffer suggested_local_work_size)
    cl_int clGetKernelSuggestedLocalWorkSizeKHR(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t * suggested_local_work_size)
    static int
    nclGetKernelSuggestedLocalWorkSizeKHR(long command_queue, long kernel, int work_dim, long global_work_offset, long global_work_size, long suggested_local_work_size)
    cl_int clGetKernelSuggestedLocalWorkSizeKHR(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t * suggested_local_work_size)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nclGetKernelSuggestedLocalWorkSizeKHR

      public static int nclGetKernelSuggestedLocalWorkSizeKHR(long command_queue, long kernel, int work_dim, long global_work_offset, long global_work_size, long suggested_local_work_size)
      cl_int clGetKernelSuggestedLocalWorkSizeKHR(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t * suggested_local_work_size)
    • clGetKernelSuggestedLocalWorkSizeKHR

      public static int clGetKernelSuggestedLocalWorkSizeKHR(long command_queue, long kernel, @Nullable PointerBuffer global_work_offset, PointerBuffer global_work_size, PointerBuffer suggested_local_work_size)
      cl_int clGetKernelSuggestedLocalWorkSizeKHR(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, size_t const * global_work_offset, size_t const * global_work_size, size_t * suggested_local_work_size)