Search Criteria
Package Details: openvino-intel-gpu-plugin 2024.6.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvino.git (read-only, click to copy) |
---|---|
Package Base: | openvino |
Description: | Intel GPU plugin for OpenVINO |
Upstream URL: | https://docs.openvino.ai/ |
Licenses: | Apache-2.0, LicenseRef-custom |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 13 |
Popularity: | 1.23 |
First Submitted: | 2020-12-23 22:29 (UTC) |
Last Updated: | 2025-01-09 03:06 (UTC) |
Dependencies (23)
- intel-compute-runtime (intel-compute-runtime-legacy-binAUR, intel-compute-runtime-gitAUR, intel-compute-runtime-binAUR, intel-compute-runtime-legacyAUR)
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR)
- onetbb
- openvinoAUR (openvino-gitAUR)
- pugixml (pugixml-gitAUR)
- abseil-cpp (abseil-cpp-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- flatbuffers (flatbuffers-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR) (make)
- onetbb (make)
- opencv (opencv-cuda) (make)
- patchelf (patchelf-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- pugixml (pugixml-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (make)
- Show 3 more dependencies...
Required by (1)
- openvino (optional)
Sources (26)
- 010-openvino-change-install-paths.patch
- 020-openvino-disable-werror.patch
- 030-openvino-level-zero-disable-werror.patch
- 040-openvino-protobuf23-fix.patch
- git+https://github.com/ARM-software/ComputeLibrary.git
- git+https://github.com/gflags/gflags.git
- git+https://github.com/herumi/xbyak.git
- git+https://github.com/intel/ittapi.git
- git+https://github.com/intel/level-zero-npu-extensions.git
- git+https://github.com/jbeder/yaml-cpp.git
- git+https://github.com/KhronosGroup/OpenCL-CLHPP.git
- git+https://github.com/KhronosGroup/OpenCL-Headers.git
- git+https://github.com/libxsmm/libxsmm.git
- git+https://github.com/madler/zlib.git
- git+https://github.com/nithinn/ncc.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/oneapi-src/level-zero.git
- git+https://github.com/oneapi-src/oneDNN.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/openvinotoolkit/mlas.git
- git+https://github.com/openvinotoolkit/openvino.git#tag=2024.6.0
- git+https://github.com/openvinotoolkit/open_model_zoo.git
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
dbermond commented on 2023-07-18 17:08 (UTC)
@WSDMatty That's due to the protobuf update 21.x->23.x that was pushed to the official repositories a few days ago. Protobuf 23 now requires c++14 at minimum, and now it also depends on abseil-cpp, which in turn requires c++17 at minimum. I've updated the package, and it's building fine. I could not make it to build by applying your suggestion and neither by applying a backported upstream patch. Thanks for reporting.
WSDMatty commented on 2023-07-18 10:58 (UTC)
Build fails with the error:
Adding
-DCMAKE_CXX_STANDARD='17'
to the pkgbuild with the rest of the cmake flags when runningcmake -B build -S openvino
fixes the build errors.dbermond commented on 2023-06-20 01:58 (UTC)
@Eugine_Nier Package updated. Building fine.
@msa81 Package updated. Building fine. No need to use gcc12, I've added the needed fixes to build with the current gcc13.
msa81 commented on 2023-06-09 15:57 (UTC) (edited on 2023-06-09 15:59 (UTC) by msa81)
Also, I keep getting the error: "uint8 t" was not declared in this scope.
It's caused by gcc13 and can be fixed by installing gcc12 and exporting it to the environment. In short, openvino builds successfully by doing the workaround:
yay -S gcc12 gcc12-libs
export CC=gcc-12 CXX=g++-12
yay -S openvino
Eugine_Nier commented on 2023-05-18 06:29 (UTC) (edited on 2023-05-18 06:33 (UTC) by Eugine_Nier)
I keep getting this error:
dbermond commented on 2023-04-02 15:23 (UTC)
@Eirikr I've pushed a fix. My guess is that this is some incompatibility with newer cmake versions. Building fine now.
Eirikr commented on 2023-04-01 22:00 (UTC)
I keep receiving this message:
In my /etc/profile I have: export OCL_ICD_VENDORS=/etc/OpenCL/vendors/ which still does not seem to work.
mozzribo commented on 2022-11-14 22:38 (UTC)
Yep, it works now! Thanks for the maintenance. :) I deleted my previous comment as it was pretty lengthy.
dbermond commented on 2022-11-14 14:06 (UTC)
@mozzribo I've just updated the package right before your comment, and it's building fine. The git fix was pushed. Probably you are using an outdated checkout of this repository. Make sure to update it with 'git pull', or clone it again.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »