Changelog for
pocl-debuginfo-6.0-2.1.x86_64.rpm :
* Mon Jan 06 2025 Eyad Issa
- Disable SPIR-V Support on Leap 15.x (missing llvm-spirv)- Enable CPU TBB driver- Add note for users/packagers in maint.README.
* Sat Dec 28 2024 Eyad Issa - Use _service file to create tarball from git- Enable SPIR-V support- Remove pocl-llvm16.patch- Remove link_against_libclang-cpp_so.patch- Update to version 6.0:
* New CPU driver which uses Threading Building Blocks for task scheduling
* Experimental cl_ext_buffer_device_address prototype
* Multi-device command buffer infrastructure
* Command queue priority/throttle hints
* Support for using OpenMP for task scheduling in the \"cpu\" driver
* Improvements to the Remote driver
* Improvements to the Level Zero driver
* Improvements to the CUDA driver- Update to version 5.0:
* New backend: Remote
* CUDA driver: More OpenCL 3.0 features and extensions implemented
* RISC-V CPU support improved
* Other CPU improvements
* Experimental built-in-kernel library based FPGA backend- Update to version 4.0:
* Support for Clang/LLVM 16.0
* CPU driver improvements
* New Level Zero driver
* Thu Feb 29 2024 Dominique Leuenberger - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN.
* Fri Feb 16 2024 Max Lin - BuildRequires clang15-devel on Leap 15.6
* the default clang-devel is clang17 and Leap15 doesn\'t have clang16
* Wed Nov 08 2023 Dominique Leuenberger - BuildRequire clang16-devel whenever clang-devel is not in the range >= 6 < 17.
* Sat May 13 2023 Carsten Ziepke - Add pocl-llvm16.patch, enables support for LLVM 16- Use BuildRequires ocl-icd-devel instead pkgconfig(OpenCL), fix have choice for pkgconfig(OpenCL) for SLE
* Sat Dec 24 2022 Andreas Schwab - Use generic-rv64 cpu on riscv64
* Mon Dec 05 2022 Ondřej Súkup - Update to version 3.1
* Support CLang/LLVM 15
* Much improved SPIR-V support for CPU and CUDA drivers
* Major rework of the custom device driver.
* Various improvements to the work-in-progress Vulkan driver
* Basic implementation of cl_khr_command_buffer
* Wed Nov 02 2022 Dominique Leuenberger - IF clang-devel is >= 15, force dependency to clang14-devel.
* Tue Sep 06 2022 Stefan Brüns - Update to version 3.0
* Minimal OpenCL 3.0 feature set should be now supported (official conformance stamp still to apply for).
* Support for Clang/LLVM 14.0.
* Improved tracing and visualization.
* Support for generating specialized work-group functions and include them in the PoCL kernel program binaries.
* Fixed printf for SPIR-V.
* A lot of other fixes and improvements.
* Sat Jun 04 2022 Aaron Puchert - Use LLVM 13 on Tumbleweed, since LLVM 14 does not yet work according to upstream. (gh#pocl/pocl#1047, gh#pocl/pocl#1048)- Require at least version 6 of clang-devel, older versions are not supported. (Otherwise configuration will fail.)- Strip prefix from CMAKE_INSTALL_LIBDIR on older distributions to fix paths there.