Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 978 Bytes

clRetainProgram.adoc

File metadata and controls

43 lines (24 loc) · 978 Bytes

clRetainProgram

Increments the program reference count.

cl_int clRetainProgram(cl_program program)

Notes

clCreateProgram does an implicit retain.

Errors

Returns CL_SUCCESS if the function is executed successfully. Otherwise, it returns one of the following errors:

  • CL_INVALID_PROGRAM if program is not a valid program object.

  • CL_OUT_OF_RESOURCES if there is a failure to allocate resources required by the OpenCL implementation on the device.

  • CL_OUT_OF_HOST_MEMORY if there is a failure to allocate resources required by the OpenCL implementation on the host.