Skip to content

Commit be00d2f

Browse files
committed
Bump Khronos OpenCL Headers/ICD-Loader to v2026.05.29 (OpenCL 3.1.1)
Both build_opencl_android.sh and build_opencl_windows.bat pinned the Khronos OpenCL-Headers + OpenCL-ICD-Loader at v2025.07.22; v2026.05.29 (OpenCL 3.1.1 spec sync) is current and exists for both repos. Headers are backward compatible, so the Android OpenCL classifier is unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Deqf9xS6jz9t1idytVTaPV
1 parent 0c2778d commit be00d2f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/build_opencl_android.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ HEADERS_DIR="$OPENCL_STAGE/OpenCL-Headers"
2020
LOADER_DIR="$OPENCL_STAGE/OpenCL-ICD-Loader"
2121
LOADER_BUILD="$LOADER_DIR/build"
2222

23-
# Pinned tags for reproducibility.
24-
HEADERS_TAG=v2025.07.22
25-
LOADER_TAG=v2025.07.22
23+
# Pinned tags for reproducibility (OpenCL 3.1.1 spec release).
24+
HEADERS_TAG=v2026.05.29
25+
LOADER_TAG=v2026.05.29
2626

2727
if [ ! -d "$HEADERS_DIR" ]; then
2828
mkdir -p "$OPENCL_STAGE"

.github/build_opencl_windows.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ set "HEADERS_DIR=%OPENCL_STAGE%\OpenCL-Headers"
2222
set "LOADER_DIR=%OPENCL_STAGE%\OpenCL-ICD-Loader"
2323
set "LOADER_BUILD=%LOADER_DIR%\build"
2424

25-
REM Pinned tags for reproducibility (match build_opencl_android.sh).
26-
set "HEADERS_TAG=v2025.07.22"
27-
set "LOADER_TAG=v2025.07.22"
25+
REM Pinned tags for reproducibility (OpenCL 3.1.1; match build_opencl_android.sh).
26+
set "HEADERS_TAG=v2026.05.29"
27+
set "LOADER_TAG=v2026.05.29"
2828

2929
if not exist "%HEADERS_DIR%" (
3030
git clone --depth 1 --branch %HEADERS_TAG% https://github.com/KhronosGroup/OpenCL-Headers.git "%HEADERS_DIR%"

0 commit comments

Comments
 (0)