From e055f8d34bcbce40ce1cc2626eadba63ff760e06 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Wed, 24 Dec 2025 04:07:49 +0100 Subject: [PATCH] khronos-update: add Intel's OpenCL header Why not use the same script for vendor headers... Part-of: --- bin/khronos-update.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/khronos-update.py b/bin/khronos-update.py index 1a9f794a349..1fc8a0a36fe 100755 --- a/bin/khronos-update.py +++ b/bin/khronos-update.py @@ -185,6 +185,14 @@ SOURCES = [ ], }, + { + 'api': 'opencl_intel', + 'inc_folder': 'CL_intel', + 'sources': [ + Source('include/CL_intel/cl_ext_private.h', 'https://github.com/intel/compute-runtime/raw/master/opencl/extensions/public/cl_ext_private.h'), + ], + }, + { 'api': 'spirv', 'sources': [