From 63371d54cf427e0f203e9f868a012af6695d1928 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Tue, 30 Nov 2021 13:38:07 +0000 Subject: [PATCH] Add a few missing uses of types and enums to XML - OpenCL 1.0 requires cl_char, etc types - OpenCL 1.2 and cl_khr+_fp64 require cl_double - cl_khr_fp16 requires CL_HALF_* constants - cl_khr_icd requires cl_icd_dispatch - OpenCL 1.0 requires all the CL_M_* constants. The specification does not state which version defines which constant (see #731) Signed-off-by: Kevin Petit Change-Id: I8eb34ab1eccf727700662ff5f61823d0e8c48ea1 --- xml/cl.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/xml/cl.xml b/xml/cl.xml index ac7236c1..2e4e2f5f 100644 --- a/xml/cl.xml +++ b/xml/cl.xml @@ -4383,6 +4383,19 @@ server's OpenCL/api-docs repository. + + + + + + + + + + + + + @@ -4424,6 +4437,32 @@ server's OpenCL/api-docs repository. + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5123,6 +5162,7 @@ server's OpenCL/api-docs repository. + @@ -5589,6 +5629,18 @@ server's OpenCL/api-docs repository. + + + + + + + + + + + + @@ -5625,6 +5677,7 @@ server's OpenCL/api-docs repository. +