| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/941391
Closes: https://github.com/gentoo/gentoo/pull/38952
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Older opencl-icd-loader didn't necessarily install its pkgconfig
files. In any case, guaranteeing a recent version is rarely a bad
thing.
Bug: https://bugs.gentoo.org/903985
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Yixun Lan <dlan@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/860282
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
This renames intel-neo to the proper upstream name, which every other
distribution is using.
Closes: https://github.com/gentoo/gentoo/pull/22475
Closes: https://bugs.gentoo.org/815184
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
dev-libs/opencl-icd-loader is the official official OpenCL ICD loader
of the Khronos Group, is kept in good sync with official Khronos Group
OpenCL headers (dev-util/opencl-headers), and has got fewer dependencies
(in particular does not does not bdepend on Ruby) than dev-libs/ocl-icd.
No revbump or keyword change because this should not affect systems with
virtual/opencl already emerged.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
| |
ROCm has had open-source OpenCL image support since 3.3, and since 3.7
it doesn't even try to use the proprietary library - which upstream has
recently ceased to publish.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Having the list of available OpenCL runtimes stored in README.gentoo,
which was suggested during reviews of opencl-3 on gentoo-dev,
unfortunately violates the policy demanding virtuals not to install any
files. Revert to the original approach of using elog in pkg_postinst
directly.
Closes: https://bugs.gentoo.org/716924
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Works perfectly well, with one caveat - /usr/lib*/libOpenCL.so* symlinks
created by eselect-opencl are not actually owned by that package so
switching from ocl-icd to opencl-icd-loader will result in file
collisions unless said symlinks are manually removed in advance.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
One, instead of pulling in various OpenCL runtimes, only depend on
an OpenCL ICD loader (dev-libs/ocl-icd, with dev-libs/opencl-icd-loader
to be added later) in order to provide hardware-independent header
files and libraries for OpenCL-aware software to build against.
Actual runtimes are now simply suggested to the user via a postinst
message / README.gentoo file.
Two, do not depend on eselect-opencl either - both ICD loaders pull in
their own OpenCL headers so there is no need to depend on the legacy
headers provided by this package, and for being able to switch to a
specific loader it is enough for loaders themselves to depend on this.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
1. Not sure if this is due to what upstream supports (like for both
Intel providers) or because it has not been implemented - but
either way, as of 2020-04-01 dev-libs/rocm-opencl-runtime neither is
keyworded x86 nor supports multilib on amd64;
2. Conversely, dev-libs/amdgpu-pro-opencl does both so in order for
multilib to work properly it should be passed $MULTILIB_USEDEP.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Advantages:
* keyworded x86
* supports multilib on amd64
* all OpenCL-aware software should compile and link fine against it
* should make it easier for user to deploy out-of-tree OpenCL
providers (side note: all actual OpenCL providers currently
in the tree except x11-drivers/nvidia-drivers actually *require*
this to work), should they choose to do so
Disadvantages:
* essentially a hack to ensure the integrity of the dependency tree
on x86 and amd64/abi_x86_32 - most of the actual OpenCL providers
currently in the tree are 64-bit only anyway
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
| |
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
virtual/opencl uses media-libs/mesa[opencl] as driver-independent
fallback OpenCL provider. However, media-libs/mesa[opencl] depends
on dev-libs/libclc - which at the time of me writing this only
supports nvidia, r600 and radeonsi, and whose REQUIRED_USE clause
requires at least one of the corresponding VIDEO_CARDS flags to be
set. This effectively breaks the OpenCL dependency cycle for a lot of
configurations, e.g. for VIDEO_CARDS="nouveau" systems.
Only try to use Mesa as an OpenCL provider when VIDEO_CARDS includes a
GPU supported by dev-libs/libclc.
Note that this means there is now no fallback OpenCL provider for
ABI_X86_32. Moreover, for ABI_X86_64 the fallback provider is now
dev-util/intel-ocl-sdk, which almost certainly doesn't work on AMD CPUs
- which however should be mostly harmless (the package should simply do
nothing beyond satisfying virtual/opencl dependencies), especially given
many OpenCL-aware applications ignore CPU-type devices anyway.
Closes: https://bugs.gentoo.org/710724
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fact that Beignet is the only Intel OpenCL provider supporting the
32-bit x86 ABI causes problems when it is removed from virtual/opencl.
Have to think of an exit strategy for once beignet has actually been
removed, in the meantime just have virtual/opencl use it again.
This reverts commit cdb150723eded0c5d2c8fbaaf3246ccb5b6690bc.
Bug: https://bugs.gentoo.org/710724
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Marek Szuba <marecki@gentoo.org>
|
|
|
|
| |
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
This changes any package that depends on media-libs/mesa (though not
virtual/opengl) to depend on media-libs/mesa[X(+)] instead.
Bug: https://bugs.gentoo.org/560096
Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/692158
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Committed with the maintainers' approval. Changes:
1. Remove ABI constraints on dev-libs/amdgpu-pro-opencl - it now both
supports amd64 multilib and has been keyworded for x86;
2. For amd64 users with no need for 32-bit multilib the preferred OpenCL
provider is now dev-libs/intel-neo - it is more modern and faster,
moreover dev-libs/beignet has been deprecated upstream in favour of
NEO for systems which support the latter (i.e. native amd64
on Skylake and up);
3. Move the Beignet/NEO dependency ahead of the media-libs/mesa[opencl]
dependency - Mesa only provides OpenCL support to Gallium-based
drivers and i965 doesn't use Gallium at all.
Closes: https://bugs.gentoo.org/686964
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
|
|
|
|
|
|
| |
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/572496
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
| |
|
| |
|
|
|
|
| |
Package-Manager: Portage-2.3.34, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
| |
|
|
|
|
|
|
|
|
|
| |
Radeon Open Compute has not been added to Gentoo yet but even without it, it is possible
to enable OpenCL on recent AMD cards by combining OpenCL libraries from the proprietary
AMDGPU-Pro stack with the Open Source amdgpu stack. It's a hack but it works, at least
on Polaris GPUs.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.2
|
|
|
|
|
|
|
| |
Remove empty HOMEPAGE, SRC_URI, KEYWORDS, LICENSE, IUSE, and DEPEND.
As announced in gentoo-dev mailing list.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
|
|
|
| |
dev-libs/beignet provides an OpenCL implementation for Intel GPUs from
Generation 7 (Ivy Bridge) onwards. Note that VIDEO_CARDS=i965 also covers three
earlier generations which are not supported by Beignet.
Package-Manager: portage-2.3.3
|
| |
|