Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencl-cpp-headers for openSUSE:Factory checked in at 2022-09-28 17:51:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencl-cpp-headers (Old) and /work/SRC/openSUSE:Factory/.opencl-cpp-headers.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencl-cpp-headers" Wed Sep 28 17:51:54 2022 rev:9 rq:1006543 version:2.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/opencl-cpp-headers/opencl-cpp-headers.changes 2022-06-04 23:27:35.248789268 +0200 +++ /work/SRC/openSUSE:Factory/.opencl-cpp-headers.new.2275/opencl-cpp-headers.changes 2022-09-28 17:51:57.431256878 +0200 @@ -1,0 +2,6 @@ +Tue Sep 27 21:53:12 UTC 2022 - Aaron Puchert <[email protected]> + +- Update to version 2.0.18. + * Synchronize with OpenCL v3.0.12 specification release. + +------------------------------------------------------------------- Old: ---- v2022.05.18.tar.gz New: ---- v2022.09.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencl-cpp-headers.spec ++++++ --- /var/tmp/diff_new_pack.ldI6z3/_old 2022-09-28 17:51:57.947257916 +0200 +++ /var/tmp/diff_new_pack.ldI6z3/_new 2022-09-28 17:51:57.955257933 +0200 @@ -17,10 +17,10 @@ # -%global _tagver 2022.05.18 +%global _tagver 2022.09.23 Name: opencl-cpp-headers -Version: 2.0.17 +Version: 2.0.18 Release: 0 Summary: OpenCL C++ headers License: Apache-2.0 ++++++ v2022.05.18.tar.gz -> v2022.09.23.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/OpenCL-CLHPP-2022.05.18/include/CL/opencl.hpp new/OpenCL-CLHPP-2022.09.23/include/CL/opencl.hpp --- old/OpenCL-CLHPP-2022.05.18/include/CL/opencl.hpp 2022-04-06 21:09:35.000000000 +0200 +++ new/OpenCL-CLHPP-2022.09.23/include/CL/opencl.hpp 2022-09-14 22:18:20.000000000 +0200 @@ -1597,12 +1597,24 @@ #ifdef CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SUPPORTED_REGISTER_ALLOCATIONS_ARM, vector<cl_uint>) #endif +#ifdef CL_DEVICE_MAX_WARP_COUNT_ARM +CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_MAX_WARP_COUNT_ARM, cl_uint) +#endif +#ifdef CL_KERNEL_MAX_WARP_COUNT_ARM +CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_info, CL_KERNEL_MAX_WARP_COUNT_ARM, cl_uint) +#endif #ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_ARM, cl_uint) #endif #ifdef CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WORKGROUP_BATCH_SIZE_MODIFIER_ARM, cl_int) #endif +#ifdef CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM +CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_WARP_COUNT_LIMIT_ARM, cl_uint) +#endif +#ifdef CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM +CL_HPP_DECLARE_PARAM_TRAITS_(cl_kernel_exec_info, CL_KERNEL_EXEC_INFO_COMPUTE_UNIT_MAX_QUEUED_BATCHES_ARM, cl_uint) +#endif #ifdef CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV, cl_uint) @@ -3873,7 +3885,7 @@ return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies}); } - catch (std::bad_alloc& b) + catch (std::bad_alloc&) { std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies); throw;
