diff --git a/ext/cl_loader_layers.asciidoc b/ext/cl_loader_layers.asciidoc index 498f18ee..b61cee92 100644 --- a/ext/cl_loader_layers.asciidoc +++ b/ext/cl_loader_layers.asciidoc @@ -23,6 +23,10 @@ interception layers (Layer ICDs) for OpenCL. | 2020-11-04 | 1.0.0 | First assigned version. |==== +==== Contributors + +Brice Videau, Argonne National Laboratory + [[cl_loader_layers-new-procedures-and-functions]] === New Procedures and Functions @@ -60,6 +64,7 @@ Accepted as _param_name_ to the function *clGetLayerInfo*: [source,opencl] ---- #define CL_LAYER_API_VERSION 0x4240 +#define CL_LAYER_NAME 0x4241 ---- @@ -125,6 +130,7 @@ in the <> table. |==== | Layer Info | Return Type | Description | *CL_LAYER_API_VERSION* | cl_layer_api_version | OpenCL Layer API version +| *CL_LAYER_NAME* | char[] | OpenCL Layer Name |==== *clGetLayerInfo* returns *CL_SUCCESS* if the function is executed diff --git a/xml/cl.xml b/xml/cl.xml index eb666c0e..15ccd0d5 100644 --- a/xml/cl.xml +++ b/xml/cl.xml @@ -2208,7 +2208,8 @@ server's OpenCL/api-docs repository. - + + @@ -5490,6 +5491,7 @@ server's OpenCL/api-docs repository. +