Uses of Class
org.jocl.cl_pipe_properties
-
-
Uses of cl_pipe_properties in org.jocl
Methods in org.jocl with parameters of type cl_pipe_properties Modifier and Type Method Description static cl_mem
CL. clCreatePipe(cl_context context, long flags, int pipe_packet_size, int pipe_max_packets, cl_pipe_properties properties, int[] errcode_ret)
Creates a pipe object.private static cl_mem
CL. clCreatePipeNative(cl_context context, long flags, int pipe_packet_size, int pipe_max_packets, cl_pipe_properties properties, int[] errcode_ret)
-