Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Bring back the usage of system opencl. Add missing libraries. | Daniel Bermond | |
The previous commit[1] disabled system opencl. After more investigation, it looks like that system opencl can be used if the opencl headers paths are specified in cmake, avoiding the build error. [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=openvino-git&id=91eb719e063b2b9958adb85309eb2268723a0575 | |||
3 days | Disable system opencl and use from submodules. Update dependencies. | Daniel Bermond | |
Upstream currently does not support the latest opencl-clhpp 2024.10.24 that just reached the official repositories, giving the following build error: ``` In file included from /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp:14, from /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp:73, from /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_common.hpp:6, from /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.hpp:7, from /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_event.cpp:5: /build/openvino/src/openvino/src/plugins/intel_gpu/src/runtime/ocl/ocl_ext.hpp:50:1: error: redefinition of ‘struct cl::detail::param_traits<cl::detail::cl_device_info, 16648>’ 50 | CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SUB_GROUP_SIZES_INTEL, vector<size_type>) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/CL/opencl.hpp:1909:1: note: previous definition of ‘struct cl::detail::param_traits<cl::detail::cl_device_info, 16648>’ 1909 | CL_HPP_DECLARE_PARAM_TRAITS_(cl_device_info, CL_DEVICE_SUB_GROUP_SIZES_INTEL, cl::vector<size_type>) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Disable usage of system opencl and use opencl from git submodules. | |||
2024-11-24 | Match latest upstream changes. Disable the npu plugin. | Daniel Bermond | |
The npu plugin requires avx isa and does not build with the Arch Linux default x86_64 generic compiler flags. Disabled. | |||
2024-07-31 | Match latest upstream changes | Daniel Bermond | |
2024-06-21 | Update dependencies and fix warnings | Daniel Bermond | |
2024-05-04 | Disable specific isa instead of forcing a higher architecture level | Daniel Bermond | |
2024-04-26 | Match latest upstream changes | Daniel Bermond | |
2024-03-02 | Match latest upstream changes. Add fix for default makepkg flags. | Daniel Bermond | |
2023-09-18 | Match latest upstream changes | Daniel Bermond | |
2023-06-18 | Match latest upstream changes | Daniel Bermond | |
2023-04-02 | Fix opencl headers | Daniel Bermond | |
2023-03-04 | Match latest upstream changes. Disable gna to fix build. | Daniel Bermond | |
2022-11-14 | Fix git submodules. Match latest upstream changes. | Daniel Bermond | |
2022-03-24 | Enable lto (need to disable an option). Improvements in package(). | Daniel Bermond | |
cmake option ENABLE_ONEDNN_FOR_GPU need to be disabled to make it build with lto enabled. | |||
2021-12-31 | Disable lto to fix build and fix gna library | Daniel Bermond | |
2021-12-27 | Match latest upstream changes | Daniel Bermond | |
2021-03-28 | Match latest upstream changes | Daniel Bermond | |
2020-12-23 | Initial commit | Daniel Bermond | |