KhronosGroup / OpenCL-Docs

OpenCL API, OpenCL C, Extensions, SPIR-V Environment Specs, Ref page, and C++ for OpenCL doc sources.
Other
356 stars 113 forks source link

[XML] Fix type defined by `cl_intel_driver_diagnostics` #1260

Closed SunSerega closed 1 week ago

SunSerega commented 2 weeks ago

https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_driver_diagnostics.txt

XML says this extension defines cl_diagnostics_verbose_level, but the spec says it's cl_diagnostic_verbose_level_intel (and with base type cl_bitfield rather than cl_uint - which checks out in favour of .txt spec)