summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gomez <daniel@qtec.com>2022-03-14 09:56:46 +0100
committerKhem Raj <raj.khem@gmail.com>2022-03-14 09:23:14 -0700
commit33b294c8b24499ae933cc369b4d460035235401d (patch)
treee0f314df9ad6cb58c99c0d645977a1bdf57ee5e9
parent731546f0480e8a457eac8f4fff0fac69ed1e6e39 (diff)
downloadmeta-openembedded-33b294c8b24499ae933cc369b4d460035235401d.tar.gz
opencl-clhpp: Update 2.0.15 -> 2.0.16
- Change branch name master -> main according to upstream repository. - Update 2.0.15 -> 2.0.16. Changelog: 1df82b9 Add param traits for CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM (#165) 814e7b2 update the C++ bindings code example (#151) 6d833a5 Update opencl.hpp: Add CL_DEVICE_BOARD_NAME_AMD (#160) 25ad589 Added missing definitions for deprecated prefixes and suffixes for version 2.2 (#159) 21a34b0 Test two additional defines and update descriptions in header (#147) ff7318c Fix cl::enqueueMapSVM for cl::vector and cl::pointer (#145) 30d4219 Test most of the possible defines (#140) 63d9e41 Fix unreasonable error handling in opencl.hpp (#139) 0198c41 Add support for cl_khr_integer_dot_product v2 (#141) 8df6c8f Transition CI to Github Actions (#142) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/opencl/opencl-clhpp_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
index 5a0776c266..8a712602cc 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
@@ -1,13 +1,13 @@
1SUMMARY = "OpenCL API C++ bindings" 1SUMMARY = "OpenCL API C++ bindings"
2DESCRIPTION = "OpenCL API C++ bindings from Khronos" 2DESCRIPTION = "OpenCL API C++ bindings from Khronos"
3 3
4SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=master" 4SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
5 5
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9PV = "2.0.15+git${SRCPV}" 9PV = "2.0.16+git${SRCPV}"
10SRCREV = "f7237f3799009d856935e1eecfd7c9301fe522b4" 10SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13