Class KHRSuggestedLocalWorkSize
java.lang.Object
org.lwjgl.opencl.KHRSuggestedLocalWorkSize
-
Method Summary
Modifier and TypeMethodDescriptionstatic intclGetKernelSuggestedLocalWorkSizeKHR(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 intnclGetKernelSuggestedLocalWorkSizeKHR(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
@NativeType("cl_int") public static int clGetKernelSuggestedLocalWorkSizeKHR(@NativeType("cl_command_queue") long command_queue, @NativeType("cl_kernel") long kernel, @NativeType("size_t const *") @Nullable PointerBuffer global_work_offset, @NativeType("size_t const *") PointerBuffer global_work_size, @NativeType("size_t *") 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)
-