Leaving a note here, next releases are only released in RPM/DEB format, which significantly changes the installation process. I don't really have the time to make the fixes but if you know how to convert RPM or DEB packages, you might want to look into it. There are 'update-alternatives' things to adapt.
Search Criteria
Package Details: intel-opencl-runtime 1:18.1.0.015-3
Git Clone URL: | https://aur.archlinux.org/intel-opencl-runtime.git (read-only, click to copy) |
---|---|
Package Base: | intel-opencl-runtime |
Description: | OpenCL runtime for Intel Core and Xeon processors |
Upstream URL: | https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html |
Keywords: | intel opencl |
Licenses: | custom:intel |
Provides: | opencl-driver, opencl-intel |
Submitter: | dthpham |
Maintainer: | Midna |
Last Packager: | Midna |
Votes: | 46 |
Popularity: | 0.033335 |
First Submitted: | 2015-08-16 02:54 (UTC) |
Last Updated: | 2021-05-08 10:39 (UTC) |
Dependencies (5)
- intel-tbb (intel-oneapi-tbb, tbb)
- ncurses5-compat-libs
- numactl (numactl-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git)
- intel-opencl-sdk (optional) – Intel SDK for OpenCL Applications
Required by (34)
- butterflow (optional)
- caffe-opencl-git (requires opencl-driver)
- computecpp (requires opencl-driver)
- cpu-x (requires opencl-driver) (optional)
- cpu-x-git (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)
- dewobble-git (requires opencl-driver)
- foldingathome (requires opencl-driver) (optional)
- foldingathome-beta (requires opencl-driver) (optional)
- futhark-nightly (requires opencl-driver) (optional)
- gr-fosphor (requires opencl-driver)
- gyroflow (requires opencl-driver)
- intel-opencl-sdk (optional)
- khronos-ocl-icd (requires opencl-driver)
- kristforge-bin (requires opencl-driver) (optional)
- kristforge-git (requires opencl-driver) (optional)
Sources (1)
Latest Comments
Midna commented on 2021-08-19 19:04 (UTC)
Midna commented on 2021-05-08 10:41 (UTC)
@mmoziko Two years later, and since I noticed the same CPU/GPU compatibility issue, I just updated the package again to rename intel.icd to intel-cpu.icd, allowing for the package to be installed with intel-compute-runtime, which provides OpenCL for integrated GPUs on 7th generation CPUs.
Midna commented on 2021-05-07 21:45 (UTC)
@dankamongmen It's fine; dunno why this was abandoned though.
Midna commented on 2021-05-07 21:44 (UTC)
@Archange It's fine; I didn't see your name in the Git log however; were you maintaining the package? It was marked as orphan.
dankamongmen commented on 2021-05-07 21:41 (UTC)
thanks a lot for cleaning up my mistake, @midna! [shame]
Midna commented on 2021-05-07 21:36 (UTC)
Information regarding OpenCL runtime releases are published here: https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html
If the package turns out out-of-date, please flag the package as out-of-date. I receive notification emails automatically.
Archange commented on 2021-05-07 21:32 (UTC)
@Midna: Thanks for fixing it, actually I had noted that I should revert this PKGBUILD to its correct state (I don’t use it but I monitor it) though that drowned quite deeply in my todo list…
Midna commented on 2021-05-07 21:29 (UTC)
I was surprised to find this package abandoned but I needed OpenCL for a CPU unsupported by NEO so I took ownership and updated it.
The previous maintainer mistakenly "updated" this CPU runtime package with the GPU runtime package; this error has been fixed.
Since the GPU runtime version is 20.x and the CPU runtime version is 18.x, the package will be marked as a downgrade by Pacman should you have had the previous version installed; you can safely disregard the warning.
Please notify me if you have problems regarding the package or if it goes out-of-date.
hotaru commented on 2021-02-01 04:43 (UTC)
the most recent update to this PKGBUILD is broken (installs the GPU runtime instead of the CPU runtime). 18.1.0.015 is the latest version of the CPU runtime from Intel.
xsmile commented on 2020-08-14 10:47 (UTC) (edited on 2020-08-17 11:22 (UTC) by xsmile)
The current package installs files with wrong ownership information.
EDIT: clinfo output remains empty on IvyBridge and OpenCL cannot be used, while it works with the previous version.
EDIT2: the previous PKGBULD version installed the CPU runtimes (current release is 18.1); the current versions installs the GPU runtimes.
dankamongmen commented on 2020-07-13 11:13 (UTC)
@wpd nope, the newest one requires a libgmm which hasn't yet hit core, see https://lists.archlinux.org/pipermail/aur-general/2020-July/035824.html
wpd commented on 2020-07-13 10:59 (UTC)
$ clinfo -l Abort was called at 42 line in file: ../neo/shared/source/built_ins/built_ins.cpp Aborted
Does this work on anyone else's machines?
satcom886 commented on 2019-08-16 14:52 (UTC)
I agree with @mmozeiko! The .icd file should have a different name in order to allow a GPU and a CPU OpenCL implementation simultaneously (if this was not done already). Also I see no reason why it should conflict beignet (the .icd file is called intel-beignet.icd)! This also means GPU and CPU can't be used at the same time on some setups.
mmozeiko commented on 2019-04-06 04:26 (UTC)
Please rename /etc/OpenCL/vendors/intel.icd to something like /etc/OpenCL/vendors/intel-cpu.icd otherwise it conflicts with file provided by https://www.archlinux.org/packages/community/x86_64/intel-compute-runtime/
enihcam commented on 2018-12-12 23:30 (UTC)
please add "opencl-driver" in provides. Thanks.
Schmetzler commented on 2018-12-12 14:57 (UTC)
This one conflicts with compute-runtime-bin because of the intel.icd file in /lib/OpenCL/vendors/ maybe this could be renamed.
Archange commented on 2018-10-31 16:23 (UTC)
@noraj: That was my point, yes.
And I think @francoism meant that the PKGBUILD should have a conflicts=('beignet')
.
noraj commented on 2018-10-31 15:31 (UTC)
@francoism90 : yes, uninstall beignet first.
@zagplex : ty for the download link.
@xsmile : ty for the updated PKGBUILD.
@enihcam and @ArchangeGabriel: compute-runtime is not the same thing, see https://wiki.archlinux.org/index.php/GPGPU#OpenCL_Runtime.
@ava1ar Please, if you have time, review xsmile PKGBUILD and update this package.
Archange commented on 2018-10-31 14:19 (UTC)
enihcam: this would be https://aur.archlinux.org/packages/compute-runtime-bin.
Here the new version is 18.1.
enihcam commented on 2018-10-31 14:07 (UTC)
xsmile commented on 2018-10-25 17:43 (UTC)
zagplex commented on 2018-10-15 15:03 (UTC)
Version 18.1 is out but I haven't tried it yet, http://registrationcenter-download.intel.com/akdlm/irc_nas/13793/l_opencl_p_18.1.0.013.tgz
francoism90 commented on 2018-02-03 09:55 (UTC)
Should this not conflict with beignet?
ava1ar commented on 2018-01-31 09:35 (UTC)
Updated to 16.1.2 (6.4.0.37)
commented on 2018-01-30 19:06 (UTC)
new link :
can you update this please
Pinned Comments
Midna commented on 2021-05-07 21:36 (UTC)
Information regarding OpenCL runtime releases are published here: https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html
If the package turns out out-of-date, please flag the package as out-of-date. I receive notification emails automatically.