Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionAs of OpenCL 2.0As of OpenCL 2.0, replaced by
CL.CL_DEVICE_QUEUE_ON_HOST_PROPERTIES
-
Deprecated MethodsMethodDescriptionThis method is not intended (and should not be required) for public use, and will be removed in future releases.As of OpenCL 2.0. Use
CL.clCreateCommandQueueWithProperties(org.jocl.cl_context, org.jocl.cl_device_id, org.jocl.cl_queue_properties, int[])
insteadAs of OpenCL 1.2 and replaced byCL.clCreateFromGLTexture(cl_context, long, int, int, int, int[])
As of OpenCL 1.2 and replaced byCL.clCreateFromGLTexture(cl_context, long, int, int, int, int[])
As of OpenCL 1.2 and replaced byCL.clCreateImage(cl_context, long, cl_image_format, cl_image_desc, Pointer, int[])
As of OpenCL 1.2 and replaced byCL.clCreateImage(cl_context, long, cl_image_format, cl_image_desc, Pointer, int[])
As of OpenCL 2.0. UseCL.clCreateSamplerWithProperties(org.jocl.cl_context, org.jocl.cl_sampler_properties, int[])
instead.The buffer_create_info that has to be passed to this function is specific for the underlying architecture (32/64 bit). The preferred way of creating a sub-buffer is now viaCL.clCreateSubBuffer(cl_mem, long, int, cl_buffer_region, int[])
As of OpenCL 1.2As of OpenCL 1.2As of OpenCL 2.0As of OpenCL 1.2This API introduces mutable state into the OpenCL implementation. It has been REMOVED to better facilitate thread safety. The 1.0 API is not thread safe. It is not tested by the OpenCL 1.1 conformance test, and consequently may not work or may not work dependably.
It is likely to be non-performant. Use of this API is not advised. Use at your own risk.
Software developers previously relying on this API are instructed to set the command queue properties when creating the queue, instead.As of OpenCL 2.0As of OpenCL 1.2