Package org.lwjgl.opencl
Class KHRSuggestedLocalWorkSize
java.lang.Object
org.lwjgl.opencl.KHRSuggestedLocalWorkSize
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-