Skip to content

Commit 1366ef4

Browse files
authored
update project version and submodules - July 2025 (#138)
* update project version and submodules - July 2025 * update clinfo version and patched ext.h file * temporarily update the OpenCL-ICD-Loader submodule * add the beta extensions define for macOS builds also * bump OpenCL-ICD-Loader submodule
1 parent 5d1c559 commit 1366ef4

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16)
1717
set(CMAKE_CXX_STANDARD 14)
1818

1919
project(OpenCL-SDK
20-
VERSION 2024.10.24
20+
VERSION 2025.07.22
2121
LANGUAGES
2222
C CXX
2323
)

cmake/Dependencies/clinfo/clinfo.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT clinfo_FOUND)
1313
FetchContent_Declare(
1414
clinfo
1515
GIT_REPOSITORY https://github.com/Oblomov/clinfo.git
16-
GIT_TAG 3.0.23.01.25
16+
GIT_TAG 3.0.25.02.14
1717
PATCH_COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_LIST_DIR}/patch.cmake"
1818
)
1919
FetchContent_MakeAvailable(clinfo)

cmake/Dependencies/clinfo/ext.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
#define CL_TARGET_OPENCL_VERSION 220
1919
#endif
2020

21+
#ifndef CL_ENABLE_BETA_EXTENSIONS
22+
#define CL_ENABLE_BETA_EXTENSIONS
23+
#endif
24+
2125
/* We will use the deprecated clGetExtensionFunctionAddress,
2226
* so let the headers know that we don't care about it being deprecated.
2327
* The standard CL_USE_DEPRECATED_OPENCL_1_1_APIS define apparently

0 commit comments

Comments
 (0)