logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

clUnloadPlatformCompiler - Allows the implementation to release the resources allocated by the OpenCL

Authors

TheKhronosGroup

Errors

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

       •   CL_INVALID_PLATFORM if platform is not a valid platform.

Name

       clUnloadPlatformCompiler - Allows the implementation to release the resources allocated by the OpenCL
       compiler for platform.

       cl_intclUnloadPlatformCompiler(cl_platform_idplatform);

Notes

        1. OpenCL Specification
           page 149, section 5.6.6 - Unloading the OpenCL Compiler

The Khronos Group                                  11/18/2024                         CLUNLOADPLATFORMCOMP(3clc)

Specification

OpenCLSpecification[1]

See Also