Skip to content

Commit 3ad66c6

Browse files
authored
XML: add cl_properties to OpenCL 1.0 requirements (#1426)
`cl_queue_properties` is defined against `cl_properties`, so I think OpenCL 1.0 should require `cl_properties` too.
1 parent 80e9f8e commit 3ad66c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xml/cl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,6 +4429,7 @@ server's OpenCL/api-docs repository.
44294429
<type name="cl_sampler"/>
44304430
<type name="cl_bool" comment="WARNING! Unlike cl_ types in cl_platform.h, cl_bool is not guaranteed to be the same size as the bool in kernels."/>
44314431
<type name="cl_bitfield"/>
4432+
<type name="cl_properties"/>
44324433
<type name="cl_device_type"/>
44334434
<type name="cl_platform_info"/>
44344435
<type name="cl_device_info"/>

0 commit comments

Comments
 (0)