Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 14)

project(OpenCL-SDK
VERSION 2024.10.24
VERSION 2025.07.22
LANGUAGES
C CXX
)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Dependencies/clinfo/clinfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT clinfo_FOUND)
FetchContent_Declare(
clinfo
GIT_REPOSITORY https://github.com/Oblomov/clinfo.git
GIT_TAG 3.0.23.01.25
GIT_TAG 3.0.25.02.14
PATCH_COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_LIST_DIR}/patch.cmake"
)
FetchContent_MakeAvailable(clinfo)
Expand Down
4 changes: 4 additions & 0 deletions cmake/Dependencies/clinfo/ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
#define CL_TARGET_OPENCL_VERSION 220
#endif

#ifndef CL_ENABLE_BETA_EXTENSIONS
#define CL_ENABLE_BETA_EXTENSIONS
#endif

/* We will use the deprecated clGetExtensionFunctionAddress,
* so let the headers know that we don't care about it being deprecated.
* The standard CL_USE_DEPRECATED_OPENCL_1_1_APIS define apparently
Expand Down
2 changes: 1 addition & 1 deletion external/OpenCL-CLHPP
2 changes: 1 addition & 1 deletion external/OpenCL-Headers
Loading