Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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