Search Criteria
Package Details: intel-compute-runtime-legacy-bin 24.35.30872.22-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/intel-compute-runtime-legacy-bin.git (read-only, click to copy) |
---|---|
Package Base: | intel-compute-runtime-legacy-bin |
Description: | Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver (legacy platforms; pre-compiled binaries) |
Upstream URL: | https://github.com/intel/compute-runtime/ |
Licenses: | MIT |
Conflicts: | intel-compute-runtime, intel-gmmlib |
Provides: | intel-compute-runtime, intel-compute-runtime-legacy, intel-gmmlib, intel-gmmlib-legacy, level-zero-driver, opencl-driver |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 2 |
Popularity: | 0.39 |
First Submitted: | 2024-12-06 22:14 (UTC) |
Last Updated: | 2025-05-11 01:30 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- intel-graphics-compiler-legacy-binAUR
- libdrm (libdrm-gitAUR) (optional) – for cl_intel_va_api_media_sharing
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR) (optional) – for cl_intel_va_api_media_sharing
Required by (60)
- agisoft-metashape (requires intel-compute-runtime) (optional)
- agisoft-metashape-pro (requires intel-compute-runtime) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- bforartists (requires intel-compute-runtime) (make)
- bforartists (requires intel-compute-runtime) (optional)
- blender-benchmark (requires intel-compute-runtime) (optional)
- blender-benchmark-cli (requires intel-compute-runtime) (optional)
- blender-bin (requires intel-compute-runtime) (optional)
- blender-git (requires intel-compute-runtime) (optional)
- computecpp (requires opencl-driver)
- cpu-x-git (requires opencl-driver) (optional)
- crark (requires opencl-driver) (optional)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- davinci-resolve-studio (requires opencl-driver)
- davinci-resolve-studio-beta (requires opencl-driver)
- dewobble (requires opencl-driver)
- ditana-koboldcpp (requires intel-compute-runtime)
- Show 40 more...
Sources (5)
- https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu-legacy1_1.3.30872.22_amd64.deb
- https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb
- intel-compute-runtime-legacy-bin-24.35.30872.22-gmmlib-22.5.0_amd64.deb
- intel-compute-runtime-legacy-bin-24.35.30872.22-gmmlib-dev-22.5.0_amd64.deb
- LICENSE
Latest Comments
celri commented on 2025-05-19 08:05 (UTC)
@dbermond Thanks. It works now but with minor adaptation I have to set LIBVA_DRIVERS_PATH to iHD only (not a path) and when I install intel-compute-runtime-legacy-bin after intel-media-stack-legacy-bin I have a conflict whit gmmlib BUT everything seems to works now. Thank you again
dbermond commented on 2025-05-17 12:33 (UTC)
@SteelT thanks for the confirmation. Good to know.
@celri have you correctly configured vaapi to use the iHD driver from intel-media-stack-legacy-bin? (do you have 'LIBVA_DRIVERS_PATH' set to '/opt/intel/media/lib64' for overruling the default location?)
celri commented on 2025-05-15 06:43 (UTC)
@dbermond Hi ! intel-media-stack-legacy-bin don't work for me.
SteelT commented on 2025-05-11 19:56 (UTC)
@dbermond Installing intel-media-driver-legacy-bin seems to fix vaapi, without the need for a libvpl-legacy and/or a vpl-gpu-rt-legacy.
dbermond commented on 2025-05-11 01:05 (UTC)
@SteelT thanks for the information.
@kubrick solution seems quite simple. It looks like we just need a legacy package of the intel-media-driver to correctly interface with intel-gmmlib-legacy.
@SteelT @kubrick I have pushed intel-media-driver-legacy and intel-media-driver-legacy-bin. Alternatively, you can also use intel-media-stack-legacy-bin for a all-in-one replacement of the entire Intel media stack using upstream pre-compiled binaries. Please try installing one of these packages and check if it works. Please let me know if a libvpl-legacy and/or a vpl-gpu-rt-legacy is also needed.
kubrick commented on 2025-05-10 18:57 (UTC)
I don't think this will be solvable easily, intel-media-driver no relies on symbols not found in the gmmlib that ships with this legacy toolchain.
https://github.com/intel/gmmlib/blame/37cac4f8b226a9b7049b792da2d256d09813bf21/Source/GmmLib/GlobalInfo/GmmClientContext.cpp#L150
SteelT commented on 2025-05-06 00:46 (UTC)
@dbermond Can reproduce just by having this package installed alongside intel-media-driver version 25.2.1-1, and running
vainfo
in terminal.And trying to install intel-gmmlib from the official repositories just prompts for the removal confirmation of this package due to the reverse conflict marked.
dbermond commented on 2025-05-05 16:14 (UTC)
@SteelT can you give an example on how to reproduce it? What's your installed versions of intel-gmmlib and intel-media-driver?
SteelT commented on 2025-05-05 01:36 (UTC)
Having this installed seem to break VA-API support with the latest version of intel-media-driver, due to missing symbol.
libva error: dlopen of /usr/lib/dri/iHD_drv_video.so failed: /usr/lib/dri/iHD_drv_video.so: undefined symbol: _ZN6GmmLib16GmmClientContext9GmmGetAILEv